Releases: JuliaArrays/ArrayInterface.jl
Releases · JuliaArrays/ArrayInterface.jl
v6.0.24
ArrayInterface v6.0.24
Closed issues:
Merged pull requests:
- Remove unnecessary methods from
setindex
(#305) (@hyrodium) - Fixing lu_instance doesnt work on julia-1.8 (#346) (@TheZombie1999)
- Fixing the ArrayInterfaceCUDA lu_instance test (#347) (@TheZombie1999)
- Use LU for newer versions of CUDA (#349) (@ChrisRackauckas)
- Unnecessary
cu
call (#350) (@ChrisRackauckas) - Make the GPU-generic lu_instance creation non-singular (#351) (@ChrisRackauckas)
- Add
undefmatrix
(similar tozeromatrix
) (#353) (@oscardssmith) - add undefmatrix for numbers (#355) (@oscardssmith)
- move
undefmatrix
overload toArrayInterfaceStaticarraysCore
(#357) (@oscardssmith) - fix and test undef matrix for MArray (#358) (@oscardssmith)
- ArrayInterfaceStaticArraysCore needs latest ArrayInterfaceCore (#359) (@chriselrod)
- Update Umfpack constructor for 1.9 (#360) (@Wimmerer)
- Fix
@assume_effects
compat (#361) (@Tokazama) - Add missing
parent_type
definitions (#364) (@Tokazama) - remove
setindex
tests (#365) (@Tokazama) - Remove range types (#366) (@Tokazama)
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)