Releases: SciML/Sundials.jl
Releases · SciML/Sundials.jl
v4.23.0
Sundials v4.23.0
Merged pull requests:
Closed issues:
- Sundials ERROR: UndefVarError:
LS
not defined (#431)
v4.22.1
Sundials v4.22.1
Merged pull requests:
v4.22.0
Sundials v4.22.0
Merged pull requests:
- Use SciMLBase.DEStats (#429) (@pepijndevos)
- Mark
SubArray
s as invalid outputs forIDAIntegrator(out, t)
(#434) (@staticfloat)
v4.21.0
Sundials v4.21.0
Merged pull requests:
- Change typeof(x) <: y to x isa y (#432) (@pepijndevos)
finalize
callbacks (#433) (@oscardssmith)- make the saveat and tstop handling match OrdinaryDiffEq more closely (#436) (@oscardssmith)
- Try bumping lower bounds and see if it's all working (#437) (@ChrisRackauckas)
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)