-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: improve integrator stability and reliability (#416)
This commit improves parameter choices for the integrators overall. In particular, we now make more similar choices to scipy.integrate.solve_ivp, which should lead to fewer surprises. BREAKING: It was found out that the currently calculated analytical Jacobian leads to problems when implicit integrators are employed. This affects LSODA, Radau and BDF. **The usage of analytical Jacobians is then disabled for this version until we find a fix for the bug**. Even though it is a breaking chance per se, it is mild, as most of the change happened in places the user had previously no access.
- Loading branch information
1 parent
f4cfb00
commit 30a911d
Showing
8 changed files
with
235 additions
and
93 deletions.
There are no files selected for viewing
This file contains 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 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
3.10.9 |
This file contains 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 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 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.