We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f2327b commit 4d0b213Copy full SHA for 4d0b213
HISTORY.rst
@@ -2,6 +2,13 @@
2
History
3
=======
4
5
+0.2.0 (2024-12-02)
6
+------------------
7
+
8
+* Added README generation.
9
10
+* Refactor code.
11
12
0.1.0 (2024-09-09)
13
------------------
14
cellmaps_hierarchyeval/__init__.py
@@ -4,6 +4,6 @@
__author__ = 'Cell Maps team'
__email__ = '[email protected]'
-__version__ = '0.1.0'
+__version__ = '0.2.0a1'
__repo_url__ = 'https://github.com/idekerlab/cellmaps_hierarchyeval'
__description__ = 'A tool to evaluate hierarchies with known resources'
0 commit comments