[libmath-prime-util-perl] branch master updated (ca2bcbd -> 8698794)

Salvatore Bonaccorso carnil at debian.org
Mon Jan 4 12:04:44 UTC 2016


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

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

      from  ca2bcbd   Prepare changelog for release
      adds  4559bde   Add multiset permutation iterator
      adds  47c146a   Change GMP package for Travis
      adds  3d08157   Add binary(n) function
      adds  4b21f29   Remove binary.  Add todigits, todigitstring, fromdigits
      adds  600d52c   Speedup todigits for large base 10 inputs
      adds  f7e6665   Try a different travis config for GMP
      adds  fa28472   Fix some PP todigits/fromdigits issues
      adds  86ec6c6   Add ramanujan_prime_count
      adds  97481d4   Add power of 2 table to ramanujan_prime_count
      adds  7fc316f   Fix nth_ramanujan_prime problem
      adds  b9f5ae9   Hard code tiny inputs for internal nth_ramanujan_prime bounds
      adds  d1715c4   Better Ramanujan prime bounds
      adds  58a33d0   Tight Rp bound for lower nth / upper count from 2e9 to 56e9
      adds  ffcbd36   Tighten Ramanujan prime bounds
      adds  f37e03c   Add vecany, vecall, vecnone, vecnotall, vecfirst
      adds  d210e4d   Move vec tests to new .t file; add tests for any,all,none,notall,first
      adds  cfd8463   Big speedup and memory reduction for ramanujan_prime_count
      adds  59c0b29   Add context declaration when using PUSH_NPARITY
      adds  7247b7f   speed up ramanujan_prime_count: use approx instead of lower limit
      adds  ce6f756   critic, spelling, documentation
      adds  29df6d0   Tighten Rp bounds even more.
      adds  977096a   Fix case for very large Rp lower bound
      adds  8802268   Tests for formultiperm
      adds  5ce902b   Tighter bounds for Ramanujan primes
      adds  91b50d7   Add two more powers of two for table
      adds  2ae6d10   Update comment indicating how empirical test limits for Ram primes
      adds  8d0bc37   Add missing import for extended test file
      adds  936d6c0   Merge branch 'master' of https://github.com/danaj/Math-Prime-Util
      adds  6cdbdbb   Bump version and year for release
      adds  ffb3c0e   Update for 32-bit
      adds  73c6f16   Fix compiler warnings
      adds  5e9e00a   Imported Upstream version 0.57
       new  1cb1a8c   Merge tag 'upstream/0.57'
       new  1890e96   Update debian/changelog
       new  aefeb0c   Update copyright years for upstream files
       new  627fd17   Update copyright years for debian/* packaging files
       new  8698794   Update debian/changelog file

The 5 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:
 .travis.yml                              |  10 +-
 Changes                                  |  22 ++
 LICENSE                                  |   6 +-
 MANIFEST                                 |   2 +
 META.json                                |  14 +-
 META.yml                                 |  16 +-
 Makefile.PL                              |  12 +-
 README                                   |   4 +-
 TODO                                     |   2 +
 XS.xs                                    | 204 +++++++++++++---
 debian/changelog                         |   8 +
 debian/copyright                         |   4 +-
 factor.c                                 |   2 +-
 lib/Math/Prime/Util.pm                   | 151 +++++++++++-
 lib/Math/Prime/Util/ECAffinePoint.pm     |   4 +-
 lib/Math/Prime/Util/ECProjectivePoint.pm |   4 +-
 lib/Math/Prime/Util/MemFree.pm           |   4 +-
 lib/Math/Prime/Util/PP.pm                | 121 +++++++++-
 lib/Math/Prime/Util/PPFE.pm              |  63 ++++-
 lib/Math/Prime/Util/PrimalityProving.pm  |   4 +-
 lib/Math/Prime/Util/PrimeArray.pm        |   6 +-
 lib/Math/Prime/Util/PrimeIterator.pm     |   4 +-
 lib/Math/Prime/Util/RandomPrimes.pm      |   4 +-
 lib/Math/Prime/Util/ZetaBigFloat.pm      |   4 +-
 lib/ntheory.pm                           |  26 ++-
 t/11-ramanujanprimes.t                   |   4 +-
 t/13-primecount.t                        |  29 ++-
 t/19-moebius.t                           | 141 +-----------
 t/26-combinatorial.t                     |  17 +-
 t/26-digits.t                            |  74 ++++++
 t/26-vec.t                               | 168 ++++++++++++++
 t/92-release-pod-coverage.t              |   8 +-
 util.c                                   | 383 +++++++++++++++++++++++++++----
 util.h                                   |  18 +-
 34 files changed, 1248 insertions(+), 295 deletions(-)
 create mode 100644 t/26-digits.t
 create mode 100644 t/26-vec.t

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



More information about the Pkg-perl-cvs-commits mailing list