patchworks 0.3.0__tar.gz → 0.4.0__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.3.0 → patchworks-0.4.0}/.github/workflows/release.yml +3 -0
- {patchworks-0.3.0 → patchworks-0.4.0}/PKG-INFO +14 -4
- {patchworks-0.3.0 → patchworks-0.4.0}/README.md +3 -3
- {patchworks-0.3.0 → patchworks-0.4.0}/cliff.toml +7 -4
- {patchworks-0.3.0 → patchworks-0.4.0}/pyproject.toml +11 -4
- {patchworks-0.3.0 → patchworks-0.4.0}/.github/workflows/docs.yml +0 -0
- {patchworks-0.3.0 → patchworks-0.4.0}/.github/workflows/lint.yml +0 -0
- {patchworks-0.3.0 → patchworks-0.4.0}/.gitignore +0 -0
- {patchworks-0.3.0 → patchworks-0.4.0}/docs/api/chunks.md +0 -0
- {patchworks-0.3.0 → patchworks-0.4.0}/docs/api/cluster.md +0 -0
- {patchworks-0.3.0 → patchworks-0.4.0}/docs/api/io.md +0 -0
- {patchworks-0.3.0 → patchworks-0.4.0}/docs/api/merge_tile_labels.md +0 -0
- {patchworks-0.3.0 → patchworks-0.4.0}/docs/api/plugins/cellpose.md +0 -0
- {patchworks-0.3.0 → patchworks-0.4.0}/docs/api/plugins/napari.md +0 -0
- {patchworks-0.3.0 → patchworks-0.4.0}/docs/api/plugins/ome_zarr.md +0 -0
- {patchworks-0.3.0 → patchworks-0.4.0}/docs/api/relabel.md +0 -0
- {patchworks-0.3.0 → patchworks-0.4.0}/docs/api/tile_process.md +0 -0
- {patchworks-0.3.0 → patchworks-0.4.0}/docs/examples/cellpose_2d.md +0 -0
- {patchworks-0.3.0 → patchworks-0.4.0}/docs/examples/cellpose_2d.py +0 -0
- {patchworks-0.3.0 → patchworks-0.4.0}/docs/examples/cellpose_3d.md +0 -0
- {patchworks-0.3.0 → patchworks-0.4.0}/docs/examples/cellpose_3d.py +0 -0
- {patchworks-0.3.0 → patchworks-0.4.0}/docs/examples/custom.md +0 -0
- {patchworks-0.3.0 → patchworks-0.4.0}/docs/examples/custom_method.py +0 -0
- {patchworks-0.3.0 → patchworks-0.4.0}/docs/examples/standalone_merge.md +0 -0
- {patchworks-0.3.0 → patchworks-0.4.0}/docs/examples/stardist.md +0 -0
- {patchworks-0.3.0 → patchworks-0.4.0}/docs/examples/stardist_2d.py +0 -0
- {patchworks-0.3.0 → patchworks-0.4.0}/docs/getting_started.md +0 -0
- {patchworks-0.3.0 → patchworks-0.4.0}/docs/guide/gpu_distributed.md +0 -0
- {patchworks-0.3.0 → patchworks-0.4.0}/docs/guide/merging.md +0 -0
- {patchworks-0.3.0 → patchworks-0.4.0}/docs/guide/ome_zarr_napari.md +0 -0
- {patchworks-0.3.0 → patchworks-0.4.0}/docs/guide/pitfalls.md +0 -0
- {patchworks-0.3.0 → patchworks-0.4.0}/docs/guide/skip_empty.md +0 -0
- {patchworks-0.3.0 → patchworks-0.4.0}/docs/guide/tiling.md +0 -0
- {patchworks-0.3.0 → patchworks-0.4.0}/docs/index.md +0 -0
- {patchworks-0.3.0 → patchworks-0.4.0}/mkdocs.yml +0 -0
- {patchworks-0.3.0 → patchworks-0.4.0}/src/patchworks/__init__.py +0 -0
- {patchworks-0.3.0 → patchworks-0.4.0}/src/patchworks/_chunks.py +0 -0
- {patchworks-0.3.0 → patchworks-0.4.0}/src/patchworks/_cluster.py +0 -0
- {patchworks-0.3.0 → patchworks-0.4.0}/src/patchworks/_core.py +0 -0
- {patchworks-0.3.0 → patchworks-0.4.0}/src/patchworks/_io.py +0 -0
- {patchworks-0.3.0 → patchworks-0.4.0}/src/patchworks/_merge.py +0 -0
- {patchworks-0.3.0 → patchworks-0.4.0}/src/patchworks/_relabel.py +0 -0
- {patchworks-0.3.0 → patchworks-0.4.0}/src/patchworks/plugins/__init__.py +0 -0
- {patchworks-0.3.0 → patchworks-0.4.0}/src/patchworks/plugins/cellpose.py +0 -0
- {patchworks-0.3.0 → patchworks-0.4.0}/src/patchworks/plugins/napari.py +0 -0
- {patchworks-0.3.0 → patchworks-0.4.0}/src/patchworks/plugins/ome_zarr.py +0 -0
- {patchworks-0.3.0 → patchworks-0.4.0}/tests/test_core.py +0 -0
- {patchworks-0.3.0 → patchworks-0.4.0}/tests/test_napari.py +0 -0
- {patchworks-0.3.0 → patchworks-0.4.0}/tests/test_ome_zarr.py +0 -0
|
@@ -22,6 +22,9 @@ jobs:
|
|
|
22
22
|
with:
|
|
23
23
|
config: cliff.toml
|
|
24
24
|
args: --latest --strip header
|
|
25
|
+
env:
|
|
26
|
+
# Lets git-cliff resolve commit authors to GitHub handles/avatars.
|
|
27
|
+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
25
28
|
|
|
26
29
|
- name: Create GitHub release
|
|
27
30
|
uses: softprops/action-gh-release@v2
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: patchworks
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.4.0
|
|
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
|
|
@@ -24,6 +24,11 @@ Requires-Dist: zarr>=2.14
|
|
|
24
24
|
Provides-Extra: all
|
|
25
25
|
Requires-Dist: bioio; extra == 'all'
|
|
26
26
|
Requires-Dist: bioio-bioformats; extra == 'all'
|
|
27
|
+
Requires-Dist: bioio-czi; extra == 'all'
|
|
28
|
+
Requires-Dist: bioio-lif; extra == 'all'
|
|
29
|
+
Requires-Dist: bioio-nd2; extra == 'all'
|
|
30
|
+
Requires-Dist: bioio-ome-tiff; extra == 'all'
|
|
31
|
+
Requires-Dist: bioio-tifffile; extra == 'all'
|
|
27
32
|
Requires-Dist: nvidia-ml-py; extra == 'all'
|
|
28
33
|
Requires-Dist: psutil; extra == 'all'
|
|
29
34
|
Requires-Dist: scikit-image; extra == 'all'
|
|
@@ -31,6 +36,11 @@ Requires-Dist: tqdm; extra == 'all'
|
|
|
31
36
|
Provides-Extra: bioio
|
|
32
37
|
Requires-Dist: bioio; extra == 'bioio'
|
|
33
38
|
Requires-Dist: bioio-bioformats; extra == 'bioio'
|
|
39
|
+
Requires-Dist: bioio-czi; extra == 'bioio'
|
|
40
|
+
Requires-Dist: bioio-lif; extra == 'bioio'
|
|
41
|
+
Requires-Dist: bioio-nd2; extra == 'bioio'
|
|
42
|
+
Requires-Dist: bioio-ome-tiff; extra == 'bioio'
|
|
43
|
+
Requires-Dist: bioio-tifffile; extra == 'bioio'
|
|
34
44
|
Provides-Extra: cellpose
|
|
35
45
|
Requires-Dist: cellpose>=3.0; extra == 'cellpose'
|
|
36
46
|
Provides-Extra: dev
|
|
@@ -92,9 +102,9 @@ pip install "patchworks[napari]" # interactive napari viewer plugin
|
|
|
92
102
|
pip install "patchworks[all]" # Everything (except napari GUI)
|
|
93
103
|
```
|
|
94
104
|
|
|
95
|
-
> `bioio` reads CZI/LIF/ND2/OME-TIFF/…
|
|
96
|
-
>
|
|
97
|
-
>
|
|
105
|
+
> `bioio` reads CZI/LIF/ND2/OME-TIFF/… The `[bioio]` extra bundles the common
|
|
106
|
+
> native readers (`bioio-nd2`, `bioio-ome-tiff`, `bioio-czi`, `bioio-tifffile`,
|
|
107
|
+
> `bioio-lif`) plus `bioio-bioformats`, the Bio-Formats catch-all reader (JVM).
|
|
98
108
|
|
|
99
109
|
---
|
|
100
110
|
|
|
@@ -39,9 +39,9 @@ pip install "patchworks[napari]" # interactive napari viewer plugin
|
|
|
39
39
|
pip install "patchworks[all]" # Everything (except napari GUI)
|
|
40
40
|
```
|
|
41
41
|
|
|
42
|
-
> `bioio` reads CZI/LIF/ND2/OME-TIFF/…
|
|
43
|
-
>
|
|
44
|
-
>
|
|
42
|
+
> `bioio` reads CZI/LIF/ND2/OME-TIFF/… The `[bioio]` extra bundles the common
|
|
43
|
+
> native readers (`bioio-nd2`, `bioio-ome-tiff`, `bioio-czi`, `bioio-tifffile`,
|
|
44
|
+
> `bioio-lif`) plus `bioio-bioformats`, the Bio-Formats catch-all reader (JVM).
|
|
45
45
|
|
|
46
46
|
---
|
|
47
47
|
|
|
@@ -8,12 +8,11 @@ body = """
|
|
|
8
8
|
- {% if commit.scope %}**{{ commit.scope }}**: {% endif %}{{ commit.message | split(pat="\n") | first }}
|
|
9
9
|
{% endfor %}
|
|
10
10
|
{% endfor %}\
|
|
11
|
-
{%
|
|
12
|
-
{% if contributors | length > 0 %}
|
|
11
|
+
{% if github.contributors | length > 0 %}
|
|
13
12
|
### 👥 Contributors
|
|
14
13
|
|
|
15
|
-
{% for
|
|
16
|
-
|
|
14
|
+
{% for contributor in github.contributors | sort(attribute="username") %}\
|
|
15
|
+
* @{{ contributor.username }}
|
|
17
16
|
{% endfor %}
|
|
18
17
|
{% endif %}\
|
|
19
18
|
"""
|
|
@@ -47,3 +46,7 @@ commit_parsers = [
|
|
|
47
46
|
filter_commits = true
|
|
48
47
|
tag_pattern = "v[0-9].*"
|
|
49
48
|
sort_commits = "oldest"
|
|
49
|
+
|
|
50
|
+
[remote.github]
|
|
51
|
+
owner = "imcf"
|
|
52
|
+
repo = "patchworks"
|
|
@@ -43,10 +43,17 @@ io = ["psutil", "tqdm"]
|
|
|
43
43
|
cellpose = ["cellpose>=3.0"]
|
|
44
44
|
gpu = ["nvidia-ml-py"]
|
|
45
45
|
# bioio enables converting any image format (CZI, LIF, ND2, OME-TIFF, …) to
|
|
46
|
-
# OME-ZARR.
|
|
47
|
-
#
|
|
48
|
-
|
|
49
|
-
|
|
46
|
+
# OME-ZARR. Ships the common native readers (faster than going through Java)
|
|
47
|
+
# plus bioio-bioformats, the Bio-Formats catch-all reader (needs a JVM).
|
|
48
|
+
bioio = [
|
|
49
|
+
"bioio",
|
|
50
|
+
"bioio-bioformats",
|
|
51
|
+
"bioio-nd2",
|
|
52
|
+
"bioio-ome-tiff",
|
|
53
|
+
"bioio-czi",
|
|
54
|
+
"bioio-tifffile",
|
|
55
|
+
"bioio-lif",
|
|
56
|
+
]
|
|
50
57
|
# napari enables the interactive viewer plugin (GUI-heavy, kept out of [all]).
|
|
51
58
|
napari = ["napari[all]"]
|
|
52
59
|
dev = ["pytest", "pytest-cov", "scikit-image", "psutil", "tqdm"]
|
|
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
|