From bf8f37150137ce16a525180ac803ff32fe1c5e97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Min=C3=A9?= Date: Fri, 11 Sep 2020 12:28:03 +0200 Subject: [PATCH] preparation for release 1.10 --- Changes | 9 +++++++++ META | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 217cc9d..ab6e85e 100644 --- a/Changes +++ b/Changes @@ -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] diff --git a/META b/META index 9157dd9..7b2597a 100644 --- a/META +++ b/META @@ -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"