Skip to content

Releases: chrisvwx/LLLplus.jl

v1.2.2

05 Aug 02:36
Compare
Choose a tag to compare

Added rationalapprox function to do simultaneous diophantine approximation

v1.2.1

26 Apr 16:37
Compare
Choose a tag to compare
Add a Jupyter tutorial in docs

- added Float128 from Quadmath.jl to datatypes figure
- updated the README to describe documentation, tutorial

v1.2.0

13 Apr 19:53
Compare
Choose a tag to compare
  • added Documnter.jl docs
  • added Brun lattice reduction. The comment on commit b767593
    saying Brun was added then was incorrect
  • Added the sizereduction function
  • added functions returning lattic metrics for a matrix:
    orthogonalityFactor, hermiteFactor, seysenCond
  • adde isLLLreduced, issizereduced
  • updated license to match standard MIT form

v1.1.0: Added CVP, and subsetsum, integerfeasibility examples

01 Apr 18:22
56dbbcc
Compare
Choose a tag to compare
  • Added "cvp" for closest vector problem
  • Added "svp" for shortest vector problem
  • Added example lll applications: "subsetsum" function which solves subset sum problem , "integerFeasibility" for integer programming feasibility.
  • As a learning tool, added "gauss" decomposition

v1.0.0

23 Sep 00:09
536ebb2
Compare
Choose a tag to compare

In retrospect, releasing this code as v1.0.0 was too much of a signal that the package is polished, which it is not.

Works on Julia release 0.6.3

15 Jun 01:29
Compare
Choose a tag to compare

Yes, making the version of the package match the Julia version may not be so smart, but I'm doing it anyway.