Releases: SciML/SciMLBase.jl
Releases · SciML/SciMLBase.jl
v2.42.0
SciMLBase v2.42.0
Merged pull requests:
- ci: standardise workflows using SciML's reusable workflows (#717) (@thazhemadam)
- fix: handle edge case when
()
as parameters triggers error (#718) (@AayushSabharwal) - refactor: use
getu
/setu
for all indexing (#721) (@AayushSabharwal) - CompatHelper: add new compat entry for StableRNGs at version 1 for package downstream, (keep existing compat) (#724) (@github-actions[bot])
- CompatHelper: add new compat entry for StochasticDiffEq at version 6 for package downstream, (keep existing compat) (#725) (@github-actions[bot])
- fix: fix remake for
IntervalNonlinearProblem
(#727) (@AayushSabharwal) - Fix twopoint Val for SecondOrderBVProblem (#728) (@ErikQQY)
Closed issues:
v2.41.3
SciMLBase v2.41.3
Merged pull requests:
- fix: temporarily remove ambiguous adjoint (#716) (@AayushSabharwal)
v2.41.2
SciMLBase v2.41.2
v2.41.1
SciMLBase v2.41.1
Merged pull requests:
- Fix Zygote ODESolution constructor adjoint arg length (#715) (@ChrisRackauckas)
v2.41.0
SciMLBase v2.41.0
Merged pull requests:
- test: fix typo in variable name (#705) (@AayushSabharwal)
- test: fix several downstream test failures (#706) (@AayushSabharwal)
- improve Unstable error message (#707) (@oscardssmith)
- make nonlinear problem mutable (#708) (@m-bossart)
- test: remove hybrid systems from downstream tests (#713) (@AayushSabharwal)
- slightly simplify plotting interface (#714) (@oscardssmith)
Closed issues:
- Latest minor release seems to require
Base.ndims(::Type{Tuple{<:Real, <:Real}})
to be defined (#712)
v2.40.0
SciMLBase v2.40.0
Merged pull requests:
- refactor: move type-pirated function from BoundaryValueDiffEq here, use Accessors.jl (#696) (@AayushSabharwal)
- Fix
EnsembleSummary
plot recipe kwarg #697 (#700) (@jonathanfischer97) - Remove
literal_getproperty
adjoint from SciMLBase (#701) (@DhairyaLGandhi) - fix: fix
u0
dependent onp
not working withremake
(#703) (@AayushSabharwal)
Closed issues:
v2.39.0
SciMLBase v2.39.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
SciMLBase v2.38.0
Merged pull requests:
- only bail out as instable when dt is small or error is somewhat conrtolled (#692) (@oscardssmith)
v2.37.0
SciMLBase v2.37.0
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
SciMLBase v2.36.1
Merged pull requests:
- test: separate out adjoint tests, fix adjoint test (#686) (@AayushSabharwal)