Releases: fplll/fpylll
0.6.3
What's Changed
- .github/workflows/pypi-publish.yml: New by @mkoeppe in #285
- .github/workflows/pypi-publish.yml: Fix up by @mkoeppe in #286
- Update bootstrap.sh & setup.py by @ludopulles in #288
- CVP.babai: search for correct row instead of assuming it's -1 by @malb in #291
Full Changelog: 0.6.2...0.6.3
0.6.2
What's Changed
- fix: typo in gmp/pycore_long by @alxiong in #263
- Force C++ linkage everywhere by @joerowell in #266
- add transformation interface to bkz_reduction by @kionactf in #267
- disable long double on aarch64-darwin by @Feyorsh in #270
- Fixes in fpylll.algorithms.babai by @TheBlupper in #274
- Change choice of q in qary-lattice generation by @ludopulles in #275
- Build binary wheels for PyPI with cibuildwheel by @mkoeppe in #276
- Refactor BKZ 2.0 simulator by @ludopulles in #279
- Issue #278: Reference functional cysignals version by @AntonKueltz in #280
- release.yml: Build wheels using fplll 5.5.0 by @mkoeppe in #281
- release.yml: Create GH release using softprops/action-gh-release by @mkoeppe in #283
New Contributors
- @alxiong made their first contribution in #263
- @kionactf made their first contribution in #267
- @Feyorsh made their first contribution in #270
- @TheBlupper made their first contribution in #274
- @ludopulles made their first contribution in #275
- @AntonKueltz made their first contribution in #280
Full Changelog: 0.6.1...0.6.2
0.6.1
FPyLLL 0.6.1 was released on 21 January 2024 and is available at
https://github.com/fplll/fpylll/releases/tag/0.6.1
All changes:
This release supports Python 3.10, 3.11 and 3.12. It requires Cython 3.0 or higher.
The following PRs were merged:
- #258 Declare build deps in pyproject.toml
The following people have contributed to this release (based on the link above)
- Martin Albrecht
- Matthias Köppe
Please report issues at
0.6.0
FPyLLL 0.6.0 was released on 17 October 2023 and is available at
https://github.com/fplll/fpylll/releases/tag/0.6.0
All changes:
This release supports Python 3.10, 3.11 and 3.12. It requires Cython 3.0 or higher.
The following PRs were merged:
- add a few missing HAVE_LONG_DOUBLE guards #241
- Fix typo in README. #243
- Fix error ignored during fplll compilation #245
- fix Cython complaints #247
- Add support for converting (integer) numpy arrays to IntegerMatrix. #252
- Update README to remove Travis. #253
- 3.10 and 3.11 is where it's at #248
- Cython 3 #255
- Support python 3.12 #254
The following people have contributed to this release (based on the link above)
- Martin Albrecht
- Joe Rowell
- Guilhem Niot
- Gonzalo Tornaría
Please report issues at
0.5.9
preparing for new release
0.5.8
FPyLLL 0.5.8 was released on 21 December 2022 and is available at
https://github.com/fplll/fpylll/releases/tag/0.5.8
All changes:
The following people have contributed to this release (based on the link above):
- Joe Rowell
- Martin Albrecht
Please report issues at
0.5.7
FPyLLL 0.5.7 was released on 16 May 2022 and is available at
https://github.com/fplll/fpylll/releases/tag/0.5.7
Changes in fpylll-0.5.5 compared to fpylll-0.5.6:
The following people have contributed to this release (based on the link above):
- Joe Rowell
- Léo Ducas
- Martin Albrecht
0.5.6
Fpylll 0.5.6 was released on 14 May 2021 and is available at
https://github.com/fplll/fpylll/releases/tag/0.5.6
Changes in fpylll-0.5.5 compared to fpylll-0.5.5:
The following people have contributed to this release (based on the link above):
- Martin Albrecht
- Eamonn Postlethwaite
Please report issues at
0.5.5
FPyLLL 0.5.5 was released on 11 January 2021 and is available at https://github.com/fplll/fpylll/releases/tag/0.5.5
Changes in fpylll-0.5.5 compared to fpylll-0.5.4: 0.5.4...0.5.5
GSO.Mat(A, update=True)
is now a thing #201- Fixing https://trac.sagemath.org/ticket/31146
The following people have contributed to this release (based on the link above):
- Martin Albrecht
Please report issues at
0.5.4
Merge pull request #200 from fplll/sdist test python setup.py sdist