Update example notebooks#564
Draft
Wuestengecko wants to merge 2 commits into
Draft
Conversation
61619f2 to
4015bdc
Compare
31d3168 to
f4bfb2f
Compare
4015bdc to
820eef4
Compare
f4bfb2f to
4b06d7e
Compare
820eef4 to
ce1ffef
Compare
4b06d7e to
1824809
Compare
ce1ffef to
2972e36
Compare
2972e36 to
48c5ab9
Compare
78f634e to
2fdd00f
Compare
675cec2 to
ea9efb0
Compare
2fdd00f to
a22bcd6
Compare
ea9efb0 to
4057d65
Compare
4057d65 to
d59169b
Compare
7d60dbb to
a143303
Compare
e5d999e to
350ceab
Compare
2ccbadd to
fb73dcd
Compare
f589345 to
ff443c5
Compare
ff443c5 to
35a1832
Compare
35a1832 to
a564de4
Compare
6f6c82e to
8f3c27d
Compare
This commit replaces the used build backend and configuration, as well as the CI workflows, to use maturin instead of setuptools.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The notebook check script had a bug, which caused it to not actually compare the produced output (only whether or not the notebook ran successfully). This bug is now fixed, and the notebooks have been updated.
Get rid of the warnings produced by context-diagrams
CCD hasn't yet been fully updated for the new metamodel, and produces some FutureWarnings and DeprecationWarnings as it runs into the compatibility aliases. These warnings manifest as CI errors on this PR.