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 d8038d6 commit 59c211fCopy full SHA for 59c211f
CHANGELOG
@@ -1,3 +1,5 @@
1
+0.6.1
2
+ - fix: MetaDataMissingError for some data types (qpformat 0.4.3)
3
0.6.0
4
- fix: error when removing ROIs that overlap with two ROIs in the
5
background image
setup.py
@@ -20,8 +20,8 @@
20
"qpimage",
21
"qpsphere"]
22
else:
23
- release_deps = ["qpformat==0.4.2",
24
- "qpimage==0.4.2",
+ release_deps = ["qpformat==0.4.3",
+ "qpimage==0.4.3",
25
"qpsphere==0.4.0",
26
]
27
0 commit comments