Releases: JuliaGPU/GPUArrays.jl
Releases · JuliaGPU/GPUArrays.jl
v2.0.0
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
v1.0.4 (2019-10-31)
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:
- Prepare for release. (#215) (maleadt)
- Use Adapt.jl for generating collect methods. (#214) (maleadt)
- Support array types with more typevars. (#213) (maleadt)
- Fix #173, add test for Diagonal wrapper (#212) (kshyatt)
- Some tests (#211) (kshyatt)
- Support newest tagged FillArrays (#210) (kshyatt)
- copyto! for heterogeneous arrays. (#209) (maleadt)
v1.0.3
v1.0.3 (2019-09-18)
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
v1.0.2 (2019-09-13)
Merged pull requests:
v1.0.1
v1.0.0
Compatibility with latest Adapt.
v0.7.2
See github.com/JuliaGPU/GPUArrays.jl/releases/tag/v0.7.2 for release …
v0.7.1
- make
isapprox
consistent with Base implementation - support for generating random complex numbers
v0.7.0
v0.7.0