We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdca0e4 commit e83b19fCopy full SHA for e83b19f
HISTORY.rst
@@ -2,6 +2,11 @@
2
History
3
=======
4
5
+0.2.1 (2025-07-01)
6
+------------------
7
+
8
+* Bug fixes: fixed _annotate_interactomes_of_systems method's return value and fix hierarchy annotations
9
10
0.2.0 (2025-06-26)
11
------------------
12
cellmaps_vnn/__init__.py
@@ -4,6 +4,6 @@
__author__ = """Cell Maps team"""
__email__ = 'tools@cm4ai.org'
-__version__ = '0.2.0'
+__version__ = '0.2.1a1'
__repo_url__ = 'https://github.com/idekerlab/cellmaps_vnn'
__description__ = 'Cell Maps Visual Neural Network Toolkit'
0 commit comments