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 47d0ebd commit 8dd0202Copy full SHA for 8dd0202
βCHANGELOG.mdβ
@@ -1,3 +1,10 @@
1
+## v0.4.1 (2025-03-11)
2
+
3
+### Fix
4
5
+- add support for SciPy v1.15 (#39)
6
+- upgrade scaffolding and support sklearn v1.6 (#34)
7
8
## v0.4.0 (2024-06-11)
9
10
### Feat
βpyproject.tomlβ
@@ -1,6 +1,6 @@
[project] # https://packaging.python.org/en/latest/specifications/pyproject-toml/
name = "conformal-tights"
-version = "0.4.0"
+version = "0.4.1"
description = "A Python package that adds conformal prediction of coherent quantiles and intervals to any scikit-learn regressor or Darts forecaster."
readme = "README.md"
authors = [
0 commit comments