Releases: SciML/DelayDiffEq.jl
Releases · SciML/DelayDiffEq.jl
Patch order limit and initial extrapolation
Merge pull request #43 from devmotion/additional_discontinuities Include higher order derivatives to mesh
State-Dependent Delay Tracking
This marks the 1.0 release of DelayDiffEq.jl since this is now pretty much "feature-complete".
DDEProblem and residual controls
v0.10.0 fix constant lag isempty
Fix Everything
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
v0.9.0 Update integrator_type.jl
Reexport OrdinaryDiffEq
v0.8.0 Add back DiffEqBase req because of imports for interface
Update to newer OrdinaryDiffEq integrator
v0.7.0 Integrator options require OrdinaryDiffEq v2.13.0
Fix unconstrained not-in-place, no muladd macro DiffEqBase, use MuladdMacro.jl
v0.6.0 No muladd macro diffeqbase
Hotfix savevalues!
Merge pull request #11 from devmotion/fix_duplicate Fix duplicate time points in solution
QoL patch
v0.5.1 Update REQUIRE