Skip to content

Releases: SciML/OrdinaryDiffEq.jl

SDIRK Methods

13 Aug 11:06
Compare
Choose a tag to compare
v2.15.0

fix extrapolation timings

Internals rework, broadcast on small loops, new RK methods and adaptivity

08 Aug 20:53
Compare
Choose a tag to compare
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

04 Aug 07:35
Compare
Choose a tag to compare

Use MuladdMacro.jl and fix warn printing

01 Aug 15:51
Compare
Choose a tag to compare
v2.12.0

only warn when verbose and update REQUIRE to no muladd diffeqbase

Fix windows 32-bit initdt

28 Jul 18:07
Compare
Choose a tag to compare

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

26 Jul 05:05
Compare
Choose a tag to compare
v2.11.2

Merge remote-tracking branch 'origin/master'

Fix callback saving and reduce undefs

21 Jul 14:12
Compare
Choose a tag to compare
v2.11.1

fix data array test

Rosenbrock methods!

07 Jul 06:06
Compare
Choose a tag to compare
v2.11.0

Rodas5 tests pass

Symplectic methods!

03 Jul 05:36
Compare
Choose a tag to compare
v2.10.0

update minimum version

Massive SSPRK updates, maxiters = Inf, and DelayDiffEq updates

26 Jun 01:51
Compare
Choose a tag to compare