Skip to content

Commit

Permalink
preparation for release 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinemine committed Sep 11, 2020
1 parent a9a309d commit bf8f371
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Release 1.10 (2020-09-11)
- Improvement #66: added some mpz functions (divisible, congruent, jacobi, legendre, krobecker, remove, fac, primorial, bin, fib, lucnum)
- Improvement #65: Q.of_stirng now handles decimal point and scientific notation [Ghiles Ziat]
- Fix #60: Z.root now raises an exception for invalid arguments
- Fix #62: raise division by 0 for 0-modulo in powm
- Fix #59: improved abs for negative arguments
- Fix #58: gcd, lcm, gcdext now behave as gmp for negative arguments
- Fix #57: clean compile with sage strings [[hugo]

Release 1.9.1 (2019-08-28) (bugfix):
- Fix configure issue for non-bash sh introduced in #45
- Tweaks to opam file [kit-ty-kate]
Expand Down
4 changes: 2 additions & 2 deletions META
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
description = "Arbitrary precision integers"
requires = ""
version = "1.9.1"
version = "1.10"
archive(byte) = "zarith.cma"
archive(native) = "zarith.cmxa"

package "top" (
version = "1.9.1"
version = "1.10"
description = "ZArith toplevel support"
requires = "zarith"
archive(byte) = "zarith_top.cma"
Expand Down

0 comments on commit bf8f371

Please sign in to comment.