Releases: JuliaArrays/ArrayInterface.jl
Releases · JuliaArrays/ArrayInterface.jl
v6.0.23
ArrayInterface v6.0.23
Merged pull requests:
- Add Invalidations.yml [ci skip] [skip tests] (#341) (@ranocha)
- Cleanup indices info + better docs (#342) (@Tokazama)
@inline
StrideIndex (#343) (@chriselrod)- Add promote_eltype primitive to ArrayInterfaceCore (#344) (@ChrisRackauckas)
v6.0.22
v6.0.21
ArrayInterface v6.0.21
Merged pull requests:
v6.0.20
ArrayInterface v6.0.20
Closed issues:
- UndefVarError: qr not defined (#329)
Merged pull requests:
- Don't forget to use linear algebra (#330) (@ChrisRackauckas)
- Simplify lazy axes (#333) (@Tokazama)
v6.0.19
ArrayInterface v6.0.19
Closed issues:
- trait type to distinguish generic offset array and one based indexing array (#326)
Merged pull requests:
v6.0.18
ArrayInterface v6.0.18
Closed issues:
- Strides on reshaped views wrong (#318)
Merged pull requests:
- Test Static 0.7 (#300) (@ChrisRackauckas)
- Improve performance of recent function-index (#319) (@Tokazama)
- Change ArrayInterfaceGPUArrays to use GPUArraysCore (#320) (@ChrisRackauckas)
v6.0.17
ArrayInterface v6.0.17
Merged pull requests:
- Fix
getindex
with additional inds (#312) (@wangl-cc) - Expand the downstream tests for DiffEqSensitivity (#313) (@ChrisRackauckas)
- Index trait for resulting array's shape (#314) (@Tokazama)
IndicesInfo
for succinct gathering of info on indices. (#315) (@Tokazama)- Safe functional indexing (#316) (@Tokazama)
v6.0.16
v6.0.15
ArrayInterface v6.0.15
Closed issues:
- Bug in
dense_dims
for reshaped views (#157) - Error in ArrayInterface.StrideIndex introduced between v6.0.11 and v6.0.12 (#304)
Merged pull requests:
- fix non-reshapred reinterpretarray (#301) (@chriselrod)
- add missing OffsetArray defs (#303) (@chriselrod)
- One more OffsetArray fix (#306) (@Tokazama)
- Avoid ReshapedArray error when
contiguous_axis
isnothing
and fixdense_dims
(#307) (@Tokazama)