Skip to content

Releases: SciML/OrdinaryDiffEq.jl

Fix NLsolve compatibility

03 Nov 21:03
a2e129e
Compare
Choose a tag to compare
Merge pull request #217 from devmotion/nlsolve

NLsolve update

DAE initial dt handling.

01 Nov 19:52
Compare
Choose a tag to compare
v2.21.2

catch bad initdt

Fix eps for floating point handling

22 Oct 01:27
Compare
Choose a tag to compare
v2.21.1

Merge remote-tracking branch 'origin/master'

DiffEqBase 2.0.0 compatibility

21 Oct 09:49
Compare
Choose a tag to compare
v2.21.0

require diffeqbase 2.0.0

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.