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.7.0.0 - 2020-08-26
- embedded pattern synonyms such as
V3_
, etc.
- Update for accelerate-1.3
0.6.0.0 - 2018-04-03
- update for accelerate-1.2
- Disambiguate uses of
fromInteger
andfromRational
.
0.5.0.1 - 2017-09-29
- doctest failure with accelerate-1.1.1.0 (#10)
0.5 - 2017-08-06
- "impossible evaluation" error with accelerate-llvm-native (#25)
0.4.1 - 2017-07-29
- Support
doctest-0.12
.
0.4 - 2017-06-16
- Revamp
Setup.hs
to usecabal-doctest
. This makeslinear-accelerate
build withCabal-2.0
. - Re-enable the
doctest
s.
- Fix handedness of
(-^)
and(^-)
.
0.3 - 2017-04-01
- Rewritten by Trevor L. McDonell
- Expanded API coverage
0.2 - 2014-09-15
- Move
Data.Complex
instances into theaccelerate
package (#1)
0.1 - 2014-03-28
- Repository initialized