Releases: SciML/DiffEqBase.jl
Releases · SciML/DiffEqBase.jl
v6.151.5
DiffEqBase v6.151.5
Merged pull requests:
- Fix solutions nested in structs for forwarddiff (#1059) (@ChrisRackauckas)
- ci: update tests workflow to use centralised reusable workflow (#1060) (@thazhemadam)
- CompatHelper: bump compat for Static to 1, (keep existing compat) (#1062) (@github-actions[bot])
- Remove recompile_invalidations (#1063) (@ChrisRackauckas)
v6.151.4
DiffEqBase v6.151.4
v6.151.3
DiffEqBase v6.151.3
Merged pull requests:
- fix: consider type of
t0
inpromote_u0
(#1039) (@AayushSabharwal) - Just use kwargs if they are defined for abstract problems. (#1052) (@termi-official)
- Fix readme link (#1053) (@termi-official)
- use Enzyme make_zero (#1054) (@m-bossart)
- Revert "use Enzyme make_zero" (#1055) (@ChrisRackauckas)
- Use make_zero and make_zero! in Enzyme extension (#1057) (@m-bossart)
- Improve dual detection and error message (#1058) (@ChrisRackauckas)
v6.151.2
DiffEqBase v6.151.2
Merged pull requests:
- remove tests that broke with the existance of a Default ODESolver (#1040) (@oscardssmith)
- CompatHelper: add new compat entry for MonteCarloMeasurements in [weakdeps] at version 1, (keep existing compat) (#1042) (@github-actions[bot])
- CompatHelper: add new compat entry for Tracker in [weakdeps] at version 0.2, (keep existing compat) (#1043) (@github-actions[bot])
- CompatHelper: add new compat entry for Enzyme in [weakdeps] at version 0.12, (keep existing compat) (#1044) (@github-actions[bot])
- CompatHelper: add new compat entry for Unitful in [weakdeps] at version 1, (keep existing compat) (#1045) (@github-actions[bot])
- CompatHelper: add new compat entry for Measurements in [weakdeps] at version 2, (keep existing compat) (#1046) (@github-actions[bot])
- CompatHelper: add new compat entry for ReverseDiff in [weakdeps] at version 1, (keep existing compat) (#1047) (@github-actions[bot])
- CompatHelper: add new compat entry for GeneralizedGenerated in [weakdeps] at version 0.3, (keep existing compat) (#1048) (@github-actions[bot])
- CompatHelper: bump compat for FastBroadcast to 0.3, (keep existing compat) (#1049) (@github-actions[bot])
- CompatHelper: add new compat entry for MPI in [weakdeps] at version 0.20, (keep existing compat) (#1050) (@github-actions[bot])
v6.151.1
v6.151.0
DiffEqBase v6.151.0
Merged pull requests:
- Try simplifying CUDA dispatches (#1037) (@ChrisRackauckas)
v6.150.0
DiffEqBase v6.150.0
Merged pull requests:
- Incorrect ordering of promotion (#1030) (@avik-pal)
- Revert "Incorrect ordering of promotion" (#1031) (@ChrisRackauckas)
- check for large negative values and Infs in the unstable check (#1033) (@oscardssmith)
- Update termination criterion docs (#1034) (@termi-official)
- Simplify default reduction and remove forced inlining (#1036) (@ChrisRackauckas)
Closed issues:
- Installation fails when not connected to power (#1029)
v6.149.2
DiffEqBase v6.149.2
Merged pull requests:
- fix: fix promote_u0 with null DE (#1025) (@AayushSabharwal)
- fix: fallback to empty vector when resid_prototype is nothing for NonlinearLeastSquaresProblem (#1026) (@sathvikbhagavan)
- ci: standardise workflows using SciML's reusable workflows (#1027) (@thazhemadam)
- build: bump patch version (#1028) (@sathvikbhagavan)
v6.149.1
DiffEqBase v6.149.1
Merged pull requests:
- Bump julia-actions/setup-julia from 1 to 2 (#1022) (@dependabot[bot])
- Fix norm of nested duals (#1024) (@devmotion)
Closed issues:
- Norm of nested
ForwardDiff.Dual
s is broken (#1023)
v6.149.0
DiffEqBase v6.149.0
Merged pull requests: