Releases: SciML/Sundials.jl
Releases · SciML/Sundials.jl
Remove Compat
v1.5.4 Remove unnecessary `using Compat`
Better callback handling
v1.5.3 Merge branch 'cb'
Fix IDA KLU
v1.5.2 Fix linear solver check in IDA
Interface fixes
Call check_error! in step! as in https://github.com/JuliaDiffEq/OrdinaryDiffEq.jl/pull/319
Update binary code for new BinaryProvider
Update for new BinaryProvider syntax The new version of `BinaryProvider` will not contain the backwards-compatibility shims that it has so far, so this updates `Sundials.jl` to no longer depend on the old ways of doing things (like using `@write_deps_file()` instead of `write_deps_file()`).
Improved callbacks
v1.4.0 Merge remote-tracking branch 'origin/master'
New KLU binary location
v1.3.0 Update build.jl
KLU support
v1.2.0 Update build.jl
Bugfixes
v1.1.1 Merge branch 'patch'
Syntax change
v1.1.0 add IMEX option for ARKODE