Releases: JuliaArrays/ArrayInterface.jl
Releases · JuliaArrays/ArrayInterface.jl
v3.1.14
ArrayInterface v3.1.14
Merged pull requests:
- Make
is_lazy_conjugatealwaysFalsefor realeltype(#154) (@MasonProtter)
v3.1.13
ArrayInterface v3.1.13
Merged pull requests:
- Fix stride_rank and contiguous_axis for reinterpret(reshape,...) arrays. (#152) (@chriselrod)
- Add
is_lazy_conjugate(#153) (@MasonProtter)
v3.1.12
ArrayInterface v3.1.12
Merged pull requests:
- Make axes(::Adjoint{<:Any,<:AbstractVector},1) == One():One() (#151) (@chriselrod)
v3.1.11
ArrayInterface v3.1.11
Merged pull requests:
- BigFloat/BigInt are not mutable (as arrays) (#150) (@ChrisRackauckas)
v3.1.10
ArrayInterface v3.1.10
Closed issues:
- requires.jl static arrays warning (#148)
Merged pull requests:
v3.1.9
ArrayInterface v3.1.9
Closed issues:
- Error requiring
StaticArraysfromArrayInterface: too many parameters for type (#146)
Merged pull requests:
- Don't reference SizedArray parent type parameter if it doesn't have one (#147) (@chriselrod)
v3.1.8
ArrayInterface v3.1.8
Closed issues:
- ArrayInterface 3.1.7 causes
sumto freeze on array with missings (#142)
Merged pull requests:
- Fix strides for view of a StaticArray. (#139) (@chriselrod)
- NDIndex - Optionally static CartesianIndex (#140) (@Tokazama)
- Fix ReinterpretArray's definition of strides (#143) (@chriselrod)
- Fix hang (#144) (@chriselrod)
v3.1.7
v3.1.6
ArrayInterface v3.1.6
Merged pull requests:
- Add dense_dims support for reinterpret(reshape, ...) (#135) (@chriselrod)
v3.1.5
ArrayInterface v3.1.5
Merged pull requests: