From 2b14c2a37125fd8c3bd6b410c69524005f7be9a9 Mon Sep 17 00:00:00 2001 From: Laurent Sorber Date: Sat, 30 Mar 2024 12:55:55 +0000 Subject: [PATCH] =?UTF-8?q?bump(release):=20v0.2.0=20=E2=86=92=20v0.2.1?= 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 7943e57..0e7cecf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.2.1 (2024-03-30) + +### Fix + +- round quantiles when target is integer (#7) + ## v0.2.0 (2024-03-30) ### Feat diff --git a/pyproject.toml b/pyproject.toml index fb7af2d..05ec09b 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.0" +version = "0.2.1" description = "A scikit-learn meta-estimator for computing tight conformal predictions" authors = ["Laurent Sorber "] readme = "README.md"