Skip to content

v1.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Apr 16:41
· 13 commits to master since this release

1.9.0 (2024-04-15)

Feature

  • ccli: implement testlib init for problem preparation (a8ea951)
  • ccli: additional template files for repo init (df27254)
  • templates: allow any contigous range type to use suffix array (4433bd7)
  • templates: util function for heavy light decomposition (3bdec6a)
  • template: gaussian elimination and matrix inverse (a2c58c5)
  • templates: matrix fast exponentiation (3e2510b)
  • templates: I/O for matrix class (7300d69)

Bug Fixes

  • templates: fix imports for suffix array (7b69c45)
  • templates: correct checking matrix for pivot row finding in guaussian (da39c8a)
  • templates: fix concatenate function not being called correctly (ce58ee8)