You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
**Note**: Numbers like (\#123) point to closed Pull Requests on the fractal-tasks-core repository.
2
2
3
+
# 1.5.1
4
+
* Tasks:
5
+
* In `Convert Cellvoyager to OME-Zarr` & `Convert Cellvoyager Multiplexing to OME-Zarr` tasks, handle unset window start & end better (\#953).
6
+
* In `Convert Cellvoyager to OME-Zarr` & `Convert Cellvoyager Multiplexing to OME-Zarr` tasks, normalize plate names to avoid special characters & spaces (\#953).
7
+
* In `Convert Cellvoyager Multiplexing to OME-Zarr`, improve error message when no images are found (\#953).
8
+
* In `Convert Cellvoyager Multiplexing to OME-Zarr`, handle order of acquisitions better (\#953).
Copy file name to clipboardExpand all lines: fractal_tasks_core/__FRACTAL_MANIFEST__.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@
50
50
}
51
51
],
52
52
"title": "Window",
53
-
"description": "Optional `Window` object to set default display settingsfor napari."
53
+
"description": "Optional `Window` object to set default display settings. If unset, it will be set to the full bit range of the image (e.g. 0-65535 for 16 bit images)."
54
54
},
55
55
"color": {
56
56
"title": "Color",
@@ -370,7 +370,7 @@
370
370
}
371
371
],
372
372
"title": "Window",
373
-
"description": "Optional `Window` object to set default display settingsfor napari."
373
+
"description": "Optional `Window` object to set default display settings. If unset, it will be set to the full bit range of the image (e.g. 0-65535 for 16 bit images)."
0 commit comments