Releases: jolars/libslope
Releases · jolars/libslope
v0.3.2
v0.3.1
v0.3.0
v0.2.0
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)
v0.1.0
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)