Skip to content
This repository was archived by the owner on Nov 28, 2023. It is now read-only.

Commit 68a18f1

Browse files
committed
Release version 0.2.1
1 parent 6783df2 commit 68a18f1

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
# Change Log
22

33
All notable changes to this project will be documented in this file.
4-
This project adheres to `Semantic Versioning <http://semver.org/>`_.
4+
This project adheres to `Semantic Versioning <http://semver.org/>`\_.
5+
6+
## v0.2.1
7+
8+
Added:
9+
- Matthews correlation coefficient
10+
11+
Fixed:
12+
- [Run DeepRank on data without target values](https://github.com/DeepRank/deeprank/issues/123)
513

614
## v0.2.0
7-
This is the first stable release.
15+
16+
This is the first stable release.

deeprank/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.2.0'
1+
__version__ = '0.2.1'

0 commit comments

Comments
 (0)