v2.56.2
·
435 commits
to master
since this release
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)