[Python-modules-commits] [fpylll] branch master updated (966b200 -> 70523a8)

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


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

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

      from  966b200   Set post-intall py.test for each favour of python-cysignals
       new  387266c   Import fpylll_0.2.4+ds.orig.tar.xz
       new  50efe16   record new upstream branch created by importing fpylll_0.2.4+ds.orig.tar.xz and merge it
       new  70523a8   Debian patch 0.2.4+ds-1

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:
 LICENSE                                            | 340 +++++++++
 PKG-INFO                                           |  21 +-
 README.rst                                         |  19 +-
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |  10 +
 debian/control                                     |   4 +-
 debian/copyright                                   |   4 +-
 debian/patches/series                              |   2 -
 .../upstream-lintian-spelling-controversial.patch  |  22 -
 ...upstream-lintian-spelling-uncontroversial.patch |  21 -
 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 +
 39 files changed, 2426 insertions(+), 757 deletions(-)
 create mode 100644 LICENSE
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/upstream-lintian-spelling-controversial.patch
 delete mode 100644 debian/patches/upstream-lintian-spelling-uncontroversial.patch
 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