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"