Skip to content

Releases: JuliaArrays/ArrayInterface.jl

v3.1.21

02 Aug 03:26
00dc0ae
Compare
Choose a tag to compare

ArrayInterface v3.1.21

Diff since v3.1.20

Merged pull requests:

v3.1.20

01 Aug 07:36
90c269f
Compare
Choose a tag to compare

ArrayInterface v3.1.20

Diff since v3.1.19

Merged pull requests:

v3.1.19

28 Jul 13:35
36ccd2b
Compare
Choose a tag to compare

ArrayInterface v3.1.19

Diff since v3.1.18

Merged pull requests:

v3.1.18

19 Jul 16:03
768548b
Compare
Choose a tag to compare

ArrayInterface v3.1.18

Diff since v3.1.17

Merged pull requests:

v3.1.17

05 Jun 11:35
22bb669
Compare
Choose a tag to compare

ArrayInterface v3.1.17

Diff since v3.1.16

Closed issues:

  • device() not work for CuArray. (#165)

Merged pull requests:

v3.1.16

03 Jun 06:35
b91d803
Compare
Choose a tag to compare

ArrayInterface v3.1.16

Diff since v3.1.15

Closed issues:

  • Bug in strides of reinterpreted array with non-unit first stride (#163)

Merged pull requests:

  • fix contiguous_batch_size for reshaped views (#156) (@ranocha)
  • reshaped views and reinterpreted arrays (#161) (@ranocha)

v3.1.15

23 May 14:21
9789fa4
Compare
Choose a tag to compare

ArrayInterface v3.1.15

Diff since v3.1.14

Merged pull requests:

v3.1.14

17 May 15:49
87e4135
Compare
Choose a tag to compare

ArrayInterface v3.1.14

Diff since v3.1.13

Merged pull requests:

v3.1.13

17 May 11:23
b910ae6
Compare
Choose a tag to compare

ArrayInterface v3.1.13

Diff since v3.1.12

Merged pull requests:

v3.1.12

11 May 15:33
84b0965
Compare
Choose a tag to compare

ArrayInterface v3.1.12

Diff since v3.1.11

Merged pull requests:

  • Make axes(::Adjoint{<:Any,<:AbstractVector},1) == One():One() (#151) (@chriselrod)