Skip to content

Releases: SciML/SciMLBase.jl

v2.41.3

13 Jun 11:32
f6bba73
Compare
Choose a tag to compare

SciMLBase v2.41.3

Diff since v2.41.2

Merged pull requests:

v2.41.2

12 Jun 15:18
5a5cd39
Compare
Choose a tag to compare

SciMLBase v2.41.2

Diff since v2.41.1

v2.41.1

12 Jun 11:49
87c07ca
Compare
Choose a tag to compare

SciMLBase v2.41.1

Diff since v2.41.0

Merged pull requests:

v2.41.0

11 Jun 19:56
5575f46
Compare
Choose a tag to compare

SciMLBase v2.41.0

Diff since v2.40.0

Merged pull requests:

Closed issues:

  • Latest minor release seems to require Base.ndims(::Type{Tuple{<:Real, <:Real}}) to be defined (#712)

v2.40.0

06 Jun 10:09
538537f
Compare
Choose a tag to compare

SciMLBase v2.40.0

Diff since v2.39.0

Merged pull requests:

Closed issues:

  • remake doesn't evaluate interdependencies between u0 and p (#672)
  • Consider splitting index provider from (f::ODEFunction).sys (#699)

v2.39.0

25 May 23:28
f2a9b0c
Compare
Choose a tag to compare

SciMLBase v2.39.0

Diff since v2.38.0

Merged pull requests:

  • Feat: adjoints through observable functions (#689) (@DhairyaLGandhi)
  • improve dtmin and unstable detection (#693) (@oscardssmith)
  • CompatHelper: bump compat for OptimizationOptimJL to 0.3 for package downstream, (keep existing compat) (#694) (@github-actions[bot])
  • print maxeig as a float (#695) (@oscardssmith)

v2.38.0

15 May 19:35
2df59ce
Compare
Choose a tag to compare

SciMLBase v2.38.0

Diff since v2.37.0

Merged pull requests:

  • only bail out as instable when dt is small or error is somewhat conrtolled (#692) (@oscardssmith)

v2.37.0

15 May 00:15
Compare
Choose a tag to compare

SciMLBase v2.37.0

Diff since v2.36.1

Merged pull requests:

  • CompatHelper: bump compat for ModelingToolkit to 9 for package docs, (keep existing compat) (#631) (@github-actions[bot])
  • fix: don't rely on RAT internals in EnsembleSolution indexing (#687) (@AayushSabharwal)
  • fix: error when interpolating derivatives of observed variables (#688) (@AayushSabharwal)
  • Bump Makie compat and patch version (#690) (@asinghvi17)
  • fix: correct type params to ODESolution adjoint (#691) (@DhairyaLGandhi)

v2.36.1

03 May 13:01
a0fab7a
Compare
Choose a tag to compare

SciMLBase v2.36.1

Diff since v2.36.0

Merged pull requests:

v2.36.0

02 May 15:50
fc5a573
Compare
Choose a tag to compare

SciMLBase v2.36.0

Diff since v2.35.0

Merged pull requests:

Closed issues:

  • Unintended behavior of SciMLBaseMakie extension? (#642)
  • check_error! returns Success but doesn't set it in sol.retcode (#669)