Skip to content

Releases: wrengr/logfloat

0.14.0

19 Mar 23:51
Compare
Choose a tag to compare

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

17 Oct 05:46
Compare
Choose a tag to compare

Changes

  • [Fixed #5] Added Read LogFloat instance. (HT: @zaxtax)
  • [Fixed #3] Corrected a bug where product returns NaN on logFloat 0. (HT: @davidar)

Full Changelog: v0.13.3...v0.13.4-release