File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
12
## v0.1.0 (2024-01-07)
2
13
3
14
### Feat
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
5
5
[tool .poetry ] # https://python-poetry.org/docs/pyproject/
6
6
name = " neo-ls-svm"
7
- version = " 0.1 .0"
7
+ version = " 0.2 .0"
8
8
description = " Neo LS-SVM"
9
9
authors = [
" Laurent Sorber <[email protected] >" ]
10
10
readme = " README.md"
@@ -14,7 +14,7 @@ repository = "https://github.com/lsorber/neo-ls-svm"
14
14
bump_message = " bump(release): v$current_version → v$new_version"
15
15
tag_format = " v$version"
16
16
update_changelog_on_bump = true
17
- version = " 0.1 .0"
17
+ version = " 0.2 .0"
18
18
version_files = [" pyproject.toml:version" ]
19
19
20
20
[tool .poetry .dependencies ] # https://python-poetry.org/docs/dependency-specification/
You can’t perform that action at this time.
0 commit comments