v6.71.0
github-actions
released this
15 Feb 17:34
·
2180 commits
to master
since this release
OrdinaryDiffEq v6.71.0
Merged pull requests:
- Fix out-of-place Rosenbrock23 (#2123) (@YingboMa)
- added methods ROS2PR, ROS2S, ROS3, ROS3PR, SCHOLZ4_7, ROS3PRL, ROS3PRL2 (#2126) (@cwittens)
- Bug in out-of-place version of Rodas3P: Update rosenbrock_perform_step.jl (#2128) (@gstein3m)
- Load SENSITIVITY_INTERP_MESSAGE from SciMLBase (#2136) (@LilithHafner)
- Improve callback modifier handling more (#2142) (@oscardssmith)
Closed issues:
- Improved traditional Rosenbrock–Wanner methods for stiff ODEs and DAEs by Joachim Rang (#2064)
- Rosenbrock solvers fail or interpolate poorly due to (algebraically) inconsistent
u
after callback (#2127) - Rodas5P gives inaccurate results when integrating triangle wave (#2132)
Rodas3P
andRodas23W
are completely broken for out of place. (#2135)