Releases: SciML/DifferentialEquations.jl
Releases · SciML/DifferentialEquations.jl
Stiff solver recommendations
v2.3.0 Update REQUIRE
Hotfix Monte Carlo dispatch regression
v2.2.1 fix ambiguity with Monte Carlo by simplifying the dispatch
More sophisticated defaults and precompilation
v2.2.0 Merge branch 'test'
Add DiffEqUncertainty
This got finished, so why not. Also fixes test errors on v0.6.
DifferentialEquations v2.0.0
We are pleased to announce v2.0.0 of DifferentialEquations.jl. This will be made official when the METADATA PR is merged. A release blog post on the JuliaDiffEq blog will detail all of the latest release. A follow-up "State of the Ecosystem" post on StochasticLifestyle.com will detail what 2.0 was all about, and what the goals are for 3.0.
Fix ode test
It still was using ODETestProblem
Update for DiffEqBase v0.15.0
v1.10.0 Merge branch 'fix'
Temporarily Remove PyDSTool
A PyCall release made this not build correctly, at least on Windows. PyDSTool will be disabled until this is fixed.
Add PyDSTool
v1.9.0 Update .travis.yml
Add modeling packages
This release adds the modeling packages DiffEqFinancial, DiffEqBiological, and MultiScaleArrays. In addition, DiffEqJump has been added for defining jump equations.