Recent Releases of Sundials
Sundials - v4.27.0
Sundials v4.27.0
Merged pull requests: - Only reexport SciMLBase (#466) (@ChrisRackauckas)
Closed issues: - LoadError: InitError: could not load library "/cache/julia-buildkite-plugin/depots/5b300254-1738-4989-ae0a-f4d2d937f953/artifacts/cb7fc2801ca0133a5bdea4bc4585d07c08284cfa/lib/libsundials_sunlinsolklu.so" (#465)
- Julia
Published by github-actions[bot] about 1 year ago
Sundials - v4.25.0
Sundials v4.25.0
Merged pull requests: - Test master (#455) (@ChrisRackauckas) - Bump julia-actions/setup-julia from 1 to 2 (#456) (@dependabot[bot]) - ci: standardise workflows using SciML's reusable workflows (#457) (@thazhemadam) - add tstops API (#459) (@isaacsas)
Closed issues: - Sundials.jl errored during testing. (#450)
- Julia
Published by github-actions[bot] almost 2 years ago
Sundials - v4.24.0
Sundials v4.24.0
Merged pull requests:
- Bump codecov/codecov-action from 3 to 4 (#447) (@dependabot[bot])
- Fix IDA for callbacks that change p (#448) (@oscardssmith)
- fix test passing integer to differential_vars (#453) (@oxinabox)
Closed issues:
- ERROR: Package Sundials errored during testing (#391)
- IDA fails to solve when encountering algebraically inconsistent u after callback (#449)
- Julia
Published by github-actions[bot] over 2 years ago
Sundials - v4.23.2
Sundials v4.23.2
Merged pull requests:
- Fix handling of small timesteps (#423) (@sjdaines)
- Bump actions/cache from 3 to 4 (#443) (@dependabot[bot])
- fix depwarns (#444) (@ChrisRackauckas)
- use vcat rather than append! to combine d_discontinuities and tstops (#445) (@oscardssmith)
- Memory-safety and allocations fixes for Handle{T} (#446) (@sjdaines)
Closed issues:
- v4.19.4 CVODE recoverable warnings now cause failures (#420)
- Allocations in convert(Ptr{T}, Handle{T}) (#435)
- Latest Sundials does not work on Julia v1.11+ (#441)
- Lots of warnings while running tests in 1.11-dev (#442)
- Julia
Published by github-actions[bot] over 2 years ago
Sundials - 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)
- Julia
Published by github-actions[bot] over 2 years ago
Sundials - v4.20.1
Sundials v4.20.1
Merged pull requests:
- map ddiscontinuitites to tstops (#425) (@oscardssmith)
- pass progressid 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:
- Map d_discontinuities to tstops (#424)
- ERROR: The following 1 direct dependency failed to precompile: Sundials c3572dad-4567-51f8-b174-8c6c989267f4
- Julia
Published by github-actions[bot] over 2 years ago
Sundials - v4.19.4
Sundials v4.19.4
Merged pull requests:
- Add failing test for IDA with savestart=false (#411) (@sjdaines)
- fix savestart=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 scalar save_idxs (#419) (@oscardssmith)
Closed issues: - External library support? (#55) - Segmentation Fault when using CVODEBDF with an ODEFunction with a JacVecOperator. (#221) - Segmentation fault in tests on 32-bit architectures (i686 and arm) (#223) - Update wrapapi 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 savestart=false in v4.19.1 and later (#412) - incorrect handling of scalar `saveidxs` (#418)
- Julia
Published by github-actions[bot] over 2 years ago
Sundials - 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)
- Julia
Published by github-actions[bot] almost 3 years ago
Sundials - v4.16.0
Sundials v4.16.0
Merged pull requests: - Convert array to realtype (#393) (@pepijndevos) - enable dependabot for GitHub actions (#394) (@ranocha) - Bump actions/checkout from 1 to 3 (#395) (@dependabot[bot]) - Bump codecov/codecov-action from 1 to 3 (#396) (@dependabot[bot]) - Bump actions/cache from 1 to 3 (#397) (@dependabot[bot]) - switch destats to stats (#398) (@oscardssmith)
- Julia
Published by github-actions[bot] about 3 years ago
Sundials - v4.12.0
Sundials v4.12.0
Closed issues:
- Julia 1.8 CVODE_BDF causes segfaults (#367)
- CVRhsFn_wrapper unsafe use of @cfunction($f, ...) (#381)
- CI failure in preconditioner tests (#382)
Merged pull requests: - Workaround for NVector segfaults (#380) (@sjdaines) - Add precssimplified.jl test (#383) (@sjdaines) - Remove unsafe @cfunction wrappers CVRhsFn_wrapper and similar (#384) (@sjdaines)
- Julia
Published by github-actions[bot] over 3 years ago
Sundials - v4.10.1
Sundials v4.10.1
Closed issues: - Using Modia with Sundials on julia lts causes invalid free in Sundials (#287) - Failed to precompile on GitHub Actions (#370)
Merged pull requests: - Update links on README.md (#368) (@bolognam) - Fix ARKODE reinit (#369) (@ChrisRackauckas) - Add Invalidations.yml [skip ci] skip tests (@devmotion)
- Julia
Published by github-actions[bot] over 3 years ago
Sundials - v4.9.2
Sundials v4.9.2
Closed issues: - ERROR: LoadError: InitError: could not load library "@rpath/libamd.2.dylib" (#346) - IDA() with Jac and JacPrototype fail (#348)
Merged pull requests: - improvements jacobian (#349) (@jd-lara)
- Julia
Published by github-actions[bot] over 4 years ago
Sundials - v4.7.0
Sundials v4.7.0
Closed issues: - Problem Plotting with CVODEBDF due to Solution Type (#298) - libsundialssunXXX not defined (#328) - Issue #323 again: Frequent crashes using CV_ADAMS, mostly involving GC (#332)
Merged pull requests: - Redirect libsundials* to fix #328 (#330) (@melonedo) - CI for LTS (#333) (@ChrisRackauckas) - add saveidxs support (#336) (@ChrisRackauckas)
- Julia
Published by github-actions[bot] over 4 years ago
Sundials - v4.6.0
Sundials v4.6.0
Closed issues: - Problem using Sundials & DifferentialEquations (#325) - Weird warnings when precompiling DifferentialEquations (#326)
Merged pull requests: - try removing api_overloads.jl (#327) (@ChrisRackauckas)
- Julia
Published by github-actions[bot] over 4 years ago
Sundials - v4.5.4
Sundials v4.5.4
Closed issues: - Sundials.jl does not precompile in Julia 1.7 beta3, not finding libsuitesparseconfig.5.4.0.dylib (#314) - Maximum number of time steps/iterations (#321) - Various random crashes using Sundials.CV_ADAMS method (#323)
Merged pull requests: - Resurrect generator scripts (#322) (@melonedo) - Remove double free (#324) (@ChrisRackauckas)
- Julia
Published by github-actions[bot] over 4 years ago
Sundials - v4.5.2
Sundials v4.5.2
Closed issues: - IDA preconditioner solve function signature (#317)
Merged pull requests: - Replace Base.convert(::Type{SparseArrays.SparseMatrixCSC}, J::SUNMat… (#316) (@sjdaines) - Fix for IDA preconditioner solve function signature (remove 'ls' argument) (#318) (@sjdaines) - Remove IDA 'prec_side' option, as IDA only supports left preconditioning (#319) (@sjdaines)
- Julia
Published by github-actions[bot] almost 5 years ago
Sundials - v4.4.2
Sundials v4.4.2
Closed issues: - Running CVODE_BDF() in debugger leads to error (#301) - precompile issue (#303)
Merged pull requests: - Fix double discrete callback save (#297) (@ChrisRackauckas) - Add KINSOL DiffEq interface (#299) (@utkarsh530) - only set the nonlinear iters if there is a nonlinear solver (#304) (@ChrisRackauckas)
- Julia
Published by github-actions[bot] about 5 years ago
Sundials - v4.4.0
Sundials v4.4.0
Closed issues: - IDACalcIC does not return the value of y0 and yp0 (#278)
Merged pull requests: - MassInstallAction: Install the TagBot workflow on this repository (#286) (@christopher-dG) - Fix typo in ReadMe (#288) (@briochemc) - MassInstallAction: Install the GitHubActionsCI workflow on this repository (#289) (@christopher-dG) - CompatHelper: bump compat for "Reexport" to "1.0" (#293) (@github-actions[bot])
- Julia
Published by github-actions[bot] over 5 years ago
Sundials - v4.0.0
Sundials v4.0.0
Closed issues: - Test failure in Jacobian test (#224) - Update to Sundials 5 (#234) - KLU not working (#236) - Cannot build v3.7 in Julia 1.3 (#239) - Fix KLU and sparse matrix support for Sundials 5 (#244)
Merged pull requests: - [WIP] Update to Sundials 5 (#235) (@ChrisRackauckas) - Update Sundials common interface (#245) (@YingboMa) - CompatHelper: add new compat entry for "CEnum" at version "0.2" (#246) (@github-actions[bot]) - fix KLU and sparse matrix support (#248) (@ChrisRackauckas)
- Julia
Published by github-actions[bot] about 6 years ago
Sundials - v3.9.0
Sundials v3.9.0
Closed issues: - DAE solver using IDA and events: solution sol seem to store wrong values (#231)
Merged pull requests: - Fix Callbacks (#233) (@kanav99) - Setup DAE initialize interface and fix saveat endpoint for callbacks (#237) (@ChrisRackauckas)
- Julia
Published by github-actions[bot] about 6 years ago
Sundials - v3.8.2
v3.8.2 (2020-02-04)
Closed issues:
- Error in saveat for CVODE_BDF (#228)
- CVODES tests are segfaulting on v0.7 (#177)
Merged pull requests:
- handle saving only the end (#229) (ChrisRackauckas)
- update to v1.3 (#226) (ChrisRackauckas)
- Julia
Published by julia-tagbot[bot] over 6 years ago
Sundials - v3.8.1
v3.8.1 (2019-11-30)
Merged pull requests:
- Fix possible GC bug (#222) (ChrisRackauckas)
- Julia
Published by julia-tagbot[bot] over 6 years ago
Sundials - v3.6.2
v3.6.2 (2019-08-19)
Closed issues:
- Sundials segfault: rare and only on Linux (#218)
- Error when using CVODE_* solvers (#217)
- example broken (#216)
Merged pull requests:
- remove old_cfunction (#219) (ChrisRackauckas)
- Julia
Published by julia-tagbot[bot] almost 7 years ago
Sundials - Fix a few bugs and allow vector abstol
- Julia
Published by ChrisRackauckas about 7 years ago