Skip to content

Releases: arrayfire/arrayfire-haskell

0.7.0.0

02 Oct 00:35
Compare
Choose a tag to compare
  • Use latest GHC (9.2.2 / 9.4.2)
  • Use latest arrayfire (3.8.2)
  • Fix tests for product and variance functions
  • Update various scripts (nix, .ghci, etc.)

Hackage Link

0.6.0.0

15 Nov 08:17
Compare
Choose a tag to compare
  • Documentation fix for negate
  • Change public interface on BLAS functions to constrain on AFType
  • Adjust cabal file, account for different environments correctly

0.5.1.0

12 Nov 03:57
Compare
Choose a tag to compare
  • Updated documentation for column-major order
  • Bugfix of double free
  • Add hackage docs upload scripts

0.5.0.0

09 Nov 22:01
Compare
Choose a tag to compare
  • Add strong types for logical operators (CBool)
  • Adjust smart constructors to work column-major oriented.
  • Light doc fixes.

0.4.0.0

06 Nov 18:44
Compare
Choose a tag to compare
  • Removed Ord instance since compare was ambiguous.
  • Show Array transposed by default.

0.3.0.0

06 Nov 15:47
Compare
Choose a tag to compare
  • Update Eq / Ord to operate element-wise along Array.

0.2.0.0

06 Nov 03:14
3d7d66d
Compare
Choose a tag to compare
  • Updated external interface for real and imag
  • Removed functions that are not present in the 3.6.4 API (af_pinverse, etc.)
  • Adjust cabal flags

0.1.0.0

06 Nov 02:50
27bef52
Compare
Choose a tag to compare

🎉 Initial Alpha Release 🎉

  • Based on 3.6.4 version of the API.