Skip to content

Releases: SciML/Sundials.jl

Remove Compat

29 Jun 13:40

Choose a tag to compare

v1.5.4

Remove unnecessary `using Compat`

Better callback handling

25 Jun 07:32

Choose a tag to compare

v1.5.3

Merge branch 'cb'

Fix IDA KLU

23 Jun 15:25

Choose a tag to compare

v1.5.2

Fix linear solver check in IDA

Interface fixes

14 Apr 18:01

Choose a tag to compare

Call check_error! in step!

as in https://github.com/JuliaDiffEq/OrdinaryDiffEq.jl/pull/319

Update binary code for new BinaryProvider

21 Mar 20:06

Choose a tag to compare

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

20 Mar 05:59

Choose a tag to compare

v1.4.0

Merge remote-tracking branch 'origin/master'

New KLU binary location

17 Feb 15:21
94e2ab7

Choose a tag to compare

v1.3.0

Update build.jl

KLU support

17 Feb 05:15

Choose a tag to compare

v1.2.0

Update build.jl

Bugfixes

01 Feb 20:26

Choose a tag to compare

v1.1.1

Merge branch 'patch'

Syntax change

25 Jan 22:41

Choose a tag to compare

v1.1.0

add IMEX option for ARKODE