Skip to content

Commit

Permalink
chore(main): release 0.2.0 (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 7, 2023
1 parent fef8d37 commit a2f7db0
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Changelog

## [0.2.0](https://github.com/jolars/libslope/compare/v0.1.0...v0.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](https://github.com/jolars/libslope/commit/1523a53d65a63907dc39f02b29c7cd54a95a58a5))
* change library name to just slope ([f150fa7](https://github.com/jolars/libslope/commit/f150fa79eba4a01f36df8a62cd4f1b7a01b05336))
* return alpha and lambda from slope() ([d3294ed](https://github.com/jolars/libslope/commit/d3294edc9ab1f1d4539750070426b6698c15c518))
* return total number of iterations from algorithm ([e13ab6b](https://github.com/jolars/libslope/commit/e13ab6b77739f242a784685ef4ed0d330c0a825e))
* support generation of BH-type lambda sequence ([4570756](https://github.com/jolars/libslope/commit/4570756db4ceb8e84b3edc01e9b8550b3e151703))
* take parameters as a parameter pack ([60d7bde](https://github.com/jolars/libslope/commit/60d7bde4baf6bfe44da87d70d2a055717660c16e))
* use duality gap as stopping criterion ([7decb6a](https://github.com/jolars/libslope/commit/7decb6a264ddc15b051732fd536b189c84229c3a))


### Bug Fixes

* add beta0 via array interface ([31eed71](https://github.com/jolars/libslope/commit/31eed71b458b489594d4e99311336b12cda48c58))
* add minus one in division for alpha path computation ([905e522](https://github.com/jolars/libslope/commit/905e522217193e4e868fdf7a6e79d4da3c64f2e5))
* use autogenerated versions ([f9e09ab](https://github.com/jolars/libslope/commit/f9e09ab4fcf33c62fe52ab6fec1525bc6bcfb576))


### Reverts

* "refactor(tests): use folder-specific paths for tests" ([a6fb793](https://github.com/jolars/libslope/commit/a6fb793253b1e46ec46bbf2244c69e14a9348d8b))

## 0.1.0 (2023-11-28)


Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.2.0

0 comments on commit a2f7db0

Please sign in to comment.