Releases: SciML/SciMLBase.jl
Releases · SciML/SciMLBase.jl
v2.56.4
SciMLBase v2.56.4
Merged pull requests:
- fix
W__prototype
typo (#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
idxs
in interpolation (#814) (@AayushSabharwal) - fix: fix edge case in interpolation check (#815) (@AayushSabharwal)
- add
W_prototype
toSplitFunction
(#816) (@oscardssmith) - Update integrator_interface.jl with new interface information (#818) (@ChrisRackauckas)
- ci: test with
1
,lts
andpre
versions 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
nothing
passed toremake
are ignored (#811) (@AayushSabharwal) - Update Project.toml (#812) (@ChrisRackauckas)
v2.56.0
SciMLBase v2.56.0
Merged pull requests:
- feat: support
initializeprobpmap
in relevantSciMLFunctions
(#760) (@AayushSabharwal) - Update OptimizationFunction docstring to disallow extra arguments and… (#807) (@Vaibhavdixit02)
- fix: use
split = false
system for remake autodiff tests (#808) (@AayushSabharwal) - Update Project.toml (#810) (@ChrisRackauckas)
v2.55.0
SciMLBase v2.55.0
Merged pull requests:
- feat: add specialized observed for solutions of
DDEProblem
s (#788) (@AayushSabharwal) - Update Project.toml (#806) (@ChrisRackauckas)
v2.54.2
SciMLBase v2.54.2
Merged pull requests:
- CompatHelper: bump compat for DiffEqCallbacks to 4 for package downstream, (keep existing compat) (#803) (@github-actions[bot])
- Update solve.jl callback docstring (#804) (@Vaibhavdixit02)
- Update Project.toml (#805) (@ChrisRackauckas)
v2.54.1
SciMLBase v2.54.1
Merged pull requests:
- fix: fix usage of getters of different system (#796) (@AayushSabharwal)
- fix: support remake with array symbolic whose index is an array of indices (#801) (@AayushSabharwal)
- Update Project.toml (#802) (@ChrisRackauckas)
v2.54.0
SciMLBase v2.54.0
Merged pull requests:
- Fix interpolation for stripped solutions (#790) (@jClugstor)
- Update Project.toml (#795) (@ChrisRackauckas)
Closed issues:
- Interpolating solution after
strip_solution
not working (#789)
v2.53.2
SciMLBase v2.53.2
Merged pull requests:
- Update docstrings for Optimization v4 (#791) (@Vaibhavdixit02)