We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adbe27e commit 4a1a4ccCopy full SHA for 4a1a4cc
βCHANGELOG.mdβ
@@ -1,3 +1,9 @@
1
+## v0.2.3 (2024-04-01)
2
+
3
+### Fix
4
5
+- improve dtype handling in CoherentLinearQuantileRegressor (#10)
6
7
## v0.2.2 (2024-04-01)
8
9
### Fix
βpyproject.tomlβ
@@ -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]>"]
10
readme = "README.md"
0 commit comments