cellfinder 1.5.0__tar.gz → 1.5.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.
Potentially problematic release.
This version of cellfinder might be problematic. Click here for more details.
- {cellfinder-1.5.0 → cellfinder-1.5.1}/.github/workflows/test_and_deploy.yml +3 -3
- {cellfinder-1.5.0 → cellfinder-1.5.1}/.github/workflows/test_include_guard.yaml +1 -1
- {cellfinder-1.5.0 → cellfinder-1.5.1}/PKG-INFO +4 -4
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder.egg-info/PKG-INFO +4 -4
- {cellfinder-1.5.0 → cellfinder-1.5.1}/pyproject.toml +6 -6
- {cellfinder-1.5.0 → cellfinder-1.5.1}/.gitignore +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/.napari/config.yml +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/CITATION.cff +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/LICENSE +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/MANIFEST.in +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/README.md +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/__init__.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/cli_migration_warning.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/core/__init__.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/core/classify/__init__.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/core/classify/augment.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/core/classify/classify.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/core/classify/cube_generator.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/core/classify/resnet.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/core/classify/tools.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/core/config/__init__.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/core/config/cellfinder.conf +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/core/detect/__init__.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/core/detect/detect.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/core/detect/filters/__init__.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/core/detect/filters/plane/__init__.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/core/detect/filters/plane/classical_filter.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/core/detect/filters/plane/plane_filter.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/core/detect/filters/plane/tile_walker.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/core/detect/filters/setup_filters.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/core/detect/filters/volume/__init__.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/core/detect/filters/volume/ball_filter.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/core/detect/filters/volume/structure_detection.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/core/detect/filters/volume/structure_splitting.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/core/detect/filters/volume/volume_filter.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/core/download/__init__.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/core/download/cli.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/core/download/download.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/core/main.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/core/tools/IO.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/core/tools/__init__.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/core/tools/array_operations.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/core/tools/geometry.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/core/tools/image_processing.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/core/tools/prep.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/core/tools/source_files.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/core/tools/system.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/core/tools/threading.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/core/tools/tiff.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/core/tools/tools.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/core/train/__init__.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/core/train/train_yml.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/core/types.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/napari/__init__.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/napari/curation.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/napari/detect/__init__.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/napari/detect/detect.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/napari/detect/detect_containers.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/napari/detect/thread_worker.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/napari/input_container.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/napari/napari.yaml +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/napari/sample_data.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/napari/train/__init__.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/napari/train/train.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/napari/train/train_containers.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/napari/utils.py +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder.egg-info/SOURCES.txt +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder.egg-info/dependency_links.txt +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder.egg-info/entry_points.txt +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder.egg-info/requires.txt +1 -1
- {cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder.egg-info/top_level.txt +0 -0
- {cellfinder-1.5.0 → cellfinder-1.5.1}/setup.cfg +0 -0
|
@@ -50,13 +50,13 @@ jobs:
|
|
|
50
50
|
matrix:
|
|
51
51
|
# Run all supported Python versions on linux
|
|
52
52
|
os: [ubuntu-latest]
|
|
53
|
-
python-version: ["3.
|
|
53
|
+
python-version: ["3.11", "3.12", "3.13"]
|
|
54
54
|
# Include one windows and one macOS (arm based) run
|
|
55
55
|
include:
|
|
56
56
|
- os: macos-latest
|
|
57
|
-
python-version: "3.
|
|
57
|
+
python-version: "3.13"
|
|
58
58
|
- os: windows-latest
|
|
59
|
-
python-version: "3.
|
|
59
|
+
python-version: "3.13"
|
|
60
60
|
|
|
61
61
|
steps:
|
|
62
62
|
- uses: actions/checkout@v4
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: cellfinder
|
|
3
|
-
Version: 1.5.
|
|
3
|
+
Version: 1.5.1
|
|
4
4
|
Summary: Automated 3D cell detection in large microscopy images
|
|
5
5
|
Author-email: "Adam Tyson, Christian Niedworok, Charly Rousseau" <code@adamltyson.com>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -16,11 +16,11 @@ Classifier: Intended Audience :: Science/Research
|
|
|
16
16
|
Classifier: Operating System :: OS Independent
|
|
17
17
|
Classifier: Programming Language :: Python
|
|
18
18
|
Classifier: Programming Language :: Python :: 3
|
|
19
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
20
19
|
Classifier: Programming Language :: Python :: 3.11
|
|
21
20
|
Classifier: Programming Language :: Python :: 3.12
|
|
21
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
22
22
|
Classifier: Topic :: Scientific/Engineering :: Image Recognition
|
|
23
|
-
Requires-Python: >=3.
|
|
23
|
+
Requires-Python: >=3.11
|
|
24
24
|
Description-Content-Type: text/markdown
|
|
25
25
|
License-File: LICENSE
|
|
26
26
|
Requires-Dist: brainglobe-utils>=0.5.0
|
|
@@ -36,6 +36,7 @@ Requires-Dist: keras>=3.7.0
|
|
|
36
36
|
Requires-Dist: torch!=2.4,>=2.1.0
|
|
37
37
|
Requires-Dist: tifffile
|
|
38
38
|
Requires-Dist: tqdm
|
|
39
|
+
Requires-Dist: qt-niu
|
|
39
40
|
Provides-Extra: dev
|
|
40
41
|
Requires-Dist: black; extra == "dev"
|
|
41
42
|
Requires-Dist: pre-commit; extra == "dev"
|
|
@@ -47,7 +48,6 @@ Requires-Dist: pytest-timeout; extra == "dev"
|
|
|
47
48
|
Requires-Dist: pytest; extra == "dev"
|
|
48
49
|
Requires-Dist: tox; extra == "dev"
|
|
49
50
|
Requires-Dist: pooch>=1; extra == "dev"
|
|
50
|
-
Requires-Dist: qt-niu; extra == "dev"
|
|
51
51
|
Provides-Extra: napari
|
|
52
52
|
Requires-Dist: brainglobe-napari-io; extra == "napari"
|
|
53
53
|
Requires-Dist: magicgui; extra == "napari"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: cellfinder
|
|
3
|
-
Version: 1.5.
|
|
3
|
+
Version: 1.5.1
|
|
4
4
|
Summary: Automated 3D cell detection in large microscopy images
|
|
5
5
|
Author-email: "Adam Tyson, Christian Niedworok, Charly Rousseau" <code@adamltyson.com>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -16,11 +16,11 @@ Classifier: Intended Audience :: Science/Research
|
|
|
16
16
|
Classifier: Operating System :: OS Independent
|
|
17
17
|
Classifier: Programming Language :: Python
|
|
18
18
|
Classifier: Programming Language :: Python :: 3
|
|
19
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
20
19
|
Classifier: Programming Language :: Python :: 3.11
|
|
21
20
|
Classifier: Programming Language :: Python :: 3.12
|
|
21
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
22
22
|
Classifier: Topic :: Scientific/Engineering :: Image Recognition
|
|
23
|
-
Requires-Python: >=3.
|
|
23
|
+
Requires-Python: >=3.11
|
|
24
24
|
Description-Content-Type: text/markdown
|
|
25
25
|
License-File: LICENSE
|
|
26
26
|
Requires-Dist: brainglobe-utils>=0.5.0
|
|
@@ -36,6 +36,7 @@ Requires-Dist: keras>=3.7.0
|
|
|
36
36
|
Requires-Dist: torch!=2.4,>=2.1.0
|
|
37
37
|
Requires-Dist: tifffile
|
|
38
38
|
Requires-Dist: tqdm
|
|
39
|
+
Requires-Dist: qt-niu
|
|
39
40
|
Provides-Extra: dev
|
|
40
41
|
Requires-Dist: black; extra == "dev"
|
|
41
42
|
Requires-Dist: pre-commit; extra == "dev"
|
|
@@ -47,7 +48,6 @@ Requires-Dist: pytest-timeout; extra == "dev"
|
|
|
47
48
|
Requires-Dist: pytest; extra == "dev"
|
|
48
49
|
Requires-Dist: tox; extra == "dev"
|
|
49
50
|
Requires-Dist: pooch>=1; extra == "dev"
|
|
50
|
-
Requires-Dist: qt-niu; extra == "dev"
|
|
51
51
|
Provides-Extra: napari
|
|
52
52
|
Requires-Dist: brainglobe-napari-io; extra == "napari"
|
|
53
53
|
Requires-Dist: magicgui; extra == "napari"
|
|
@@ -14,12 +14,12 @@ classifiers = [
|
|
|
14
14
|
"Operating System :: OS Independent",
|
|
15
15
|
"Programming Language :: Python",
|
|
16
16
|
"Programming Language :: Python :: 3",
|
|
17
|
-
"Programming Language :: Python :: 3.10",
|
|
18
17
|
"Programming Language :: Python :: 3.11",
|
|
19
18
|
"Programming Language :: Python :: 3.12",
|
|
19
|
+
"Programming Language :: Python :: 3.13",
|
|
20
20
|
"Topic :: Scientific/Engineering :: Image Recognition",
|
|
21
21
|
]
|
|
22
|
-
requires-python = ">=3.
|
|
22
|
+
requires-python = ">=3.11"
|
|
23
23
|
dependencies = [
|
|
24
24
|
"brainglobe-utils>=0.5.0",
|
|
25
25
|
"brainglobe-napari-io>=0.3.4",
|
|
@@ -34,6 +34,7 @@ dependencies = [
|
|
|
34
34
|
"torch>=2.1.0,!=2.4",
|
|
35
35
|
"tifffile",
|
|
36
36
|
"tqdm",
|
|
37
|
+
"qt-niu"
|
|
37
38
|
]
|
|
38
39
|
dynamic = ["version"]
|
|
39
40
|
|
|
@@ -52,7 +53,6 @@ dev = [
|
|
|
52
53
|
"pytest",
|
|
53
54
|
"tox",
|
|
54
55
|
"pooch >= 1",
|
|
55
|
-
"qt-niu"
|
|
56
56
|
]
|
|
57
57
|
napari = [
|
|
58
58
|
"brainglobe-napari-io",
|
|
@@ -81,7 +81,7 @@ requires = ["setuptools>=45", "wheel", "setuptools_scm[toml]>=6.2"]
|
|
|
81
81
|
build-backend = 'setuptools.build_meta'
|
|
82
82
|
|
|
83
83
|
[tool.black]
|
|
84
|
-
target-version = ['
|
|
84
|
+
target-version = ['py311','py312', 'py313']
|
|
85
85
|
skip-string-normalization = false
|
|
86
86
|
line-length = 79
|
|
87
87
|
|
|
@@ -113,14 +113,14 @@ markers = ["slow: marks tests as slow (deselect with '-m \"not slow\"')"]
|
|
|
113
113
|
legacy_tox_ini = """
|
|
114
114
|
# For more information about tox, see https://tox.readthedocs.io/en/latest/
|
|
115
115
|
[tox]
|
|
116
|
-
envlist = py{
|
|
116
|
+
envlist = py{311,312,313}
|
|
117
117
|
isolated_build = true
|
|
118
118
|
|
|
119
119
|
[gh-actions]
|
|
120
120
|
python =
|
|
121
|
-
3.10: py310
|
|
122
121
|
3.11: py311
|
|
123
122
|
3.12: py312
|
|
123
|
+
3.13: py313
|
|
124
124
|
|
|
125
125
|
[testenv]
|
|
126
126
|
commands = python -m pytest -v --color=yes --cov=cellfinder --cov-report=xml
|
|
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
|
{cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/core/detect/filters/plane/classical_filter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/core/detect/filters/volume/structure_detection.py
RENAMED
|
File without changes
|
{cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/core/detect/filters/volume/structure_splitting.py
RENAMED
|
File without changes
|
{cellfinder-1.5.0 → cellfinder-1.5.1}/cellfinder/core/detect/filters/volume/volume_filter.py
RENAMED
|
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
|