Releases: JuliaArrays/StructArrays.jl
Releases · JuliaArrays/StructArrays.jl
v0.6.21
StructArrays v0.6.21
This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.
v0.6.20
StructArrays v0.6.20
This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.
v0.7.0
StructArrays v0.7.0
Merged pull requests:
- Forward complex matrix multiplication to components (#294) (@jishnub)
- Update TagBot.yml with lookback and permissions (#299) (@jishnub)
- Added Base.keepat! for StructVector (#301) (@jecs)
- resolve ambiguities with StaticArrays (#304) (@aplavin)
- Add Aqua to tests and add stdlib versions (#306) (@jishnub)
- Bump julia-actions/setup-julia from 1 to 2 (#309) (@dependabot[bot])
- CompatHelper: bump compat for GPUArraysCore to 0.2, (keep existing compat) (#312) (@github-actions[bot])
- Run Invalidations CI job on Julia v1.10 (#316) (@jishnub)
- Adapt to GPUArraysCore@0.2 (#317) (@pxl-th)
Closed issues:
v0.6.18
StructArrays v0.6.18
Merged pull requests:
- enable dependabot for GitHub actions (#267) (@ranocha)
- improve tables support (#276) (@aplavin)
- support named properties in StructArray{SVector} (#277) (@aplavin)
- optimize get_ith (#286) (@aplavin)
- Bump codecov/codecov-action from 1 to 4 (#296) (@dependabot[bot])
- Bump actions/checkout from 2 to 4 (#297) (@dependabot[bot])
- Bump actions/cache from 1 to 4 (#298) (@dependabot[bot])
v0.6.17
StructArrays v0.6.17
Merged pull requests:
- Move
StaticArrays
support to extension (#265) (@N5N3) - Fix incorrect computation of return_type of
itr
(#287) (@vtjnash) - improve conversion to sparse arrays (#289) (@piever)
IteratorSize
for aStructArray
(#290) (@jishnub)- CompatHelper: bump compat for Adapt to 4, (keep existing compat) (#292) (@github-actions[bot])
Closed issues:
- Add
StaticArray
support via the new extension mechanism (#263)
v0.6.16
StructArrays v0.6.16
Merged pull requests:
- Switch from
permute!!
topermute!
(#272) (@LilithHafner) - fix fancy eltypes rebased (#280) (@piever)
- Bump version to 0.6.16 (#281) (@LilithHafner)
v0.6.15
v0.6.14
StructArrays v0.6.14
Closed issues:
- Add support of GPU Broadcast with StructArray LHS? (#150)
Merged pull requests:
v0.6.13
StructArrays v0.6.13
Closed issues:
- replace_storage ignores type parameters (#248)
Merged pull requests:
- throw if no fields (#235) (@aplavin)
- keep component array types when slicing (#243) (@aplavin)
- Add Invalidations.yml [ci skip] [skip tests] (#244) (@ranocha)
- more thorough error testing (#245) (@piever)
- do not reshape during widening (#246) (@piever)
- fix nested structarrays broadcasting (#249) (@aplavin)
- make parentindices consistent with Base (#250) (@aplavin)
- refactor finding consistent value (#252) (@piever)