Releases: SciML/DifferentialEquations.jl
Releases · SciML/DifferentialEquations.jl
Updated Minimum Versions
This pushes a new release for the ecosystem, and has minimum versions to match the documentation. Also updates the tests for a minor change: not a functional change, but required for the tests to pass with the newest versions of OrdinaryDiffEq.jl and StochasticDiffEq.jl.
New Libraries: DiffEqCallbacks, DelayDiffEq, and DiffEqMonteCarlo
v1.6.0 Merged branch master into master
Pre-Modularization Archive
v0.5.1 DifferentialEquations v0.5.1 [654c8dcfc8]
Pre-Modularization Release
v0.5.0 DifferentialEquations v0.5.0 [0f6830a733]
Complete Nonstiff ODEs
This release marks the completion of the Runge-Kutta solvers, complete with dense output and benchmarked as highly efficient, even beating out the Hairer ODEInterface algorithms. This point, with the ODE, SDE, and basic PDE suite together marks a state of the repo which has a large working feature set.