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 ca20595 commit 436ee11Copy full SHA for 436ee11
βCHANGELOG.mdβ
@@ -1,3 +1,9 @@
1
+## v0.3.1 (2024-04-19)
2
+
3
+### Fix
4
5
+- fix imports when darts is not available (#16)
6
7
## v0.3.0 (2024-04-14)
8
9
### Feat
β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.3.0"
+version = "0.3.1"
description = "A scikit-learn meta-estimator for computing tight conformal predictions"
authors = ["Laurent Sorber <[email protected]>"]
10
readme = "README.md"
0 commit comments