Skip to content

Commit 68b4e40

Browse files
0.6.1
1 parent d292dc6 commit 68b4e40

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## v0.6.1 (21/08/2023)
4+
5+
### Features
6+
7+
- The function `margin` for computing non-conformity scores for conformal classifiers has been added to `crepes.extras`.
8+
9+
### Fixes
10+
11+
- 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.
12+
13+
- Fixed an error in the documentation for the function `hinge`.
14+
15+
- The Jupyter notebooks `crepes_nb_wrap.ipynb` and `crepes_nb.ipynb` have been updated to illustrate the new `margin` function.
16+
317
## v0.6.0 (28/06/2023)
418

519
### Features

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="crepes",
8-
version="0.6.0",
8+
version="0.6.1",
99
author="Henrik Boström",
1010
author_email="bostromh@kth.se",
1111
description="Conformal classifiers, regressors, and predictive systems (crepes)",

0 commit comments

Comments
 (0)