Skip to content

Ver 0.40.1#92

Merged
Axect merged 11 commits intomasterfrom
release
Feb 6, 2026
Merged

Ver 0.40.1#92
Axect merged 11 commits intomasterfrom
release

Conversation

@Axect
Copy link
Owner

@Axect Axect commented Feb 6, 2026

Release v0.40.1

Axect and others added 11 commits July 24, 2025 10:24
This way `peroxied` compiles in CI on the latest images.
Update the `pyo3` dependency to version 0.27.1.
FIX: Correct adaptive step size exponent for embedded RK methods
- Fix numerical instability in RREF (Reduced Row Echelon Form) by
comparing to epsilon instead of zero
([#90](#90)) (Thanks to
[@developing-human](https://github.com/developing-human))
- Update `pyo3` dependency to 0.27.1 for `plot` feature compatibility
([#89](#89)) (Thanks to
[@JSorngard](https://github.com/JSorngard))
- Fix adaptive step size control exponent for embedded Runge-Kutta
methods
  - Add `order()` method to `ButcherTableau` trait for correct exponent
`1/(p+1)`
  - BS23: `1/3`, RKF45/DP45/TSIT45: `1/5`, RKF78: `1/8`
- Fix misleading comments on RKF78 BU/BE coefficients
@Axect Axect merged commit 0739068 into master Feb 6, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants