Releases: SciML/DiffEqBase.jl
Releases · SciML/DiffEqBase.jl
v6.160.0
DiffEqBase v6.160.0
Merged pull requests:
- refactor: check if algorithm supports late binding tstops (#1105) (@AayushSabharwal)
v6.159.0
DiffEqBase v6.159.0
Merged pull requests:
- Handle empty Kwargs case in forwarddiff detection (#1100) (@ChrisRackauckas)
- Set change_t_via_interpolation! to use the init mode from the callback (#1102) (@BenChung)
- docs: document late binding tstops (#1104) (@AayushSabharwal)
Closed issues:
anyeltypedual(pairs((;)))
fails (#1074)
v6.158.3
DiffEqBase v6.158.3
Merged pull requests:
- Deprecate DiffEqBase.fastpow for FastPower.fastpower (#1089) (@ChrisRackauckas)
- Remove other hasmethod from callbacks (#1098) (@ChrisRackauckas)
Closed issues:
- Remove the
hasmethod
check (#1095)
v6.158.2
DiffEqBase v6.158.2
Merged pull requests:
- fix:
anydualtype
for NonlinearProblem and NLLS types (#1094) (@avik-pal) - remove
hasmethod
from callback (#1096) (@oscardssmith) - ci: test with
1
,lts
andpre
versions of julia (#1097) (@thazhemadam)
v6.158.1
DiffEqBase v6.158.1
v6.158.0
DiffEqBase v6.158.0
Merged pull requests:
- Allow u0 in BVProblem as Vector initial guess (#1091) (@ErikQQY)
- Typo in docstring (#1092) (@DanielVandH)
- Remove
Tricks
(#1093) (@oscardssmith)
v6.157.0
DiffEqBase v6.157.0
Merged pull requests:
- feat: perform limited DAE initialization for null integrators/solutions (#1070) (@AayushSabharwal)
- Always respect user provided
u0
override (#1090) (@YingboMa)
v6.156.1
DiffEqBase v6.156.1
v6.156.0
DiffEqBase v6.156.0
Merged pull requests:
- Add Enzyme support for fastpow (#1072) (@ChrisRackauckas)
Closed issues:
- "LoadError: UndefVarError:
RevConfigWidth
not defined" when precompiling DiffEqBaseEnzymeExt (#1088)