Skip to content

Commit

Permalink
0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikbostrom authored Aug 21, 2023
1 parent d292dc6 commit 68b4e40
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand Down

0 comments on commit 68b4e40

Please sign in to comment.