You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG
+28-13Lines changed: 28 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
0.13.4 (2017-06-18):
2
+
- Added Read LogFloat instance. (h/t Rob Zinkov)
1
3
0.13.3.2 (2015-08-06):
2
4
- Fixed the buggy Show LogFloat instance
3
5
0.13.3.1 (2015-05-30):
@@ -15,7 +17,9 @@
15
17
- removed support for older versions of GHC, in order to clean things up
16
18
17
19
0.12.1 (2010-03-19):
18
-
- Fixed some NaN injection bugs in the Num instance. These would only have been triggered by non-probabilistic uses of LogFloat (i.e., if you used @logFloat infinity@)
20
+
- Fixed some NaN injection bugs in the Num instance. These would
21
+
only have been triggered by non-probabilistic uses of LogFloat
22
+
(i.e., if you used @logFloat infinity@)
19
23
0.12.0.3 (2009-04-03):
20
24
- Added notes to INSTALL about Windows compatibility
21
25
0.12.0.2 (2009-04-03):
@@ -24,9 +28,10 @@
24
28
- Disabled -fvia-C so the FFI can be used in GHC 6.10
25
29
0.12 (2009-03-10):
26
30
- Added log1p.
27
-
- Added Storable instance (for GHC only)
28
-
- removed orphaned toRational/fromRational rules. The RealToFrac module obviates those optimizations.
29
-
- Adjusted Real LogFloat instance to throw errors on transfinite values
31
+
- Added Storable instance (for GHC only)
32
+
- removed orphaned toRational/fromRational rules. The
33
+
RealToFrac module obviates those optimizations.
34
+
- Adjusted Real LogFloat instance to throw errors on transfinite values
30
35
31
36
0.11.2 (2009-03-09):
32
37
- Moved log/exp rules from LogFloat into Transfinite
@@ -35,26 +40,36 @@
35
40
0.11.1 (2009-03-08):
36
41
- Added IArray UArray LogFloat instance (thanks to Felipe Lessa).
37
42
0.11 (2009-01-29):
38
-
- Moved the RealToFrac class from Data.Number.Transfinite to Data.Number.RealToFrac. This breaks backwards compatibility if you depended directly on that module for the class. If you imported the class from Data.Number.LogFloat then you're still fine.
39
-
- Cabal build fail due to missing new module (Fixed in 0.11.0.1).
43
+
- Moved the RealToFrac class from Data.Number.Transfinite to
44
+
Data.Number.RealToFrac. This breaks backwards compatibility if
45
+
you depended directly on that module for the class. If you
46
+
imported the class from Data.Number.LogFloat then you're still
47
+
fine.
48
+
- Cabal build fail due to missing new module (Fixed in 0.11.0.1).
40
49
41
50
0.10 (2009-01-29):
42
-
- Hugs' Prelude definitions of isInfinite and isNaN for Float and Double are buggy. The new Hugs.RealFloat module provides correct implementations (defaulting to the Prelude definition for non-Hugs compilers).
43
-
- The PartialOrd and Transfinite instances for Double and Float have been updated to use these corrected functions.
44
-
- Added maxPO and minPO to PartialOrd and added comparingPO to Data.Number.PartialOrd.
45
-
- Minor changes to circumvent bugs in Hackage's new version of Haddock. You should be able to see all the documentation now.
51
+
- Hugs' Prelude definitions of isInfinite and isNaN for Float
52
+
and Double are buggy. The new Hugs.RealFloat module provides
53
+
correct implementations (defaulting to the Prelude definition
54
+
for non-Hugs compilers).
55
+
- The PartialOrd and Transfinite instances for Double and Float
56
+
have been updated to use these corrected functions.
57
+
- Added maxPO and minPO to PartialOrd and added comparingPO to
58
+
Data.Number.PartialOrd.
59
+
- Minor changes to circumvent bugs in Hackage's new version of
60
+
Haddock. You should be able to see all the documentation now.
46
61
47
62
0.9.1 (2008-08-30):
48
63
- Fixed some PartialOrd stuff and sanitized documentation
49
-
- Build fail on GHC 6.10 due to GHC.Prim (Fixed in 0.9.1.1).
64
+
- Build fail on GHC 6.10 due to GHC.Prim (Fixed in 0.9.1.1).
50
65
0.9.0 (2008-08-30):
51
66
- s/toFractional/realToFrac/g.
52
67
- Also moved realToFrac and log to Transfinite
53
-
- Build fail on GHC 6.10 due to GHC.Prim
68
+
- Build fail on GHC 6.10 due to GHC.Prim
54
69
55
70
0.8.6 (2008-08-17):
56
71
- Removed buggy RULES
57
-
- Build fail on GHC 6.10 due to -Werror and removal of -fno-warn-orphans
72
+
- Build fail on GHC 6.10 due to -Werror and removal of -fno-warn-orphans
58
73
0.8.5 (2008-08-17):
59
74
- Gave up and converted from lhs to hs so Hackage docs work
0 commit comments