Releases: SciML/OrdinaryDiffEq.jl
Releases · SciML/OrdinaryDiffEq.jl
v6.52.0
OrdinaryDiffEq v6.52.0
Merged pull requests:
- Support for SparseDiffTools v2 (#1917) (@gaurav-arya)
- CompatHelper: add new compat entry for ADTypes at version 0.1, (keep existing compat) (#1947) (@github-actions[bot])
v6.51.2
OrdinaryDiffEq v6.51.2
Merged pull requests:
- Typo fix (#1943) (@DanielVandH)
- only run sized matrix tests on v1.9+ (#1945) (@ChrisRackauckas)
v6.51.1
OrdinaryDiffEq v6.51.1
Merged pull requests:
- Fix broadcast dispatch in Rodas4 and better test AbstractMatrix paths (#1942) (@ChrisRackauckas)
v6.51.0
OrdinaryDiffEq v6.51.0
Closed issues:
- Module loading sequence hang with TaylorIntegration.jl (#1931)
Merged pull requests:
- Add relaxed Newton line search via LineSearches.jl (#1792) (@bgroenks96)
- Add ESDIRK659L2SA method (#1927) (@sar1kumar)
- Added documentation for the Runge-Kutta-Nyström methods. (#1935) (@HenryLangner)
- Migrate from SnoopPrecompile to PrecompileTools (#1936) (@timholy)
- Fix and test no autodiff with Rosenbrock out of place methods (#1940) (@ChrisRackauckas)
v6.50.0
v6.49.4
OrdinaryDiffEq v6.49.4
Closed issues:
Merged pull requests:
v6.49.3
OrdinaryDiffEq v6.49.3
Merged pull requests:
- better deprecation of destats (#1906) (@ChrisRackauckas)
v6.49.2
OrdinaryDiffEq v6.49.2
Closed issues:
integrator.destats
is deprecated, butintegrator.stats
does not exist (#1905)
Merged pull requests:
- Minor code cleanup (#1899) (@gaurav-arya)
- Fix typo in #1899 (#1900) (@gaurav-arya)
- enable dependabot for GitHub actions (#1901) (@ranocha)
- Bump actions/cache from 1 to 3 (#1902) (@dependabot[bot])
- Bump actions/checkout from 1 to 3 (#1903) (@dependabot[bot])
- Bump codecov/codecov-action from 1 to 3 (#1904) (@dependabot[bot])
- TrucatedStacktraces: use macro not
show
(#1908) (@Vaibhavdixit02) - set failed init retcode when init fails (#1909) (@oscardssmith)
v6.49.1
OrdinaryDiffEq v6.49.1
Merged pull requests:
- Replace destats with stats (#1889) (@avik-pal)
- don't use the ODE solver for the dae_init. (#1895) (@oscardssmith)
- Revert #1893 and switch to SimpleUnPack (#1896) (@devmotion)
v6.49.0
OrdinaryDiffEq v6.49.0
Merged pull requests:
- Type-stable operator assumptions about being square (#1892) (@ChrisRackauckas)
- Deprecate @unpack to reduce specializations (but keep v1.6 compat) (#1893) (@ChrisRackauckas)