Skip to content

Commit

Permalink
bump(release): v0.1.1 → v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lsorber committed Mar 30, 2024
1 parent 700fb84 commit 91e0c4d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v0.2.0 (2024-03-30)

### Feat

- improve coherence with intercept clipping (#5)

### Fix

- round when target is integer (#6)

## v0.1.1 (2024-03-17)

## v0.1.0 (2024-03-16)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry] # https://python-poetry.org/docs/pyproject/
name = "conformal-tights"
version = "0.1.1"
version = "0.2.0"
description = "A scikit-learn meta-estimator for computing tight conformal predictions"
authors = ["Laurent Sorber <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 91e0c4d

Please sign in to comment.