File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## v0.3.0 (2024-04-01)
2
+
3
+ ### Feat
4
+
5
+ - add conformal quantile prediction (#25 )
6
+
1
7
## v0.2.0 (2024-02-25)
2
8
3
9
### 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.2 .0"
7
+ version = " 0.3 .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.2 .0"
17
+ version = " 0.3 .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