patchworks 0.9.0__tar.gz → 0.9.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {patchworks-0.9.0 → patchworks-0.9.1}/PKG-INFO +3 -2
- {patchworks-0.9.0 → patchworks-0.9.1}/README.md +1 -1
- {patchworks-0.9.0 → patchworks-0.9.1}/docs/guide/ome_zarr_napari.md +2 -2
- {patchworks-0.9.0 → patchworks-0.9.1}/pyproject.toml +7 -2
- {patchworks-0.9.0 → patchworks-0.9.1}/.github/workflows/docs.yml +0 -0
- {patchworks-0.9.0 → patchworks-0.9.1}/.github/workflows/lint.yml +0 -0
- {patchworks-0.9.0 → patchworks-0.9.1}/.github/workflows/release.yml +0 -0
- {patchworks-0.9.0 → patchworks-0.9.1}/.gitignore +0 -0
- {patchworks-0.9.0 → patchworks-0.9.1}/.markdownlint-cli2.yaml +0 -0
- {patchworks-0.9.0 → patchworks-0.9.1}/cliff.toml +0 -0
- {patchworks-0.9.0 → patchworks-0.9.1}/docs/api/chunks.md +0 -0
- {patchworks-0.9.0 → patchworks-0.9.1}/docs/api/cluster.md +0 -0
- {patchworks-0.9.0 → patchworks-0.9.1}/docs/api/io.md +0 -0
- {patchworks-0.9.0 → patchworks-0.9.1}/docs/api/merge_tile_labels.md +0 -0
- {patchworks-0.9.0 → patchworks-0.9.1}/docs/api/plugins/cellpose.md +0 -0
- {patchworks-0.9.0 → patchworks-0.9.1}/docs/api/plugins/napari.md +0 -0
- {patchworks-0.9.0 → patchworks-0.9.1}/docs/api/plugins/ome_zarr.md +0 -0
- {patchworks-0.9.0 → patchworks-0.9.1}/docs/api/relabel.md +0 -0
- {patchworks-0.9.0 → patchworks-0.9.1}/docs/api/tile_process.md +0 -0
- {patchworks-0.9.0 → patchworks-0.9.1}/docs/examples/cellpose_2d.md +0 -0
- {patchworks-0.9.0 → patchworks-0.9.1}/docs/examples/cellpose_2d.py +0 -0
- {patchworks-0.9.0 → patchworks-0.9.1}/docs/examples/cellpose_3d.md +0 -0
- {patchworks-0.9.0 → patchworks-0.9.1}/docs/examples/cellpose_3d.py +0 -0
- {patchworks-0.9.0 → patchworks-0.9.1}/docs/examples/custom.md +0 -0
- {patchworks-0.9.0 → patchworks-0.9.1}/docs/examples/custom_method.py +0 -0
- {patchworks-0.9.0 → patchworks-0.9.1}/docs/examples/standalone_merge.md +0 -0
- {patchworks-0.9.0 → patchworks-0.9.1}/docs/examples/stardist.md +0 -0
- {patchworks-0.9.0 → patchworks-0.9.1}/docs/examples/stardist_2d.py +0 -0
- {patchworks-0.9.0 → patchworks-0.9.1}/docs/getting_started.md +0 -0
- {patchworks-0.9.0 → patchworks-0.9.1}/docs/guide/gpu_distributed.md +0 -0
- {patchworks-0.9.0 → patchworks-0.9.1}/docs/guide/merging.md +0 -0
- {patchworks-0.9.0 → patchworks-0.9.1}/docs/guide/performance.md +0 -0
- {patchworks-0.9.0 → patchworks-0.9.1}/docs/guide/pitfalls.md +0 -0
- {patchworks-0.9.0 → patchworks-0.9.1}/docs/guide/skip_empty.md +0 -0
- {patchworks-0.9.0 → patchworks-0.9.1}/docs/guide/tiling.md +0 -0
- {patchworks-0.9.0 → patchworks-0.9.1}/docs/index.md +0 -0
- {patchworks-0.9.0 → patchworks-0.9.1}/mkdocs.yml +0 -0
- {patchworks-0.9.0 → patchworks-0.9.1}/src/patchworks/__init__.py +0 -0
- {patchworks-0.9.0 → patchworks-0.9.1}/src/patchworks/_chunks.py +0 -0
- {patchworks-0.9.0 → patchworks-0.9.1}/src/patchworks/_cluster.py +0 -0
- {patchworks-0.9.0 → patchworks-0.9.1}/src/patchworks/_core.py +0 -0
- {patchworks-0.9.0 → patchworks-0.9.1}/src/patchworks/_io.py +0 -0
- {patchworks-0.9.0 → patchworks-0.9.1}/src/patchworks/_merge.py +0 -0
- {patchworks-0.9.0 → patchworks-0.9.1}/src/patchworks/_relabel.py +0 -0
- {patchworks-0.9.0 → patchworks-0.9.1}/src/patchworks/plugins/__init__.py +0 -0
- {patchworks-0.9.0 → patchworks-0.9.1}/src/patchworks/plugins/cellpose.py +0 -0
- {patchworks-0.9.0 → patchworks-0.9.1}/src/patchworks/plugins/napari.py +0 -0
- {patchworks-0.9.0 → patchworks-0.9.1}/src/patchworks/plugins/ome_zarr.py +0 -0
- {patchworks-0.9.0 → patchworks-0.9.1}/tests/test_core.py +0 -0
- {patchworks-0.9.0 → patchworks-0.9.1}/tests/test_napari.py +0 -0
- {patchworks-0.9.0 → patchworks-0.9.1}/tests/test_ome_zarr.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: patchworks
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.1
|
|
4
4
|
Summary: Tiled processing of arbitrarily large images with globally consistent labels
|
|
5
5
|
Project-URL: Homepage, https://github.com/imcf/patchworks
|
|
6
6
|
Project-URL: Issues, https://github.com/imcf/patchworks/issues
|
|
@@ -30,6 +30,7 @@ Requires-Dist: bioio-nd2; extra == 'all'
|
|
|
30
30
|
Requires-Dist: bioio-ome-tiff; extra == 'all'
|
|
31
31
|
Requires-Dist: bioio-tifffile; extra == 'all'
|
|
32
32
|
Requires-Dist: imaris-ims-file-reader; extra == 'all'
|
|
33
|
+
Requires-Dist: napari[all]; extra == 'all'
|
|
33
34
|
Requires-Dist: nvidia-ml-py; extra == 'all'
|
|
34
35
|
Requires-Dist: psutil; extra == 'all'
|
|
35
36
|
Requires-Dist: scikit-image; extra == 'all'
|
|
@@ -103,7 +104,7 @@ pip install "patchworks[cellpose]" # Cellpose plugin
|
|
|
103
104
|
pip install "patchworks[bioio]" # convert any image format to OME-ZARR
|
|
104
105
|
pip install "patchworks[imaris]" # convert Imaris .ims files to OME-ZARR
|
|
105
106
|
pip install "patchworks[napari]" # interactive napari viewer plugin
|
|
106
|
-
pip install "patchworks[all]" # Everything
|
|
107
|
+
pip install "patchworks[all]" # Everything, incl. the napari viewer
|
|
107
108
|
```
|
|
108
109
|
|
|
109
110
|
> `bioio` reads CZI/LIF/ND2/OME-TIFF/… The `[bioio]` extra bundles the common
|
|
@@ -37,7 +37,7 @@ pip install "patchworks[cellpose]" # Cellpose plugin
|
|
|
37
37
|
pip install "patchworks[bioio]" # convert any image format to OME-ZARR
|
|
38
38
|
pip install "patchworks[imaris]" # convert Imaris .ims files to OME-ZARR
|
|
39
39
|
pip install "patchworks[napari]" # interactive napari viewer plugin
|
|
40
|
-
pip install "patchworks[all]" # Everything
|
|
40
|
+
pip install "patchworks[all]" # Everything, incl. the napari viewer
|
|
41
41
|
```
|
|
42
42
|
|
|
43
43
|
> `bioio` reads CZI/LIF/ND2/OME-TIFF/… The `[bioio]` extra bundles the common
|
|
@@ -144,8 +144,8 @@ view_in_napari("scan.zarr", labels="labels.zarr")
|
|
|
144
144
|
```
|
|
145
145
|
|
|
146
146
|
!!! note
|
|
147
|
-
napari
|
|
148
|
-
|
|
147
|
+
napari ships in `patchworks[all]`, or install just it with
|
|
148
|
+
`pip install "patchworks[napari]"`.
|
|
149
149
|
|
|
150
150
|
## End-to-end
|
|
151
151
|
|
|
@@ -56,11 +56,16 @@ bioio = [
|
|
|
56
56
|
]
|
|
57
57
|
# imaris reads .ims files natively (HDF5, no JVM) for OME-ZARR conversion.
|
|
58
58
|
imaris = ["imaris-ims-file-reader"]
|
|
59
|
-
# napari enables the interactive viewer plugin
|
|
59
|
+
# napari enables the interactive viewer plugin.
|
|
60
60
|
napari = ["napari[all]"]
|
|
61
61
|
dev = ["pytest", "pytest-cov", "scikit-image", "psutil", "tqdm"]
|
|
62
62
|
docs = ["mkdocs-material>=9.0", "mkdocstrings[python]>=0.24"]
|
|
63
|
-
all = [
|
|
63
|
+
all = [
|
|
64
|
+
"patchworks[io,gpu,bioio,imaris,napari]",
|
|
65
|
+
"psutil",
|
|
66
|
+
"tqdm",
|
|
67
|
+
"scikit-image",
|
|
68
|
+
]
|
|
64
69
|
|
|
65
70
|
[project.urls]
|
|
66
71
|
Homepage = "https://github.com/imcf/patchworks"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|