Skip to content

Releases: JuliaArrays/ArrayInterface.jl

v4.0.0

10 Jan 02:45
ca6cfd1

Choose a tag to compare

ArrayInterface v4.0.0

Diff since v3.2.2

Closed issues:

  • Add downstream testing (#193)

Merged pull requests:

v3.2.2

31 Dec 14:43
a563216

Choose a tag to compare

ArrayInterface v3.2.2

Diff since v3.2.1

Merged pull requests:

v3.2.1

28 Nov 20:33

Choose a tag to compare

ArrayInterface v3.2.1

Diff since v3.2.0

v3.2.0

28 Nov 19:46
70c135e

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

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

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

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

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

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

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)