[libmath-prime-util-perl] branch master updated (8b58a73 -> ca2bcbd)
Salvatore Bonaccorso
carnil at debian.org
Mon Dec 14 19:57:31 UTC 2015
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 8b58a73 Prepare changelog for release
adds 25d762d Have PP cluster sieve look for GMP code
adds 0c940ed Fix 32-bit testing; speed up PP cluster with bigints a bit
adds 7a3444e Merge branch 'master' of https://github.com/danaj/Math-Prime-Util
adds 577406d PP speedups
adds 6d8577d Stupid Math::BigInt::GMP signed bug strikes again
adds ef14222 Speed up PP primes for bigints
adds cf8d76c Speedup and fix cluster test with old 32-bit Perl
adds 0fff9db bump version number
adds 93b1e1a Add 15-tuplets
adds 976a139 Add date to Changes
adds 395fceb Merge branch 'master' of https://github.com/danaj/Math-Prime-Util
adds d525c73 Add is_carmichael
adds 02e6624 Tests, documentation, PP for is_carmichael()
adds 12b276d Nonrecursive divisors_from_factors
adds 55478f7 gcdext(0,0) => (0,0,0)
adds 37c5de9 Make sure PP gcdext does correct behavior with 0 inputs
adds c5a026d Extend prime count bounds based on new paper
adds 14eca97 Add forcomp, change forpart to lexico ordering
adds ce49013 Minor changes for forpart/forcomp
adds 626719d Update ntheory docs
adds d5b48e7 Bump version for release
adds ba8f48d Imported Upstream version 0.56
new c9c1708 Merge tag 'upstream/0.56'
new e1abd9a Update debian/changelog
new ca2bcbd Prepare changelog for release
The 3 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 | 22 ++++
META.json | 16 +--
META.yml | 16 +--
Makefile.PL | 12 +--
README | 2 +-
XS.xs | 119 ++++++++++++----------
debian/changelog | 6 ++
factor.c | 31 ++----
lib/Math/Prime/Util.pm | 57 +++++++++--
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 | 170 ++++++++++++++++++++++---------
lib/Math/Prime/Util/PPFE.pm | 8 ++
lib/Math/Prime/Util/PrimalityProving.pm | 4 +-
lib/Math/Prime/Util/PrimeArray.pm | 4 +-
lib/Math/Prime/Util/PrimeIterator.pm | 4 +-
lib/Math/Prime/Util/RandomPrimes.pm | 4 +-
lib/Math/Prime/Util/ZetaBigFloat.pm | 4 +-
lib/ntheory.pm | 6 +-
t/19-moebius.t | 16 ++-
t/24-partitions.t | 40 ++++++--
t/80-pp.t | 10 +-
t/81-bignum.t | 10 +-
t/92-release-pod-coverage.t | 3 +-
util.c | 59 +++++++----
util.h | 1 +
27 files changed, 418 insertions(+), 218 deletions(-)
--
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