Releases: STommydx/cp-templates
Releases · STommydx/cp-templates
v1.11.0
1.11.0 (2024-08-31)
Feature
v1.10.1
1.10.1 (2024-07-29)
Bug Fixes
- attempt to fix cmake failure in GitHub actions (eb15efc)
v1.10.0
1.10.0 (2024-07-27)
Feature
- ccli: generate CMake config for compile database (e59023e)
v1.9.2
1.9.2 (2024-06-26)
Bug Fixes
- ccli: fix main program files creation in windows (b22213a)
v1.9.1
1.9.1 (2024-04-16)
Bug Fixes
- ccli: fix repoinit main file names (7dc899a)
v1.9.0
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)
v1.8.3
1.8.3 (2024-04-05)
Bug Fixes
- templates: patches to avoid weird issues in g++ (e88abf5)
v1.8.2
1.8.2 (2024-04-05)
Bug Fixes
- templates: add missing std::pair includes (adb534e)
v1.8.1
1.8.1 (2024-04-05)
Bug Fixes
- templates: add missing vector include and add tests (b3ace84)
v1.8.0
1.8.0 (2024-04-05)
Feature
- templates: matrix implementation based on valarray (c692850)
- templates: i/o helper for valarray (729f33e)