Releases: JuliaArrays/ArrayInterface.jl
Releases · JuliaArrays/ArrayInterface.jl
v6.0.3
v6.0.2
ArrayInterface v6.0.2
Merged pull requests:
v6.0.1
ArrayInterface v6.0.1
Closed issues:
- README update (#271)
Merged pull requests:
- Make the much lighter ArrayInterfaceGPUArrays (#270) (@ChrisRackauckas)
- Bump version to 6.0.1 (#273) (@chriselrod)
v6.0.0
ArrayInterface v6.0.0
Closed issues:
- ArrayInterfaceCore (#211)
Merged pull requests:
- Multi package (#211) (#263) (@Tokazama)
- Make ArrayInterfaceCore lean (#266) (@ChrisRackauckas)
- [CI] Fix shell value in step of downstream tests (#267) (@giordano)
- Make the next release a breaking change and update documentation (#269) (@ChrisRackauckas)
v5.0.8
ArrayInterface v5.0.8
Merged pull requests:
- Generalize from
Array
to<:DenseArray
indense_dims
(#262) (@brenhinkeller)
v5.0.7
ArrayInterface v5.0.7
Closed issues:
Merged pull requests:
- Rename static_length to length and document (#259) (@nchisholm)
v5.0.6
ArrayInterface v5.0.6
Merged pull requests:
- Infer static size of subarrays of adjoint vectors (#257) (@chriselrod)
v5.0.5
ArrayInterface v5.0.5
Merged pull requests:
v5.0.4
ArrayInterface v5.0.4
Merged pull requests:
v5.0.3
ArrayInterface v5.0.3
Merged pull requests:
- Generalize from
Array
toDenseArray
where possible in stridelayout (#243) (@brenhinkeller)