Releases: SciML/Sundials.jl
Releases · SciML/Sundials.jl
Fix IDA reinit
v0.18.2 fix residual shape
Fix linear solver choices
v0.18.1 fix linear solver choices
Fix initial condition handling and use false position for events
v0.18.0 fix initialization timepoint to not be t0 since it should give direction
Fix common interface verbosity
v0.17.1 verbosity handling complete
Integrator interface, callbacks, and events
Merge pull request #147 from JuliaDiffEq/integrator Add integrator interface, callbacks and event handling
Remove Compat
The newest Compat was breaking, so I just got rid of it.
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