Skip to content

Commit

Permalink
Updates for release 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierleroy committed May 26, 2017
1 parent 6bd5150 commit ba7c2de
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions Changes
@@ -1,7 +1,13 @@
- Added Q.to_float.
Release 1.5 (2017-05-26):
- Install all .cmx files, improving performance of clients and
avoiding a warning from OCaml 4.03 and up.
- Z.of_float: fix a bug in the fast path [Richard Jones]
(See https://bugzilla.redhat.com/show_bug.cgi?id=1392247)
- Improve compatibility with OCaml 4.03 and up [Bernhard Schommer]
- Improve compatibility with OCaml 4.03 and up
[Bernhard Schommer]
- Overflow issue in Z.pow and Z.root with very large exponents (GPR#5)
[Andre Maroneze]
- Added function Q.to_float.

Release 1.4.1 (2015-11-09):
- Fixed ml_z_of_substring_base and Z.of_substring [Thomas Braibant]
Expand All @@ -17,7 +23,7 @@ Release 1.4 (2015-11-02):
- Added Z.trailing_zeros.
- Added Z.testbit, Z.is_even, Z.is_odd.
- Added Z.numbits, Z.log2 and Z.log2up.
- PR$1467: Z.hash is declared as "noalloc" [François Bobot]
- PR#1467: Z.hash is declared as "noalloc" [François Bobot]
- PR#1451: configure fix [Spiros Eliopoulos]
- PR#1436: disable "(void)" trick for unused variables on Windows [Bernhard Schommer]
- PR#1434: removed dependencies on printf & co when Z_PERFORM_CHECK is 0 [Hannes Mehnert]
Expand Down
2 changes: 1 addition & 1 deletion META
@@ -1,5 +1,5 @@
description = "Arbitrary precision integers"
requires = ""
version = "1.4.1"
version = "1.5"
archive(byte) = "zarith.cma"
archive(native) = "zarith.cmxa"

0 comments on commit ba7c2de

Please sign in to comment.