Skip to content

Commit

Permalink
bump(release): v0.2.2 → v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lsorber authored Apr 1, 2024
1 parent adbe27e commit 4a1a4cc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.2.3 (2024-04-01)

### Fix

- improve dtype handling in CoherentLinearQuantileRegressor (#10)

## v0.2.2 (2024-04-01)

### 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.2.2"
version = "0.2.3"
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 4a1a4cc

Please sign in to comment.