Skip to content

Releases: JuliaArrays/ArrayInterface.jl

v3.2.0

28 Nov 19:46
70c135e
Compare
Choose a tag to compare

ArrayInterface v3.2.0

Diff since v3.1.40

Merged pull requests:

v3.1.40

03 Nov 21:40
5c9681d
Compare
Choose a tag to compare

ArrayInterface v3.1.40

Diff since v3.1.39

Merged pull requests:

  • Generic support for known_length(::Type{<:AbstractCartesianIndex}) (#226) (@Tokazama)

v3.1.39

02 Nov 07:58
7397628
Compare
Choose a tag to compare

ArrayInterface v3.1.39

Diff since v3.1.38

Closed issues:

  • eachindex on OptionallyStaticUnitRange is not 1-based (#219)
  • v3.1.37 broke axes(A::SubArray, dim) with dim larger than ndims(A) (#224)

Merged pull requests:

  • axes(A::SubArray, dim) with dim larger than ndims(A) (#225) (@ranocha)

v3.1.38

30 Oct 07:02
921bdcd
Compare
Choose a tag to compare

ArrayInterface v3.1.38

Diff since v3.1.37

Merged pull requests:

  • Add SUnitRange(::Int, ::Int) constructor and doc string (#223) (@Tokazama)

v3.1.37

29 Oct 13:24
1966706
Compare
Choose a tag to compare

ArrayInterface v3.1.37

Diff since v3.1.36

Merged pull requests:

  • ArrayInterface.axes docs, clean up, and ReinterpretArray support. (#222) (@Tokazama)

v3.1.36

25 Oct 17:25
5987bae
Compare
Choose a tag to compare

ArrayInterface v3.1.36

Diff since v3.1.35

Merged pull requests:

v3.1.35

25 Oct 11:32
98b8622
Compare
Choose a tag to compare

ArrayInterface v3.1.35

Diff since v3.1.34

Merged pull requests:

  • Bump the stable test to the LTS (#217) (@ChrisRackauckas)
  • CompatHelper: bump compat for Static to 0.4, (keep existing compat) (#218) (@github-actions[bot])
  • StaticRange eachindex (#220) (@chriselrod)

v3.1.34

20 Oct 08:08
51a2190
Compare
Choose a tag to compare

ArrayInterface v3.1.34

Diff since v3.1.33

Closed issues:

  • package broken (#206)
  • precompilation error (#207)
  • Precompilation fail, @constprop not defined (#208)
  • StrideIndex errors on adjoint(view(adjoint(v), _)) (#215)

Merged pull requests:

v3.1.33

16 Sep 21:40
63c86af
Compare
Choose a tag to compare

ArrayInterface v3.1.33

Diff since v3.1.32

Merged pull requests:

  • Use Compat.@constprop and Compat.@inline (#205) (@timholy)

v3.1.32

10 Sep 23:16
84a3bce
Compare
Choose a tag to compare

ArrayInterface v3.1.32

Diff since v3.1.31

Closed issues:

  • Add is_strided (#24)
  • Warning: Error requiring StaticArrays from ArrayInterface (#200)

Merged pull requests: