Skip to content

Releases: SciML/OrdinaryDiffEq.jl

Allow initialization to set the starting value and save

20 Oct 18:35
Compare
Choose a tag to compare
v2.20.0

Merge remote-tracking branch 'origin/master'

Some more bugfixes

12 Sep 20:45
Compare
Choose a tag to compare
v2.19.1

Merge remote-tracking branch 'origin/master'

New SSPRK and changes for state-dependent delays

08 Sep 19:04
Compare
Choose a tag to compare
Merge pull request #186 from devmotion/dde_updates

Add support for AbstractContinuousCallback and arbitrary discontinuities

New RKN, SSPRK, cache fixes for stiff DDE, MidpointSplitting

27 Aug 17:56
Compare
Choose a tag to compare
Merge pull request #176 from devmotion/fix_forwarddiff_interpolant

Enable autodifferentiation of in-place interpolants

DiffEqDevTools, high order RKN, ImplicitMidpoint, Exponential RKs

21 Aug 21:02
Compare
Choose a tag to compare
Merge pull request #164 from devmotion/sdirk_update

WIP: Update of SDIRK and generic implicit integrators

Export OrdinaryDiffEqAlgorithm again

17 Aug 20:54
Compare
Choose a tag to compare

Too many people relied on this for dispatch it seems. And this releases a few RKN solvers.

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