Releases: SciML/SciMLBase.jl
Releases · SciML/SciMLBase.jl
v2.48.1
SciMLBase v2.48.1
v2.48.0
SciMLBase v2.48.0
Merged pull requests:
- refactor: format (#755) (@AayushSabharwal)
- fix: fix ambiguity in AbstractEnsembleSolution indexing (#756) (@AayushSabharwal)
- ci(format-check): automatically comment formatting suggestions on PRs (#757) (@thazhemadam)
v2.47.0
SciMLBase v2.47.0
Merged pull requests:
- CompatHelper: bump compat for SymbolicUtils to 3 for package downstream, (keep existing compat) (#751) (@github-actions[bot])
- Fix ensemble indexing deprecations (#752) (@ChrisRackauckas)
- feat: support serialization of clocks (#753) (@AayushSabharwal)
v2.46.0
SciMLBase v2.46.0
Merged pull requests:
- fix: fix plot recipe when single symbolic index is provided (#743) (@AayushSabharwal)
- Add Catalyst as a downstream test (#748) (@isaacsas)
- factor denseplot kwarg calculation to function (#749) (@isaacsas)
- fix: handle more plotting cases, add more comprehensive tests (#750) (@AayushSabharwal)
Closed issues:
v2.45.1
SciMLBase v2.45.1
Merged pull requests:
- fix: fix indexing in
calculate_ensemble_errors
(#744) (@AayushSabharwal) - test: re-enable some indexing tests, remove unnecessary depwarns (#745) (@AayushSabharwal)
Closed issues:
v2.45.0
SciMLBase v2.45.0
Merged pull requests:
- feat: add discrete saving feature to ODESolution (#645) (@AayushSabharwal)
- CompatHelper: add new compat entry for DiffEqCallbacks at version 3 for package downstream, (keep existing compat) (#742) (@github-actions[bot])
v2.44.0
SciMLBase v2.44.0
Merged pull requests:
- add
g
kwarg toremake(::SDEProblem)
(#739) (@oameye) - fix: fix
remake
changing specialization ofODEFunction
(#740) (@AayushSabharwal)
Closed issues:
- add remake option for
g
inSDEProblem
(#735)
v2.43.1
SciMLBase v2.43.1
Merged pull requests:
- Add initializeprob to splitfunction (#737) (@ChrisRackauckas)
- Refactor basic problems into sets of problems (#738) (@ChrisRackauckas)
v2.43.0
SciMLBase v2.43.0
Merged pull requests:
- Documentation fixes (#729) (@abhro)
- fix: fix downstream CI (#730) (@AayushSabharwal)
- feat: add
remake_initializeprob
(#731) (@AayushSabharwal) - Fix some depwarns (#733) (@ChrisRackauckas)
- Fix downstream test guess (#734) (@ChrisRackauckas)
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: