Releases: SciML/RecursiveArrayTools.jl
Releases · SciML/RecursiveArrayTools.jl
v3.13.0
RecursiveArrayTools v3.13.0
Merged pull requests:
Closed issues:
- Getting the
sol
of an observed variable (using SymbolicIndexingInterface) of a trivial ODE (with no reduced states) fails (#365)
v3.12.0
RecursiveArrayTools v3.12.0
Merged pull requests:
- fix: fix
Base.length
for emptyArrayPartition
, add tests (#363) (@AayushSabharwal)
v3.11.0
RecursiveArrayTools v3.11.0
Merged pull requests:
- test: separate SII-related tests into SII testset (#362) (@AayushSabharwal)
v3.10.1
RecursiveArrayTools v3.10.1
Merged pull requests:
- Update vector_of_array.jl (#355) (@lxvm)
- CompatHelper: bump compat for ModelingToolkit to 9 for package downstream, (keep existing compat) (#360) (@github-actions[bot])
- reapply formatter (#361) (@ArnoStrouwen)
Closed issues:
getindex
with slice breaks on size 1 arrays (#354)
v3.10.0
RecursiveArrayTools v3.10.0
Merged pull requests:
v3.9.0
RecursiveArrayTools v3.9.0
Merged pull requests:
v3.8.1
RecursiveArrayTools v3.8.1
Merged pull requests:
- build(deps): bump crate-ci/typos from 1.17.2 to 1.18.0 (#348) (@dependabot[bot])
- build(deps): bump codecov/codecov-action from 3 to 4 (#349) (@dependabot[bot])
- [skip ci] Update dependabot.yml (#350) (@ArnoStrouwen)
- ci: explicitly specify token for codecov (#351) (@thazhemadam)
- fix: fix inference of
getindex(::ArrayPartition, ::Int)
(#352) (@AayushSabharwal)
v3.8.0
RecursiveArrayTools v3.8.0
Merged pull requests:
- fix: implement ForwarDiff.extract_derivative for AbstractVectorOfArray (#347) (@AayushSabharwal)
v3.7.0
RecursiveArrayTools v3.7.0
Merged pull requests:
- Fix docstring for getting the i'th array of array (#344) (@ChrisRackauckas)
- Fix deprecated indexing in
vecarr_to_vectors
(#345) (@SebastianM-C)
Closed issues:
- 3.4.1 -> 3.4.2 breaking (#341)