This is an automated email from the git hooks/post-receive script.

carnil pushed a change to branch master
in repository libmath-prime-util-gmp-perl.

      from  7a0c251   update changelog
      adds  e41eda6   Add todigits
      adds  a189304   Verbose 3+ prints sieve factors.  Use different Lah 
number formula.
      adds  7ea8368   Signed/unsigned cast
      adds  948d6b5   Add mpf_log, mpf_exp, mpf_pow
      adds  70267f0   Add divisors function
      adds  c94834c   Add Zeta and R functions for integer arguments
      adds  c41098f   Remove test code from Riemann R
      adds  8247b7c   Export divisors, intzetareal, intriemannrreal
      adds  d5096db   tests for todigits/fromdigits
      adds  9699091   Update tests
      adds  22befe0   slight speedup for mpf functions
      adds  87f9aee   Change is_prime from 1-5 extra M-R tests to just 1.  
is_provable_prime adds Frobenius tests if ECPP gives up.
      adds  c3814d0   Change zeta and riemannr to allow non-integer arguments.  
Change names.
      adds  c7d0f14   Add is_euler_pseudoprime.  Bases for is_pseudoprime.
      adds  7e280d4   Tune partial sieve crossover to speed up sieve_primes
      adds  ce04e7b   Update version number
      adds  7482cb4   Update for release
      adds  6f537db   New upstream version 0.41
       new  00ca195   Merge tag 'upstream/0.41'
       new  54c1651   Update debian/changelog
       new  e715c1b   debian/NEWS: Document API changes for new upstream 
version 0.41
       new  de8bc2c   Add myself to Uploaders
       new  f28c027   Add myself to copyright stanza for debian/* packaging
       new  60e8581   Prepare changelog for release

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                    |  43 +++
 MANIFEST                   |   2 +
 META.json                  |   8 +-
 META.yml                   |   6 +-
 Makefile.PL                |   2 +-
 README                     |   2 +-
 TODO                       |  21 +-
 XS.xs                      | 142 +++++++---
 debian/NEWS                |  14 +
 debian/changelog           |  13 +-
 debian/control             |   1 +
 debian/copyright           |   1 +
 factor.c                   |  36 +++
 factor.h                   |   2 +
 gmp_main.c                 | 633 ++++++++++++++++++++++++++++++++++++++-------
 gmp_main.h                 |   2 +
 lib/Math/Prime/Util/GMP.pm | 112 +++++---
 primality.c                | 143 +++++++---
 primality.h                |   3 +
 t/12-nextprime.t           |   7 +-
 t/17-pseudoprime.t         |  12 +-
 t/24-bernfrac.t            |  21 +-
 t/26-digits.t              |  28 ++
 t/26-riemann.t             |  89 +++++++
 t/50-factoring.t           |  10 +-
 utility.c                  | 161 ++++++++++++
 utility.h                  |   6 +
 27 files changed, 1289 insertions(+), 231 deletions(-)
 create mode 100644 t/26-digits.t
 create mode 100644 t/26-riemann.t

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-prime-util-gmp-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to