Releases: wrengr/logfloat
Releases · wrengr/logfloat
0.14.0
This is a relatively conservative change from 0.13.4 (2017-06-18), but it makes some long overdue packaging changes (cabal file, author email, urls, etc).
What's Changed
- Factored out "Data.Number.LogFloat.Raw"
- Updated to use
Cabal-Version >=2.2
rather than the previous>= 1.10
. - Added
Tested-With: GHC == 9.2.4, 9.4.4, 9.6.1
- Silencing warnings about rewrite rules, as a hack for working around: https://gitlab.haskell.org/ghc/ghc/-/issues/10595
Full Changelog: v0.13.4...v0.14.0
v0.13.4-release
Changes
- [Fixed #5] Added Read LogFloat instance. (HT: @zaxtax)
- [Fixed #3] Corrected a bug where
product
returns NaN onlogFloat 0
. (HT: @davidar)
Full Changelog: v0.13.3...v0.13.4-release