-
Notifications
You must be signed in to change notification settings - Fork 2
Support sympy 1.11 to 1.14 #306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
kwabenantim
wants to merge
29
commits into
master
Choose a base branch
from
285-support-sympy-114
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
81bed7a
#285 Bump up to Python 3.10-compatible dependencies
kwabenantim e944ead
#285 Pin Pint to 0.25.3 in the dev requirements
kwabenantim 615b4b6
#285 Fix model loading on sympy 1.12 and later
kwabenantim 008108f
#285 Select test reference files per sympy version
kwabenantim dfc6adf
#285 Add per-sympy-version variants of the generated code references
kwabenantim 7af23b3
#285 Version jacobian references and remove version-specific excludes
kwabenantim ffad5e3
#285 Document the versioned reference scheme
kwabenantim 2032a4d
#285 Bump minimum Python to 3.10
kwabenantim 81bb1b7
#285 Fix docs grammar and formatting
kwabenantim 1533699
#285 Declare Python 3.10-3.14 support in metadata and docs
kwabenantim fb5ce1d
#285 Version linearity-check and lookup-table references per sympy ve…
kwabenantim 732fce4
#285 Add per-sympy-version console-script and string reference variants
kwabenantim 46736ff
#285 Version the partial-eval reference per sympy version
kwabenantim 6dc6ae7
#285 Fix printer 1.0 comparison
kwabenantim 2064cd2
#285 Regenerate per-sympy reference variants and version jacobian ref…
kwabenantim c3e2e61
#285 Use structural is_zero for sqrt exponent check and regenerate af…
kwabenantim a478d52
#285 Use structural is_zero for reciprocal and division checks in loo…
kwabenantim 23e1151
#285 Fix release.txt references
kwabenantim f5deb05
#285 Parse sympy version with a regex to tolerate pre-release formats
kwabenantim ee63b09
#285 Pair each Python version with a specific sympy version in CI
kwabenantim dd1b001
#285 Require cellmlmanip >= 0.3.8
kwabenantim 966a244
#285 Rebase base references to Python 3.10 output and add sympy_1_11 …
kwabenantim cd2034c
#285 Use flake extend-exclude
kwabenantim af4051f
#285 Accept any matching reference variant and rename ordering varian…
kwabenantim 8e5fbda
Potential fix for pull request finding
mirams f0d6978
Apply suggestions from code review
mirams 95e5859
#285 Remove stale tests path from isort step
kwabenantim 88941af
#285 Refactor and document test reference-comparison helpers
kwabenantim 004db77
#285 Move reference-comparison harness tests into test_conftest.py
kwabenantim File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -53,7 +53,7 @@ $ flake8 | |
| ``` | ||
|
|
||
| ## Python version | ||
| Python 3.5+ | ||
| Python 3.10+ | ||
|
|
||
| ## Documentation | ||
|
|
||
|
|
||
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.