We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f17559 commit d6184dbCopy full SHA for d6184db
HISTORY.rst
@@ -2,6 +2,11 @@
2
History
3
=======
4
5
+0.2.2 (2025-07-25)
6
+------------------
7
+
8
+* Bug fixes: fixed hyperparameter optimization and generation of config file with optimal parameters
9
10
0.2.1 (2025-07-01)
11
------------------
12
cellmaps_vnn/__init__.py
@@ -4,6 +4,6 @@
__author__ = """Cell Maps team"""
__email__ = 'tools@cm4ai.org'
-__version__ = '0.2.1'
+__version__ = '0.2.2a1'
__repo_url__ = 'https://github.com/idekerlab/cellmaps_vnn'
__description__ = 'Cell Maps Visual Neural Network Toolkit'
0 commit comments