diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e304f2..e1d2ccb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v0.6.2 (02/02/2024) + +### Fixes + +- Fixed deprecated code for checking if an array is non-empty in the `ConformalPredictiveSystem` class. Thanks to @tuvelofstrom for pointing this out. + ## v0.6.1 (21/08/2023) ### Features diff --git a/LICENSE b/LICENSE index 62a5a89..4036f5d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2023 Henrik Boström +Copyright 2024 Henrik Boström Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/README.md b/README.md index 74707ec..66408d6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

PyPI version -conda-forge version +conda-forge version Downloads docs status License diff --git a/setup.py b/setup.py index d6c114f..eb27c68 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="crepes", - version="0.6.1", + version="0.6.2", author="Henrik Boström", author_email="bostromh@kth.se", description="Conformal classifiers, regressors, and predictive systems (crepes)",