Releases: JuliaArrays/ArrayInterface.jl
Releases · JuliaArrays/ArrayInterface.jl
v3.1.31
v3.1.30
ArrayInterface v3.1.30
Merged pull requests:
- have axes(reinterpret(reshape,T,::AbstractArray{S}),1) be static sometimes (#198) (@chriselrod)
v3.1.29
v3.1.28
ArrayInterface v3.1.28
Merged pull requests:
v3.1.27
v3.1.26
ArrayInterface v3.1.26
Merged pull requests:
v3.1.25
v3.1.24
ArrayInterface v3.1.24
Closed issues:
- doc links are broken with 404 (#179)
Merged pull requests:
- Cleaning up indexing and dimension mapping code. (#181) (@Tokazama)
- Document static traits (#182) (#184) (@Tokazama)
- Add line to static size doc (#185) (@Tokazama)
- doc strings type and add trait inheritance section (#186) (@Tokazama)
- Avoid broadcast to reduce compile times (#188) (@ChrisRackauckas)
- More documentation organization + fix
offset1
mess. (#190) (@Tokazama)
v3.1.23
ArrayInterface v3.1.23
Merged pull requests:
- more
@static if
's on version checks (#183) (@ChrisRackauckas)