Skip to content

Latest commit

 

History

History
85 lines (47 loc) · 3.98 KB

CHANGELOG.md

File metadata and controls

85 lines (47 loc) · 3.98 KB

Changelog

0.3.2 (2024-02-07)

Bug Fixes

  • fix error in Welford's standardization algorithm (3d70d06)

0.3.1 (2024-02-06)

Bug Fixes

  • avoid infinite loop by bounding stopping criterion (209414c)

0.3.0 (2023-12-11)

⚠ BREAKING CHANGES

  • change interface to class-based design

Features

  • change interface to class-based design (7b17034)
  • modify the default parameters (13f8efc)

Bug Fixes

  • setup sl1_norm after creating sequence (ba47b6d)

0.2.0 (2023-12-07)

⚠ BREAKING CHANGES

  • change library name to just slope
  • take parameters as a parameter pack
  • support generation of BH-type lambda sequence

Features

  • add installation rule to install library and headers (1523a53)
  • change library name to just slope (f150fa7)
  • return alpha and lambda from slope() (d3294ed)
  • return total number of iterations from algorithm (e13ab6b)
  • support generation of BH-type lambda sequence (4570756)
  • take parameters as a parameter pack (60d7bde)
  • use duality gap as stopping criterion (7decb6a)

Bug Fixes

  • add beta0 via array interface (31eed71)
  • add minus one in division for alpha path computation (905e522)
  • use autogenerated versions (f9e09ab)

Reverts

  • "refactor(tests): use folder-specific paths for tests" (a6fb793)

0.1.0 (2023-11-28)

⚠ BREAKING CHANGES

  • reorder arguments in function

Features

  • add Eigen to external libraries and set cmake path (464b01b)
  • don't build a cli binary (a5c369c)
  • make library public (e6e3bd9)
  • python: add a python binding (6f3ff01)
  • reorder arguments in function (7ccdeea)
  • upload WIP implementation of SLOPE (cbe8ab3)

Bug Fixes

  • build: fix yaml setting (3e46077)
  • ci: stick to unstable dev mode (732c519)