Skip to content

Releases: STommydx/cp-templates

v1.11.0

31 Aug 11:10
Compare
Choose a tag to compare

1.11.0 (2024-08-31)

Feature

v1.10.1

29 Jul 14:18
eb15efc
Compare
Choose a tag to compare

1.10.1 (2024-07-29)

Bug Fixes

  • attempt to fix cmake failure in GitHub actions (eb15efc)

v1.10.0

27 Jul 13:09
Compare
Choose a tag to compare

1.10.0 (2024-07-27)

Feature

  • ccli: generate CMake config for compile database (e59023e)

v1.9.2

26 Jun 15:10
Compare
Choose a tag to compare

1.9.2 (2024-06-26)

Bug Fixes

  • ccli: fix main program files creation in windows (b22213a)

v1.9.1

16 Apr 02:31
Compare
Choose a tag to compare

1.9.1 (2024-04-16)

Bug Fixes

  • ccli: fix repoinit main file names (7dc899a)

v1.9.0

15 Apr 16:41
Compare
Choose a tag to compare

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

05 Apr 23:02
Compare
Choose a tag to compare

1.8.3 (2024-04-05)

Bug Fixes

  • templates: patches to avoid weird issues in g++ (e88abf5)

v1.8.2

05 Apr 21:46
Compare
Choose a tag to compare

1.8.2 (2024-04-05)

Bug Fixes

  • templates: add missing std::pair includes (adb534e)

v1.8.1

05 Apr 21:43
Compare
Choose a tag to compare

1.8.1 (2024-04-05)

Bug Fixes

  • templates: add missing vector include and add tests (b3ace84)

v1.8.0

05 Apr 21:36
Compare
Choose a tag to compare

1.8.0 (2024-04-05)

Feature

  • templates: matrix implementation based on valarray (c692850)
  • templates: i/o helper for valarray (729f33e)