Releases: arrayfire/arrayfire-haskell
Releases · arrayfire/arrayfire-haskell
0.7.1.0
What's Changed
- Fix tests for ArrayFire 3.8.3 by @twesterhout in #51
- Switch to Nix flakes; make the tests pass with newest ArrayFire by @twesterhout in #55
- Fix joinMany by @twesterhout in #56
- Fix (**) and use property tests for Floating by @twesterhout in #57
- Relax some tests that are satisfied only up to some floating point error. by @leftaroundabout in #59
- Export the special
spanvalue for not-indexing an array dimension. by @leftaroundabout in #61 - Correct
signumfunction according to the Haskell report. by @leftaroundabout in #60 - Adjust lookup function to use
Intindices by @dmjio in #63 - Add CI. Generalize
op2type parameter. by @dmjio in #64
New Contributors
- @leftaroundabout made their first contribution in #59
Full Changelog: 0.7.0.0...0.7.1.0
0.7.0.0
- Use latest GHC (
9.2.2/9.4.2) - Use latest arrayfire (
3.8.2) - Fix tests for
productandvariancefunctions - Update various scripts (
nix,.ghci, etc.)