Skip to content

Releases: SciML/DiffEqBase.jl

v6.151.2

25 May 18:21
08fbaf0
Compare
Choose a tag to compare

DiffEqBase v6.151.2

Diff since v6.151.1

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

20 May 07:40
1e30511
Compare
Choose a tag to compare

DiffEqBase v6.151.1

Diff since v6.151.0

Merged pull requests:

v6.151.0

20 May 02:59
55657af
Compare
Choose a tag to compare

DiffEqBase v6.151.0

Diff since v6.150.0

Merged pull requests:

v6.150.0

16 May 15:41
d3a3cf7
Compare
Choose a tag to compare

DiffEqBase v6.150.0

Diff since v6.149.2

Merged pull requests:

Closed issues:

  • Installation fails when not connected to power (#1029)

v6.149.2

08 May 09:10
9cc63a5
Compare
Choose a tag to compare

DiffEqBase v6.149.2

Diff since v6.149.1

Merged pull requests:

v6.149.1

18 Apr 14:52
e11c0fd
Compare
Choose a tag to compare

DiffEqBase v6.149.1

Diff since v6.149.0

Merged pull requests:

Closed issues:

  • Norm of nested ForwardDiff.Duals is broken (#1023)

v6.149.0

31 Mar 18:26
77aa278
Compare
Choose a tag to compare

DiffEqBase v6.149.0

Diff since v6.148.0

Merged pull requests:

v6.148.0

04 Mar 01:17
fa65baa
Compare
Choose a tag to compare

DiffEqBase v6.148.0

Diff since v6.147.3

Merged pull requests:

Closed issues:

  • Weird inference failure in promote_u0 (#918)
  • ReverseDiff Extension makes vector parameter into a scalar (#1013)

v6.147.3

01 Mar 21:27
e8de48e
Compare
Choose a tag to compare

DiffEqBase v6.147.3

Diff since v6.147.2

Merged pull requests:

v6.147.2

29 Feb 14:42
f64d76c
Compare
Choose a tag to compare

DiffEqBase v6.147.2

Diff since v6.147.1

Merged pull requests:

  • Add anyeltypedual methods ignoring DiffResults.DiffResult in Dual upconversion (#1012) (@thomvet)
  • CompatHelper: bump compat for EnzymeCore to 0.7, (keep existing compat) (#1014) (@github-actions[bot])
  • Properly test unsatisfiability of trivial NonlinearLeastSquaresProblem (#1015) (@ChrisRackauckas)

Closed issues:

  • Change in behavior of DiffEqBase.anydualtype(...) for custom wrapper type containing Dual caches. (#1009)