From d3cd4f33e552562fd5ed542e7e71edccbb2d09cf Mon Sep 17 00:00:00 2001 From: Laurent Sorber Date: Sat, 16 Mar 2024 10:27:39 +0000 Subject: [PATCH] =?UTF-8?q?bump(release):=20v0.0.0=20=E2=86=92=20v0.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1e3c7b9 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +## v0.1.0 (2024-03-16) + +### Feat + +- add Conformal Coherent Quantile Regression (#3) diff --git a/pyproject.toml b/pyproject.toml index 8dbc797..93c7a93 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.0.0" +version = "0.1.0" description = "A scikit-learn meta-estimator for computing tight conformal predictions" authors = ["Laurent Sorber "] readme = "README.md"