Releases: SciML/RecursiveArrayTools.jl
Releases · SciML/RecursiveArrayTools.jl
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)
v3.6.2
v3.6.1
RecursiveArrayTools v3.6.1
Merged pull requests:
- build: add SciMLSensitivity tests to downstream CI (#337) (@AayushSabharwal)
- build(deps): bump crate-ci/typos from 1.17.1 to 1.17.2 (#338) (@dependabot[bot])
- build(deps): bump actions/cache from 3 to 4 (#339) (@dependabot[bot])
- [skip ci] configure dependabot to skip typos patches (#340) (@ArnoStrouwen)
v3.6.0
RecursiveArrayTools v3.6.0
Merged pull requests:
- fix: fix several adjoints, copy and zero methods for VoA (#336) (@AayushSabharwal)
v3.5.4
RecursiveArrayTools v3.5.4
Merged pull requests:
- fix: fix views with boolean mask (#335) (@AayushSabharwal)
Closed issues:
- views with
Vector{Bool}
indices are broken (#334)
v3.5.3
RecursiveArrayTools v3.5.3
Merged pull requests:
- build(deps): bump crate-ci/typos from 1.17.0 to 1.17.1 (#332) (@dependabot[bot])
- fix: make Base method dispatches more abstract (#333) (@AayushSabharwal)
v3.5.2
RecursiveArrayTools v3.5.2
Merged pull requests:
- fix: remove linear indexing from getindex adjoints (#331) (@AayushSabharwal)
v3.5.1
RecursiveArrayTools v3.5.1
Merged pull requests:
- fix: add setindex! for higher dimensional VoA, fix checkbounds allocations (#330) (@AayushSabharwal)
v3.5.0
RecursiveArrayTools v3.5.0
Merged pull requests:
- build(deps): bump crate-ci/typos from 1.16.26 to 1.17.0 (#328) (@dependabot[bot])
- fix: VoA stack, ArrayPartition arithmetic type stability (#329) (@AayushSabharwal)