Skip to content

Commit

Permalink
bump(release): v0.3.1 → v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lsorber committed Jun 11, 2024
1 parent f71376e commit 4abbc39
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v0.4.0 (2024-06-11)

### Feat

- improve sample efficiency (#28)
- simplify installation (#26)
- support pre-fitted estimators (#19)

## v0.3.1 (2024-04-19)

### Fix
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.3.1"
version = "0.4.0"
description = "A Python package that adds conformal prediction of coherent quantiles and intervals to any scikit-learn regressor or Darts forecaster."
authors = ["Laurent Sorber <laurent@radix.ai>"]
readme = "README.md"
Expand Down

0 comments on commit 4abbc39

Please sign in to comment.