Skip to content

Releases: JuliaArrays/ArrayInterface.jl

v6.0.3

30 May 13:55
cab9462
Compare
Choose a tag to compare

ArrayInterface v6.0.3

Diff since v6.0.2

Closed issues:

  • Incorrect offsets of views of OffsetArrays (#277)

Merged pull requests:

v6.0.2

26 May 17:39
eb20954
Compare
Choose a tag to compare

ArrayInterface v6.0.2

Diff since v6.0.1

Merged pull requests:

  • CompatHelper: bump compat for Compat to 4, (keep existing compat) (#274) (@github-actions[bot])
  • Simplify implementation of known_length (#275) (@Tokazama)
  • Move known_first, known_step, and known_last to ArrayInterfaceCore (#276) (@Tokazama)

v6.0.1

22 May 04:00
b79adb5
Compare
Choose a tag to compare

ArrayInterface v6.0.1

Diff since v6.0.0

Closed issues:

  • README update (#271)

Merged pull requests:

v6.0.0

21 May 14:22
763554d
Compare
Choose a tag to compare

ArrayInterface v6.0.0

Diff since v5.0.8

Closed issues:

  • ArrayInterfaceCore (#211)

Merged pull requests:

v5.0.8

05 May 13:39
e74a7aa
Compare
Choose a tag to compare

ArrayInterface v5.0.8

Diff since v5.0.7

Merged pull requests:

v5.0.7

05 Apr 18:28
3ee7ae0
Compare
Choose a tag to compare

ArrayInterface v5.0.7

Diff since v5.0.6

Closed issues:

  • ArrayInterface.length? (#254)
  • how to tell if type has ldiv! defined (#258)

Merged pull requests:

v5.0.6

01 Apr 18:22
4ebd62a
Compare
Choose a tag to compare

ArrayInterface v5.0.6

Diff since v5.0.5

Merged pull requests:

v5.0.5

14 Mar 06:58
afd0eac
Compare
Choose a tag to compare

ArrayInterface v5.0.5

Diff since v5.0.4

Merged pull requests:

  • Fix inferrence regression on nightly for has_dimnames (#252) (@Tokazama)

v5.0.4

14 Mar 00:51
77146e8
Compare
Choose a tag to compare

ArrayInterface v5.0.4

Diff since v5.0.3

Merged pull requests:

v5.0.3

13 Mar 05:54
0d039cd
Compare
Choose a tag to compare

ArrayInterface v5.0.3

Diff since v5.0.2

Merged pull requests:

  • Generalize from Array to DenseArray where possible in stridelayout (#243) (@brenhinkeller)