histoseg 0.1.8.1__tar.gz → 0.1.9__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.
- {histoseg-0.1.8.1 → histoseg-0.1.9}/PKG-INFO +9 -7
- {histoseg-0.1.8.1 → histoseg-0.1.9}/README.md +0 -6
- histoseg-0.1.9/docs/tutorials/pattern1_isoline.ipynb +882 -0
- {histoseg-0.1.8.1 → histoseg-0.1.9}/pyproject.toml +8 -1
- {histoseg-0.1.8.1 → histoseg-0.1.9}/src/histoseg/_version.py +3 -3
- {histoseg-0.1.8.1 → histoseg-0.1.9}/src/histoseg/contours/pattern1_isoline.py +286 -26
- {histoseg-0.1.8.1 → histoseg-0.1.9}/src/histoseg.egg-info/PKG-INFO +9 -7
- {histoseg-0.1.8.1 → histoseg-0.1.9}/src/histoseg.egg-info/SOURCES.txt +1 -0
- histoseg-0.1.9/src/histoseg.egg-info/requires.txt +8 -0
- histoseg-0.1.8.1/docs/tutorials/pattern1_isoline.ipynb +0 -859
- {histoseg-0.1.8.1 → histoseg-0.1.9}/.editorconfig +0 -0
- {histoseg-0.1.8.1 → histoseg-0.1.9}/.github/ISSUE_TEMPLATE.md +0 -0
- {histoseg-0.1.8.1 → histoseg-0.1.9}/.github/workflows/publish.yml +0 -0
- {histoseg-0.1.8.1 → histoseg-0.1.9}/.gitignore +0 -0
- {histoseg-0.1.8.1 → histoseg-0.1.9}/.readthedocs.yaml +0 -0
- {histoseg-0.1.8.1 → histoseg-0.1.9}/.travis.yml +0 -0
- {histoseg-0.1.8.1 → histoseg-0.1.9}/CODE_OF_CONDUCT.rst +0 -0
- {histoseg-0.1.8.1 → histoseg-0.1.9}/COMMERCIAL.md +0 -0
- {histoseg-0.1.8.1 → histoseg-0.1.9}/LICENSE +0 -0
- {histoseg-0.1.8.1 → histoseg-0.1.9}/disable_xsdata_entrypoints.py +0 -0
- {histoseg-0.1.8.1 → histoseg-0.1.9}/docs/Makefile +0 -0
- {histoseg-0.1.8.1 → histoseg-0.1.9}/docs/authors.rst +0 -0
- {histoseg-0.1.8.1 → histoseg-0.1.9}/docs/conf.py +0 -0
- {histoseg-0.1.8.1 → histoseg-0.1.9}/docs/contour.md +0 -0
- {histoseg-0.1.8.1 → histoseg-0.1.9}/docs/contributing.rst +0 -0
- {histoseg-0.1.8.1 → histoseg-0.1.9}/docs/history.rst +0 -0
- {histoseg-0.1.8.1 → histoseg-0.1.9}/docs/index.rst +0 -0
- {histoseg-0.1.8.1 → histoseg-0.1.9}/docs/installation.rst +0 -0
- {histoseg-0.1.8.1 → histoseg-0.1.9}/docs/make.bat +0 -0
- {histoseg-0.1.8.1 → histoseg-0.1.9}/docs/readme.rst +0 -0
- {histoseg-0.1.8.1 → histoseg-0.1.9}/docs/requirements.txt +0 -0
- {histoseg-0.1.8.1 → histoseg-0.1.9}/docs/usage.rst +0 -0
- {histoseg-0.1.8.1 → histoseg-0.1.9}/docs/workflows/contour_generation.md +0 -0
- {histoseg-0.1.8.1 → histoseg-0.1.9}/docs/workflows/index.md +0 -0
- {histoseg-0.1.8.1 → histoseg-0.1.9}/examples/contour_generation_pattern1_from_hf.ipynb +0 -0
- {histoseg-0.1.8.1 → histoseg-0.1.9}/requirements.txt +0 -0
- {histoseg-0.1.8.1 → histoseg-0.1.9}/setup.cfg +0 -0
- {histoseg-0.1.8.1 → histoseg-0.1.9}/setup.py +0 -0
- {histoseg-0.1.8.1 → histoseg-0.1.9}/src/histoseg/__init__.py +0 -0
- {histoseg-0.1.8.1 → histoseg-0.1.9}/src/histoseg/contours/__init__.py +0 -0
- {histoseg-0.1.8.1 → histoseg-0.1.9}/src/histoseg/geometry/__init__.py +0 -0
- {histoseg-0.1.8.1 → histoseg-0.1.9}/src/histoseg/geometry/tissue_boundary.py +0 -0
- {histoseg-0.1.8.1 → histoseg-0.1.9}/src/histoseg/gui/__init__.py +0 -0
- {histoseg-0.1.8.1 → histoseg-0.1.9}/src/histoseg/gui/gui_app.py +0 -0
- {histoseg-0.1.8.1 → histoseg-0.1.9}/src/histoseg/io/__init__.py +0 -0
- {histoseg-0.1.8.1 → histoseg-0.1.9}/src/histoseg/io/huggingface.py +0 -0
- {histoseg-0.1.8.1 → histoseg-0.1.9}/src/histoseg/sfplot/Searcher_Findee_Score.py +0 -0
- {histoseg-0.1.8.1 → histoseg-0.1.9}/src/histoseg.egg-info/dependency_links.txt +0 -0
- {histoseg-0.1.8.1 → histoseg-0.1.9}/src/histoseg.egg-info/top_level.txt +0 -0
- {histoseg-0.1.8.1 → histoseg-0.1.9}/workflows/contour_generation_pattern1.ipynb +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: histoseg
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.9
|
|
4
4
|
Summary: ...
|
|
5
5
|
Author-email: Taobo Hu <taobo.hu@scilifelab.se>
|
|
6
6
|
License: Required Notice: Copyright (c) 2025 SPATHO AB.
|
|
@@ -86,6 +86,14 @@ Project-URL: Documentation, https://histoseg.readthedocs.io
|
|
|
86
86
|
Requires-Python: >=3.10
|
|
87
87
|
Description-Content-Type: text/markdown
|
|
88
88
|
License-File: LICENSE
|
|
89
|
+
Requires-Dist: numpy
|
|
90
|
+
Requires-Dist: pandas
|
|
91
|
+
Requires-Dist: pyarrow
|
|
92
|
+
Requires-Dist: scipy
|
|
93
|
+
Requires-Dist: scikit-learn
|
|
94
|
+
Requires-Dist: seaborn
|
|
95
|
+
Requires-Dist: shapely
|
|
96
|
+
Requires-Dist: matplotlib
|
|
89
97
|
Dynamic: license-file
|
|
90
98
|
|
|
91
99
|
<div align="center">
|
|
@@ -155,12 +163,6 @@ The Pattern1 isoline workflow uses:
|
|
|
155
163
|
- matplotlib
|
|
156
164
|
- a Parquet engine (**pyarrow is recommended**)
|
|
157
165
|
|
|
158
|
-
If you run into missing imports, install them explicitly:
|
|
159
|
-
|
|
160
|
-
```bash
|
|
161
|
-
pip install -U numpy pandas pyarrow scipy scikit-learn matplotlib
|
|
162
|
-
```
|
|
163
|
-
|
|
164
166
|
Optional:
|
|
165
167
|
|
|
166
168
|
- Hugging Face downloader: `pip install -U huggingface_hub`
|
|
@@ -65,12 +65,6 @@ The Pattern1 isoline workflow uses:
|
|
|
65
65
|
- matplotlib
|
|
66
66
|
- a Parquet engine (**pyarrow is recommended**)
|
|
67
67
|
|
|
68
|
-
If you run into missing imports, install them explicitly:
|
|
69
|
-
|
|
70
|
-
```bash
|
|
71
|
-
pip install -U numpy pandas pyarrow scipy scikit-learn matplotlib
|
|
72
|
-
```
|
|
73
|
-
|
|
74
68
|
Optional:
|
|
75
69
|
|
|
76
70
|
- Hugging Face downloader: `pip install -U huggingface_hub`
|