diff --git a/CHANGELOG.md b/CHANGELOG.md index d8969e69..502766a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,16 @@ # Change Log All notable changes to this project will be documented in this file. -This project adheres to `Semantic Versioning `_. +This project adheres to `Semantic Versioning `\_. + +## v0.2.1 + +Added: +- Matthews correlation coefficient + +Fixed: +- [Run DeepRank on data without target values](https://github.com/DeepRank/deeprank/issues/123) ## v0.2.0 -This is the first stable release. \ No newline at end of file + +This is the first stable release. diff --git a/deeprank/__version__.py b/deeprank/__version__.py index a9fdc5cf..fb13a355 100644 --- a/deeprank/__version__.py +++ b/deeprank/__version__.py @@ -1 +1 @@ -__version__ = '0.2.0' \ No newline at end of file +__version__ = '0.2.1' \ No newline at end of file