Skip to content

Release 0.2.9

Compare
Choose a tag to compare
@shinich1 shinich1 released this 29 Nov 13:59
· 74 commits to master since this release

Added

  • internal updates of gflow and linear algebra functionalities:
    • A new option mode in gflow.gflow, specifying whether to obtain all possible maximally delayed gflow or not (#80)
    • New MatGF2 class that computes elementary operations and Gauss-Jordan elimination on GF2 field, for faster gflow-finding (#80)
  • Added benchmarking page on docs (#89).
  • Added graphix-perceval to [extra] option of the pip installation.

Changed

  • Removed z3-solver and added galois and sympy in requirements.txt (#80)

Removed

  • Removed timeout optional arguments from gflow.flow and gflow.gflow.

Fixed

  • Bugfix conditional branch in gflow.gflowaux (#80)