Releases: fplll/fpylll
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
0.5.3dev
Fpylll 0.5.3dev was released on 04 December 2020 and is available at https://github.com/fplll/fpylll/releases/tag/0.5.3dev
Changes in fpylll-0.5.3dev compared to fpylll-0.5.2dev: 0.5.2dev...0.5.3dev
- use per-level enumeration counting API
- various bugfixes
- #187 Use GitHub Actions for CI (Martin Albrecht)
- #186 Update Docstring (Joe Rowell)
- #192 Add
install_requires
(Martin ALbrecht) - #193 Better
bootstraph.sh
(Martin Albrecht and Marc Stevens) - #190 Use Github Actions to publish Docker images to https://hub.docker.com/repository/docker/fplll/fpylll (Martin Albrecht)
- #195 Context (syntatic sugar) (Martin Albrecht)
- #188 Unit test for Gram Matrix algorithms (Joël Felderhoff)
- #194
SVP.closest_vector
should do the right thing more often (Martin Albrecht) - #196 Remove the Gauss sieve (Martin Albrecht)
- #189 Add probabilistic BKZ simulator from BSW18 (Fernando Virdia)
The following people have contributed to this release (based on the link above):
- Martin Albrecht
- Joe Rowell
- Marc Stevens
- Joël Felderhoff
- Fernando Virdia
Please report issues at
0.5.2dev
This is a bugfix release. Changes in fpylll-0.5.2dev compared to fpylll-0.5.1dev:
PKG_CONFIG_PATH
is derived fromCONDA_PREFIX
andVIRTUAL_ENV
if available (Martin R. Albrecht)- strategies take arbitrary auxilary attributes now (Martin R. Albrecht)
- enumeration for all data types - fixes #172 (Martin R. Albrecht)
- refresh cocal link (Frédéric Chapoton)
- documentation fixes (Fernando Virdia)