linear-accelerate

Lifting linear vector spaces into Accelerate

http://github.com/ekmett/linear-accelerate/

Version on this page:0.5.0.1@rev:2
LTS Haskell 11.22:0.5.0.1@rev:2
Stackage Nightly 2018-03-12:0.5.0.1@rev:1
Latest on Hackage:0.7.0.0

See all snapshots linear-accelerate appears in

BSD-3-Clause licensed by Edward A. Kmett, Charles Durham, Trevor L. McDonell
Maintained by Edward A. Kmett
This version can be pinned in stack with:linear-accelerate-0.5.0.1@sha256:dc085b67bf7015b56501c01b58ac09ba8fb1873538118c94c102b9ead4acea2c,2351

linear-accelerate

Hackage Build Status

This package provides orphan instances that allows you to use linear vector spaces in accelerate.

Contact Information

Contributions and bug reports are welcome!

Please feel free to contact me through github or on the #haskell or #haskell-lens IRC channels on irc.freenode.net.

-Edward Kmett

Changes

Change Log

Notable changes to the project will be documented in this file.

The format is based on Keep a Changelog and the project adheres to the Haskell Package Versioning Policy (PVP)

0.5.0.1

  • Fix #10: doctest failure with accelerate-1.1.1.0

0.5

  • Fix #25: “impossible evaluation” error with accelerate-llvm-native

0.4.1

  • Support doctest-0.12.

0.4

  • Revamp Setup.hs to use cabal-doctest. This makes linear-accelerate build with Cabal-2.0.
  • Fix handedness of (-^) and (^-).
  • Re-enable the doctests.

0.3

  • Expanded API coverage

0.2

  • Fix #1: Move Data.Complex instances into the accelerate package

0.1

  • Repository initialized