Skip to content

Releases: JuliaGPU/GPUArrays.jl

v2.0.0

06 Nov 15:18
v2.0.0
2d47f75
Compare
Choose a tag to compare

Remove the test suite from the package sources, and move it to the tests. This complicates loading the tests (see CuArrays.jl for an example), but greatly reduces the dependencies that this package requires.

v1.0.4

31 Oct 09:48
v1.0.4
a20368e
Compare
Choose a tag to compare

v1.0.4 (2019-10-31)

Diff since v1.0.3

Closed issues:

  • copyto! uses scalar indexing if types mismatch (#208)
  • Test for Diagonal array wrapper (#173)
  • Broadcast does not work with wrappers (Adjoint, Transpose, SubArray) (#147)

Merged pull requests:

v1.0.3

19 Sep 10:14
v1.0.3
bd10409
Compare
Choose a tag to compare

v1.0.3 (2019-09-18)

Diff since v1.0.2

Merged pull requests:

  • Remove hack and properly reimplement Broadcast._bcs1. (#207) (maleadt)
  • fix non-deterministic mapreduce compilation error and inbounds (#206) (ChrisRackauckas)

v1.0.2

16 Sep 08:35
v1.0.2
e9725f8
Compare
Choose a tag to compare

v1.0.2 (2019-09-13)

Diff since v1.0.1

Merged pull requests:

v1.0.1

23 Aug 14:42
v1.0.1
Compare
Choose a tag to compare

v1.0.1 (2019-08-23)

Diff since v1.0.0

Merged pull requests:

v1.0.0

12 Jul 15:18
v1.0.0
3a6c08b
Compare
Choose a tag to compare

Compatibility with latest Adapt.

v0.7.2

06 Jul 21:16
v0.7.2
Compare
Choose a tag to compare
See github.com/JuliaGPU/GPUArrays.jl/releases/tag/v0.7.2 for release …

v0.7.1

31 May 14:42
v0.7.1
83a5809
Compare
Choose a tag to compare
  • make isapprox consistent with Base implementation
  • support for generating random complex numbers

v0.7.0

25 Apr 05:39
Compare
Choose a tag to compare
v0.7.0

v0.6.1

16 Jan 12:53
Compare
Choose a tag to compare

Minor bugfix release.