Releases: SciML/Sundials.jl
Releases · SciML/Sundials.jl
v4.20.1
Sundials v4.20.1
Merged pull requests:
- map d_discontinuitites to tstops (#425) (@oscardssmith)
- pass progress_id for distinct progress logging (#427) (@pepijndevos)
- CompatHelper: bump compat for CEnum to 0.5, (keep existing compat) (#428) (@github-actions[bot])
- Correct initial saved value for
dures
(#430) (@Keno)
Closed issues:
v4.20.0
Sundials v4.20.0
Merged pull requests:
- CompatHelper: bump compat for SciMLBase to 2, (keep existing compat) (#422) (@github-actions[bot])
v4.19.5
Sundials v4.19.5
Merged pull requests:
v4.19.4
Sundials v4.19.4
Merged pull requests:
- Add failing test for IDA with save_start=false (#411) (@sjdaines)
- fix save_start=false for IDA (#414) (@oscardssmith)
- prevent solvers from getting stuck at the same timepoint without giving an error (#416) (@oscardssmith)
- Bump actions/checkout from 3 to 4 (#417) (@dependabot[bot])
- fix
IDA
with scalarsave_idxs
(#419) (@oscardssmith)
Closed issues:
- External library support? (#55)
- Segmentation Fault when using CVODE_BDF with an ODEFunction with a JacVecOperator. (#221)
- Segmentation fault in tests on 32-bit architectures (i686 and arm) (#223)
- Update wrap_api code (#252)
- GC corruption when running PkgEval on 1.6 (#280)
- Update to Sundials 6.0 (#340)
- Sundials 4.12 and newer break KiteModels (#392)
- Difficulties using IDA for computing smooth Cholesky decompositions (#402)
- IDA fails if save_start=false in v4.19.1 and later (#412)
- incorrect handling of scalar
save_idxs
(#418)
v4.19.3
v4.19.2
v4.19.1
Sundials v4.19.1
Closed issues:
- "[IDAS ERROR] IDAGetDky Illegal value for k." with event callbacks (#292)
Merged pull requests:
- Correct OrdinaryDiffEq DAE init integration (#407) (@Keno)
- Stop interpolating to get du for IDA. (#408) (@oscardssmith)
v4.19.0
Sundials v4.19.0
Merged pull requests:
- clean up a lot of IDA to remove a lot of type parameters (#404) (@oscardssmith)
- Bump Sundials version (#406) (@oscardssmith)
v4.18.0
Sundials v4.18.0
Merged pull requests:
- use OrdinaryDiffEq's DAE initialization. (#401) (@oscardssmith)
v4.17.0
Sundials v4.17.0
Merged pull requests:
- Update JacVec to SparseDiffTools v2 (#399) (@ChrisRackauckas)
- Migrate from SnoopPrecompile to PrecompileTools (#400) (@timholy)