Skip to content

Releases: fplll/fpylll

0.6.1

21 Jan 13:00
Compare
Choose a tag to compare

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:

0.6.0...0.6.1

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

https://github.com/fplll/fpylll/issues

0.6.0

17 Oct 14:19
Compare
Choose a tag to compare

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:

0.5.9...0.6.0

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

https://github.com/fplll/fpylll/issues

0.5.9

12 Jan 11:42
Compare
Choose a tag to compare
preparing for new release

0.5.8

21 Dec 11:12
Compare
Choose a tag to compare

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:

0.5.7...0.5.8

The following people have contributed to this release (based on the link above):

  • Joe Rowell
  • Martin Albrecht

Please report issues at

https://github.com/fplll/fpylll/issues

0.5.7

26 May 17:35
Compare
Choose a tag to compare

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:

0.5.6...0.5.7

The following people have contributed to this release (based on the link above):

  • Joe Rowell
  • Léo Ducas
  • Martin Albrecht

0.5.6

14 May 16:46
Compare
Choose a tag to compare

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:

0.5.5...0.5.6

The following people have contributed to this release (based on the link above):

  • Martin Albrecht
  • Eamonn Postlethwaite

Please report issues at

https://github.com/fplll/fpylll/issues

0.5.5

11 Jan 14:57
Compare
Choose a tag to compare

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

The following people have contributed to this release (based on the link above):

  • Martin Albrecht

Please report issues at

https://github.com/fplll/fpylll/issues

0.5.4

15 Dec 11:50
5a24e8f
Compare
Choose a tag to compare
Merge pull request #200 from fplll/sdist

test python setup.py sdist

0.5.3dev

04 Dec 16:04
Compare
Choose a tag to compare

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

https://github.com/fplll/fpylll/issues

0.5.2dev

24 Jul 13:19
Compare
Choose a tag to compare

This is a bugfix release. Changes in fpylll-0.5.2dev compared to fpylll-0.5.1dev:

  • PKG_CONFIG_PATH is derived from CONDA_PREFIX and VIRTUAL_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)