Skip to content

Releases: SciML/Sundials.jl

Greatly enhanced common interface compatibility

16 May 04:19
Compare
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
Compare
Choose a tag to compare
Merge pull request #125 from JuliaDiffEq/0.6

remove unnecessary compats

Compatibility warnings

30 Apr 04:48
Compare
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
Compare
Choose a tag to compare
Merge pull request #118 from JuliaDiffEq/common_update

common interface update

Improved memory handling in common and simple interfaces

31 Mar 20:11
Compare
Choose a tag to compare
Merge pull request #113 from JuliaDiffEq/finalizers

Add empty! to simple interface

0.6 compatibility and finalizers

27 Mar 02:02
Compare
Choose a tag to compare

This gives v0.6 compatibility and adds finalizers to the mem types to make the GC more robust.

Improved Common Interface Bindings and Callbacks in the Simplified Interface

11 Jan 21:04
Compare
Choose a tag to compare
Merge pull request #108 from JuliaDiffEq/Pure

Add pure