Releases: SciML/Sundials.jl
Releases · SciML/Sundials.jl
Jacobian passing
v0.15.0 drop v0.5
Fix infinite looping
v0.14.3 Update common_interface.jl
Fix inconsistent ICs
v0.14.2 add IDA inconsistant test and fix inconsistant
Patches for tests to pass with next DiffEqBase
v0.14.1 don't mutate the problems
Kinsol linear solver support and retcode fix
Merge pull request #139 from JuliaDiffEq/ChrisRackauckas-patch-1 Fix retcode outputs
Reexport DiffEqBase for easier interface support
v0.13.0 Update to the common README style.
Greatly enhanced common interface compatibility
The common interface now supports all of the possible arguments, and throws warnings for everything else. Since this includes a Hermite interpolation, this handles everything except user-defined Jacobians and the integrator interface. The former is currently stuck, and the latter seems impossible without custom allocators. The only other thing on the agenda is the version upgrade, so we're in a good spot.
v0.6 depwarn fixes
Merge pull request #125 from JuliaDiffEq/0.6 remove unnecessary compats
Compatibility warnings
Merge pull request #122 from JuliaDiffEq/ChrisRackauckas-patch-1 Make callback checking more robust
Update for DiffEqBase v0.15.0
Merge pull request #118 from JuliaDiffEq/common_update common interface update