We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d74e7f commit 09e70c6Copy full SHA for 09e70c6
HISTORY.rst
@@ -2,6 +2,11 @@
2
History
3
=======
4
5
+0.3.3 (2025-07-03)
6
+--------------------
7
+
8
+* Fix for UD-3116, missing header 0 row
9
10
0.3.2 (2025-05-13)
11
--------------------
12
cellmaps_image_embedding/__init__.py
@@ -4,7 +4,7 @@
__author__ = 'Cell Maps team'
__email__ = 'tools@cm4ai.org'
-__version__ = '0.3.2'
+__version__ = '0.3.3a1'
__repo_url__ = 'https://github.com/idekerlab/cellmaps_image_embedding'
__description__ = 'A tool to generate embeddings from HPA IF images'
__computation_name__ = 'IF Image Embedding'
0 commit comments