histoseg 0.1.9__py3-none-any.whl → 0.1.9.1__py3-none-any.whl
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/_version.py +2 -2
- histoseg/contours/pattern1_isoline.py +2 -2
- {histoseg-0.1.9.dist-info → histoseg-0.1.9.1.dist-info}/METADATA +1 -1
- {histoseg-0.1.9.dist-info → histoseg-0.1.9.1.dist-info}/RECORD +7 -7
- {histoseg-0.1.9.dist-info → histoseg-0.1.9.1.dist-info}/WHEEL +0 -0
- {histoseg-0.1.9.dist-info → histoseg-0.1.9.1.dist-info}/licenses/LICENSE +0 -0
- {histoseg-0.1.9.dist-info → histoseg-0.1.9.1.dist-info}/top_level.txt +0 -0
histoseg/_version.py
CHANGED
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '0.1.9'
|
|
32
|
-
__version_tuple__ = version_tuple = (0, 1, 9)
|
|
31
|
+
__version__ = version = '0.1.9.1'
|
|
32
|
+
__version_tuple__ = version_tuple = (0, 1, 9, 1)
|
|
33
33
|
|
|
34
34
|
__commit_id__ = commit_id = None
|
|
@@ -387,8 +387,8 @@ def align_clusters_with_cells(
|
|
|
387
387
|
cells = pd.read_parquet(cells_parquet)
|
|
388
388
|
|
|
389
389
|
# Try to infer coordinate columns
|
|
390
|
-
cand_x = [c for c in cells.columns if c.lower() in ["x", "x_centroid", "x_center", "xcoord", "x_coord", "x_centroid_um", "x_centroid_px", "x_centroid_microns"]]
|
|
391
|
-
cand_y = [c for c in cells.columns if c.lower() in ["y", "y_centroid", "y_center", "ycoord", "y_coord", "y_centroid_um", "y_centroid_px", "y_centroid_microns"]]
|
|
390
|
+
cand_x = [c for c in cells.columns if c.lower() in ["x", "x_location", "x_centroid", "x_center", "xcoord", "x_coord", "x_centroid_um", "x_centroid_px", "x_centroid_microns"]]
|
|
391
|
+
cand_y = [c for c in cells.columns if c.lower() in ["y", "y_location", "y_centroid", "y_center", "ycoord", "y_coord", "y_centroid_um", "y_centroid_px", "y_centroid_microns"]]
|
|
392
392
|
if not cand_x or not cand_y:
|
|
393
393
|
raise ValueError(f"cells.parquet 找不到 x/y 列。列名示例:{list(cells.columns)[:60]}")
|
|
394
394
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
histoseg/__init__.py,sha256=ssVwpgspXb7TWi1aAbWYA82FBJhGZH1g-JIvosVocTM,982
|
|
2
|
-
histoseg/_version.py,sha256=
|
|
2
|
+
histoseg/_version.py,sha256=KgyB8NW2O0XH8YfxscI90UKHjqvOJz0Icoo1Tu0ijMQ,709
|
|
3
3
|
histoseg/contours/__init__.py,sha256=8YEy98MnGOhJg1BHkVZ_qPtTYUWPoIDAOT60F5EfHgY,32
|
|
4
|
-
histoseg/contours/pattern1_isoline.py,sha256=
|
|
4
|
+
histoseg/contours/pattern1_isoline.py,sha256=ETeKMYsq9M1Gmk_SiQee1T1SSCpbn1RjQ9fnhkFddng,28864
|
|
5
5
|
histoseg/geometry/__init__.py,sha256=5Aep5GBj2u4k2415QIECd0vK3y2eVBfQZRIskOgzb78,101
|
|
6
6
|
histoseg/geometry/tissue_boundary.py,sha256=-12lyNYI93JkNlBDT_Fv7SLAeTLKMZ9fPhqpSTowFz0,3680
|
|
7
7
|
histoseg/gui/__init__.py,sha256=SJvM-gRCwQ0X7fufPmdNO43X3wQvlnFHFmFNswt1hlw,133
|
|
@@ -9,8 +9,8 @@ histoseg/gui/gui_app.py,sha256=copFjJzMEeg2T4HV4--KHq9GG-v58xeW-eqRQ0-uJww,15259
|
|
|
9
9
|
histoseg/io/__init__.py,sha256=kH_F15ApTutYbEUGAkV9QxBv8Ho863xvWK0mRmKeOCA,27
|
|
10
10
|
histoseg/io/huggingface.py,sha256=YL_aXAXiHMMk6T6bqX-zPXFFChO83CVhTxI6mX52Z7g,2124
|
|
11
11
|
histoseg/sfplot/Searcher_Findee_Score.py,sha256=Y9UzWrqap029BOyOnFPklvK4v-2wm3r_PkmUh65DEqo,14951
|
|
12
|
-
histoseg-0.1.9.dist-info/licenses/LICENSE,sha256=z7Ztufk460DPfU3rgZEstjCQK3EbwHbD4JSmF_7y0qA,4764
|
|
13
|
-
histoseg-0.1.9.dist-info/METADATA,sha256=
|
|
14
|
-
histoseg-0.1.9.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
15
|
-
histoseg-0.1.9.dist-info/top_level.txt,sha256=dvphnIeqaZamvJULm-I5qztYoGO8WLLCY85z0xrXsb0,9
|
|
16
|
-
histoseg-0.1.9.dist-info/RECORD,,
|
|
12
|
+
histoseg-0.1.9.1.dist-info/licenses/LICENSE,sha256=z7Ztufk460DPfU3rgZEstjCQK3EbwHbD4JSmF_7y0qA,4764
|
|
13
|
+
histoseg-0.1.9.1.dist-info/METADATA,sha256=asaOgGUKb-QAh1uRqLUi7l81tStjQemb4KhMvhaAhnc,13241
|
|
14
|
+
histoseg-0.1.9.1.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
15
|
+
histoseg-0.1.9.1.dist-info/top_level.txt,sha256=dvphnIeqaZamvJULm-I5qztYoGO8WLLCY85z0xrXsb0,9
|
|
16
|
+
histoseg-0.1.9.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|