Skip to content

Commit 8dd0202

Browse files
authored
bump: v0.4.0 β†’ v0.4.1
1 parent 47d0ebd commit 8dd0202

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
## v0.4.0 (2024-06-11)
29

310
### Feat

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project] # https://packaging.python.org/en/latest/specifications/pyproject-toml/
22
name = "conformal-tights"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "A Python package that adds conformal prediction of coherent quantiles and intervals to any scikit-learn regressor or Darts forecaster."
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
Β (0)