Releases: SciML/SciMLBase.jl
Releases · SciML/SciMLBase.jl
v2.59.0
SciMLBase v2.59.0
Merged pull requests:
- Add reinitialization argument for change_t_via_interpolation for pre-affect reinitialization (#842) (@BenChung)
- CompatHelper: bump compat for NonlinearSolve to 4 for package downstream, (keep existing compat) (#843) (@github-actions[bot])
- feat: add implementations of
CheckInitandOverrideInit(#845) (@AayushSabharwal) - feat: add
get_save_idxs_and_saved_subsystem(#847) (@AayushSabharwal) - feat: add
plottable_indices(#849) (@AayushSabharwal) - feat: add
initialization_datato allSciMLFunctions (#850) (@AayushSabharwal) - fix: hotfix
plottable_indices(#851) (@AayushSabharwal) - refactor: use
getsym/setsymovergetu/setu(#853) (@AayushSabharwal) - Update Project.toml (#854) (@ChrisRackauckas)
v2.58.1
SciMLBase v2.58.1
Merged pull requests:
- refactor: use
initialization_datainstead ofinitializeprob, etc. (#838) (@AayushSabharwal) - Update Project.toml (#846) (@ChrisRackauckas)
v2.58.0
SciMLBase v2.58.0
Merged pull requests:
- Add nlprob to ODEFunction (#800) (@oscardssmith)
- feat: add unwrapped_f for NonlinearProblem (#836) (@avik-pal)
- Simplify ensemble indexing (#839) (@ChrisRackauckas)
- Update Project.toml (#840) (@ChrisRackauckas)
v2.57.2
SciMLBase v2.57.2
Merged pull requests:
- fix: fix
remakefor parameters dependent on observed variables (#832) (@AayushSabharwal) - feat: add
get_saved_state_idxs, handle problems with no system in SavedSubsystem constructor (#834) (@AayushSabharwal) - Update Project.toml (#835) (@ChrisRackauckas)
v2.57.1
SciMLBase v2.57.1
Merged pull requests:
- Minor docstring fixes (#828) (@abhro)
- fix: fix
symbolic_containerandparameter_valuesfor solutions (#829) (@AayushSabharwal) - Update Project.toml (#831) (@ChrisRackauckas)
v2.57.0
SciMLBase v2.57.0
Merged pull requests:
- feat: support symbolic indexing of a subset of the system (#809) (@AayushSabharwal)
- Update Project.toml (#827) (@ChrisRackauckas)
v2.56.4
SciMLBase v2.56.4
Merged pull requests:
- fix
W__prototypetypo (#825) (@oscardssmith) - Update Project.toml (#826) (@ChrisRackauckas)
v2.56.3
SciMLBase v2.56.3
Merged pull requests:
- Hotfix ambiguity (#823) (@ChrisRackauckas)
- Update Project.toml (#824) (@ChrisRackauckas)
Closed issues:
- ContinuousCallback errors with SciMLBase v2.56.2 (#822)
v2.56.2
SciMLBase v2.56.2
Merged pull requests:
- refactor: remove Tables.jl impl, fall back to RecursiveArrayTools (#813) (@AayushSabharwal)
- fix: handle empty
idxsin interpolation (#814) (@AayushSabharwal) - fix: fix edge case in interpolation check (#815) (@AayushSabharwal)
- add
W_prototypetoSplitFunction(#816) (@oscardssmith) - Update integrator_interface.jl with new interface information (#818) (@ChrisRackauckas)
- ci: test with
1,ltsandpreversions of julia (#819) (@thazhemadam) - SplitFunction W_prototype fixes (#820) (@oscardssmith)
- Update Project.toml (#821) (@ChrisRackauckas)
Closed issues:
- Names of unknowns have a
(t)appendix but DataFrame column names not (#798)
v2.56.1
SciMLBase v2.56.1
Merged pull requests:
- feat: variables with value
nothingpassed toremakeare ignored (#811) (@AayushSabharwal) - Update Project.toml (#812) (@ChrisRackauckas)