[Python-modules-commits] [fpylll] branch upstream updated (51c07ee -> 387266c)

Jerome Benoit calculus-guest at moszumanska.debian.org
Fri Jun 16 07:31:43 UTC 2017


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

calculus-guest pushed a change to branch upstream
in repository fpylll.

      from  51c07ee   Import fpylll_0.2.3+ds.orig.tar.xz
       new  387266c   Import fpylll_0.2.4+ds.orig.tar.xz

The 1 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:
 LICENSE                              | 340 ++++++++++++++
 PKG-INFO                             |  21 +-
 README.rst                           |  19 +-
 setup.py                             |   2 +-
 src/fpylll/__init__.py               |   2 +-
 src/fpylll/algorithms/bkz.py         |  72 ++-
 src/fpylll/algorithms/bkz2.py        |  51 ++-
 src/fpylll/algorithms/bkz_stats.py   | 839 ++++++++++++++++++++++++++++-------
 src/fpylll/algorithms/pbkz.py        | 180 ++++++++
 src/fpylll/algorithms/simple_bkz.py  |   6 +-
 src/fpylll/algorithms/simple_dbkz.py |   3 +-
 src/fpylll/fplll/bkz.pyx             |  79 ++--
 src/fpylll/fplll/bkz_param.pxd       |   8 +-
 src/fpylll/fplll/bkz_param.pyx       | 293 +++++++++---
 src/fpylll/fplll/decl.pxd            |   6 +-
 src/fpylll/fplll/enumeration.pyx     | 219 ++++++---
 src/fpylll/fplll/fplll.pxd           | 175 ++++++--
 src/fpylll/fplll/gso.pyx             | 119 +++++
 src/fpylll/fplll/integer_matrix.pyx  |  19 +-
 src/fpylll/fplll/lll.pyx             |  52 +--
 src/fpylll/fplll/pruner.pyx          | 274 ++++--------
 src/fpylll/fplll/svpcvp.pyx          |  30 +-
 src/fpylll/tools/benchmark.py        |   2 +-
 src/fpylll/util.pxd                  |   3 +-
 src/fpylll/util.pyx                  |  35 +-
 tests/test_bkz.py                    |   4 +-
 tests/test_cvp.py                    |  28 ++
 tests/test_gso.py                    |  24 +-
 tests/test_multisol_enum.py          |  73 +++
 tests/test_numpy.py                  |   2 +-
 tests/test_pruner.py                 |  96 ++--
 tests/test_util.py                   |  30 ++
 32 files changed, 2405 insertions(+), 701 deletions(-)
 create mode 100644 LICENSE
 create mode 100644 src/fpylll/algorithms/pbkz.py
 create mode 100644 tests/test_cvp.py
 create mode 100644 tests/test_multisol_enum.py
 create mode 100644 tests/test_util.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/fpylll.git



More information about the Python-modules-commits mailing list