Releases: SciML/RecursiveArrayTools.jl
Releases · SciML/RecursiveArrayTools.jl
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)
v3.4.2
RecursiveArrayTools v3.4.2
Merged pull requests:
- fix: fix checkbounds, view methods, indexing, and add tests (#327) (@AayushSabharwal)
v3.4.1
RecursiveArrayTools v3.4.1
Merged pull requests:
- fix: mapreduce type stability, VoA broadcast adjoints (#325) (@AayushSabharwal)
Closed issues:
- Type instability when iterating nested recursive arrays (#323)
v3.4.0
RecursiveArrayTools v3.4.0
Merged pull requests:
- adding
NamedArrayPartition
type (#293) (@jlchan) - build(deps): bump crate-ci/typos from 1.16.25 to 1.16.26 (#321) (@dependabot[bot])
- feat: add support for new
getu
/setu
in SII (#322) (@AayushSabharwal) - Downgrade CI (#324) (@ArnoStrouwen)
Closed issues: