Skip to content

Releases: SciML/DelayDiffEq.jl

Patch order limit and initial extrapolation

07 Oct 03:21
Compare
Choose a tag to compare
Merge pull request #43 from devmotion/additional_discontinuities

Include higher order derivatives to mesh

State-Dependent Delay Tracking

10 Sep 02:04
Compare
Choose a tag to compare

This marks the 1.0 release of DelayDiffEq.jl since this is now pretty much "feature-complete".

DDEProblem and residual controls

23 Aug 04:25
Compare
Choose a tag to compare
v0.10.0

fix constant lag isempty

Fix Everything

17 Aug 00:39
Compare
Choose a tag to compare

I missed a OrdinaryDiffEqAlgorithm which is no longer exported and so it broke everything. Oops.

Upgrade to be compatible with the SDIRK changes of OrdinaryDiffEq

13 Aug 23:49
Compare
Choose a tag to compare

Reexport OrdinaryDiffEq

10 Aug 06:35
Compare
Choose a tag to compare
v0.8.0

Add back DiffEqBase req because of imports for interface

Update to newer OrdinaryDiffEq integrator

07 Aug 09:48
Compare
Choose a tag to compare
v0.7.0

Integrator options require OrdinaryDiffEq v2.13.0

Fix unconstrained not-in-place, no muladd macro DiffEqBase, use MuladdMacro.jl

01 Aug 15:53
Compare
Choose a tag to compare

Hotfix savevalues!

06 Jul 08:13
Compare
Choose a tag to compare
Merge pull request #11 from devmotion/fix_duplicate

Fix duplicate time points in solution

QoL patch

03 Jul 05:37
Compare
Choose a tag to compare
v0.5.1

Update REQUIRE