Skip to content

Releases: SciML/Sundials.jl

Jacobian passing

22 Nov 19:52

Choose a tag to compare

v0.15.0

drop v0.5

Fix infinite looping

15 Nov 17:40
1b2efaa

Choose a tag to compare

v0.14.3

Update common_interface.jl

Fix inconsistent ICs

31 Oct 17:21

Choose a tag to compare

v0.14.2

add IDA inconsistant test and fix inconsistant

Patches for tests to pass with next DiffEqBase

21 Oct 09:22

Choose a tag to compare

v0.14.1

don't mutate the problems

Kinsol linear solver support and retcode fix

22 Aug 03:02

Choose a tag to compare

Merge pull request #139 from JuliaDiffEq/ChrisRackauckas-patch-1

Fix retcode outputs

Reexport DiffEqBase for easier interface support

07 Jul 17:15

Choose a tag to compare

v0.13.0

Update to the common README style.

Greatly enhanced common interface compatibility

16 May 04:19

Choose a tag to compare

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

04 May 12:57

Choose a tag to compare

Merge pull request #125 from JuliaDiffEq/0.6

remove unnecessary compats

Compatibility warnings

30 Apr 04:48

Choose a tag to compare

Merge pull request #122 from JuliaDiffEq/ChrisRackauckas-patch-1

Make callback checking more robust

Update for DiffEqBase v0.15.0

13 Apr 01:48

Choose a tag to compare

Merge pull request #118 from JuliaDiffEq/common_update

common interface update