From 68b4e40c0eec6f35e356ff81cfb02e9683f1024a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Bostr=C3=B6m?= Date: Mon, 21 Aug 2023 09:43:40 +0200 Subject: [PATCH] 0.6.1 --- CHANGELOG.md | 14 ++++++++++++++ setup.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c05a3c7..8e304f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## v0.6.1 (21/08/2023) + +### Features + +- The function `margin` for computing non-conformity scores for conformal classifiers has been added to `crepes.extras`. + +### Fixes + +- Fixed a bug in the `DifficultyEstimator` class (in `crepes.extras`), which caused an error when trying to display a non-fitted object. Thanks to @tuvelofstrom for pointing this out. + +- Fixed an error in the documentation for the function `hinge`. + +- The Jupyter notebooks `crepes_nb_wrap.ipynb` and `crepes_nb.ipynb` have been updated to illustrate the new `margin` function. + ## v0.6.0 (28/06/2023) ### Features diff --git a/setup.py b/setup.py index 74cd762..d6c114f 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="crepes", - version="0.6.0", + version="0.6.1", author="Henrik Boström", author_email="bostromh@kth.se", description="Conformal classifiers, regressors, and predictive systems (crepes)",