Releases: SciML/OrdinaryDiffEq.jl
Releases · SciML/OrdinaryDiffEq.jl
SDIRK Methods
v2.15.0 fix extrapolation timings
Internals rework, broadcast on small loops, new RK methods and adaptivity
Merge pull request #129 from devmotion/verner_rk_eest Update tableaus and error estimate calculation of Verner RK methods
Nystrom methods and redone ImplicitEuler, Trapezoid, added TRBDF2
v2.13.0 Merge branch 'nystrom'
Use MuladdMacro.jl and fix warn printing
v2.12.0 only warn when verbose and update REQUIRE to no muladd diffeqbase
Fix windows 32-bit initdt
Well, it wasn't actually broken, it was just taking a sometimes inefficient path because the conditional evaluated to true because of integer overflow. This fixes that to make it act like the Win64 case.
Improved NaN handling and fixed deletion interface
v2.11.2 Merge remote-tracking branch 'origin/master'
Fix callback saving and reduce undefs
v2.11.1 fix data array test
Rosenbrock methods!
v2.11.0 Rodas5 tests pass
Symplectic methods!
v2.10.0 update minimum version
Massive SSPRK updates, maxiters = Inf, and DelayDiffEq updates
v2.9.0 allow `Inf` maxiters