From 14d63b0b0922bbc8923db8d297b75c2c0f4ee355 Mon Sep 17 00:00:00 2001 From: Laurent Sorber Date: Sun, 14 Apr 2024 17:44:00 +0000 Subject: [PATCH] =?UTF-8?q?bump(release):=20v0.2.4=20=E2=86=92=20v0.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 301f569..f76b216 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.3.0 (2024-04-14) + +### Feat + +- add Darts forecaster (#14) + ## v0.2.4 (2024-04-01) ### Fix diff --git a/pyproject.toml b/pyproject.toml index a6ad5c7..a50a095 100644 --- a/pyproject.toml +++ b/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.4" +version = "0.3.0" description = "A scikit-learn meta-estimator for computing tight conformal predictions" authors = ["Laurent Sorber "] readme = "README.md"