Releases: arrayfire/arrayfire-haskell
Releases · arrayfire/arrayfire-haskell
0.7.0.0
- 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
- 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
- Updated documentation for column-major order
- Bugfix of double free
- Add hackage docs upload scripts
0.5.0.0
- Add strong types for logical operators (
CBool
)
- Adjust smart constructors to work column-major oriented.
- Light doc fixes.
0.4.0.0
- Removed
Ord
instance since compare
was ambiguous.
- Show Array transposed by default.
0.3.0.0
- Update
Eq
/ Ord
to operate element-wise along Array
.
0.2.0.0
- 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
🎉 Initial Alpha Release 🎉
- Based on 3.6.4 version of the API.