Skip to content

Commit eabe5a8

Browse files
committed
bump(release): v0.1.0 → v0.2.0
1 parent a814e01 commit eabe5a8

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v0.2.0 (2024-02-25)
2+
3+
### Feat
4+
5+
- add conformal Bayesian prediction (#14)
6+
- improve dual solver (#4)
7+
8+
### Refactor
9+
10+
- remove target transformation (#13)
11+
112
## v0.1.0 (2024-01-07)
213

314
### Feat

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry] # https://python-poetry.org/docs/pyproject/
66
name = "neo-ls-svm"
7-
version = "0.1.0"
7+
version = "0.2.0"
88
description = "Neo LS-SVM"
99
authors = ["Laurent Sorber <[email protected]>"]
1010
readme = "README.md"
@@ -14,7 +14,7 @@ repository = "https://github.com/lsorber/neo-ls-svm"
1414
bump_message = "bump(release): v$current_version → v$new_version"
1515
tag_format = "v$version"
1616
update_changelog_on_bump = true
17-
version = "0.1.0"
17+
version = "0.2.0"
1818
version_files = ["pyproject.toml:version"]
1919

2020
[tool.poetry.dependencies] # https://python-poetry.org/docs/dependency-specification/

0 commit comments

Comments
 (0)