ArrayFire.jl Versions Save

Julia wrapper for the ArrayFire library

v1.0.7

3 years ago

ArrayFire v1.0.7

Diff since v1.0.6

Closed issues:

  • Is permutdims == moddims ? (#260)
  • Julia crashes when I use the sin function on an array (#262)

Merged pull requests:

  • Install TagBot as a GitHub Action (#259) (@JuliaTagBot)
  • Run tagbot only once a day (#264) (@aviks)
  • Correct type for arg() (#266) (@rehmi)

v1.0.6

4 years ago

v1.0.6 (2020-02-01)

Diff since v1.0.5

Closed issues:

  • Error installing ArrayFire.jl on Windows (#254)
  • Use versioned library name (#253)
  • Error tagging new release (#242)

Merged pull requests:

  • Handle macOS for af\_lib (#257) (xukai92)
  • Support a range of SpecialFuns versions (#256) (xukai92)

v1.0.5

4 years ago

v1.0.5 (2020-01-25)

Diff since v1.0.4

Closed issues:

  • Package not working on windows 10 (#252)
  • Update to FFTW v1.0 (#250)
  • memory issues (#248)
  • How to use regions function? (#245)

Merged pull requests:

  • Update compat (#251) (xukai92)
  • Correct type for regions function (#246) (quangIO)

v1.0.4

4 years ago

v1.0.4 (2019-07-20)

Diff since v1.0.3

v1.0.3

4 years ago

v1.0.3 (2019-07-03)

Diff since v1.0.2

Closed issues:

  • Warning with inv() and Float32 (#241)
  • Error tagging new release (#238)

v1.0.2

5 years ago

Commits

  • Correct parameters for the output arrays (3cd479e)
  • Merge branch 'master' of github.com:JuliaComputing/ArrayFire.jl (47013e3)
  • REQUIRE is no longer needed (16b3ad6)
  • Re-add compatibility bounds. (8cc1372)
  • Update LICENSE.md (#232) (4aaa558)
  • Update README.md (a7c6dbe)
  • Update README.md (#230) (74ebd57)
  • add clamp with numbers (a90a8da)
  • bump version to 1.0.2 (3f94968)
  • fix coverage (38c4b3a)
  • fix type piracy for show, rename to show_window (8694f43)
  • linspace => range (208446b)
  • make AFArray subtype of AbstractArray again (db106e4)

Merged PRs

  • #236 (d132046)
  • #237 (733bb22)

This changelog was automatically generated, and might contain inaccuracies.

v1.0.1

5 years ago

Fix using Compat problem

v0.1.1

5 years ago

v0.7.0

5 years ago

Julia v0.7 release

v0.1.0

6 years ago

Rewrite from scratch, too many things have changed.