cellfinder 1.3.2__tar.gz → 1.3.3__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.3.2 → cellfinder-1.3.3}/.github/workflows/test_and_deploy.yml +4 -3
- {cellfinder-1.3.2 → cellfinder-1.3.3}/PKG-INFO +3 -3
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/core/classify/classify.py +8 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder.egg-info/PKG-INFO +3 -3
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder.egg-info/requires.txt +2 -2
- {cellfinder-1.3.2 → cellfinder-1.3.3}/pyproject.toml +2 -2
- {cellfinder-1.3.2 → cellfinder-1.3.3}/.github/workflows/test_include_guard.yaml +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/.gitignore +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/.napari/config.yml +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/CITATION.cff +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/LICENSE +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/MANIFEST.in +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/README.md +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/__init__.py +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/cli_migration_warning.py +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/core/__init__.py +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/core/classify/__init__.py +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/core/classify/augment.py +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/core/classify/cube_generator.py +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/core/classify/resnet.py +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/core/classify/tools.py +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/core/config/__init__.py +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/core/config/cellfinder.conf +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/core/detect/__init__.py +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/core/detect/detect.py +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/core/detect/filters/__init__.py +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/core/detect/filters/plane/__init__.py +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/core/detect/filters/plane/classical_filter.py +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/core/detect/filters/plane/plane_filter.py +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/core/detect/filters/plane/tile_walker.py +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/core/detect/filters/setup_filters.py +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/core/detect/filters/volume/__init__.py +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/core/detect/filters/volume/ball_filter.py +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/core/detect/filters/volume/structure_detection.py +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/core/detect/filters/volume/structure_splitting.py +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/core/detect/filters/volume/volume_filter.py +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/core/download/__init__.py +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/core/download/cli.py +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/core/download/download.py +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/core/main.py +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/core/tools/__init__.py +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/core/tools/array_operations.py +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/core/tools/geometry.py +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/core/tools/image_processing.py +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/core/tools/prep.py +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/core/tools/source_files.py +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/core/tools/system.py +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/core/tools/tiff.py +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/core/tools/tools.py +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/core/train/__init__.py +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/core/train/train_yml.py +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/core/types.py +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/napari/__init__.py +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/napari/curation.py +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/napari/detect/__init__.py +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/napari/detect/detect.py +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/napari/detect/detect_containers.py +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/napari/detect/thread_worker.py +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/napari/input_container.py +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/napari/napari.yaml +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/napari/sample_data.py +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/napari/train/__init__.py +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/napari/train/train.py +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/napari/train/train_containers.py +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/napari/utils.py +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder.egg-info/SOURCES.txt +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder.egg-info/dependency_links.txt +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder.egg-info/entry_points.txt +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder.egg-info/top_level.txt +0 -0
- {cellfinder-1.3.2 → cellfinder-1.3.3}/setup.cfg +0 -0
|
@@ -9,6 +9,9 @@ on:
|
|
|
9
9
|
- "v**"
|
|
10
10
|
# Run on all pull-requests
|
|
11
11
|
pull_request:
|
|
12
|
+
schedule:
|
|
13
|
+
# Runs at 6:10am UTC on Monday
|
|
14
|
+
- cron: '10 6 * * 1'
|
|
12
15
|
# Allow workflow dispatch from GitHub
|
|
13
16
|
workflow_dispatch:
|
|
14
17
|
|
|
@@ -45,10 +48,8 @@ jobs:
|
|
|
45
48
|
# Run all supported Python versions on linux
|
|
46
49
|
os: [ubuntu-latest]
|
|
47
50
|
python-version: ["3.10", "3.11", "3.12"]
|
|
48
|
-
# Include one windows and
|
|
51
|
+
# Include one windows and one macOS (arm based) run
|
|
49
52
|
include:
|
|
50
|
-
- os: macos-13
|
|
51
|
-
python-version: "3.12"
|
|
52
53
|
- os: macos-latest
|
|
53
54
|
python-version: "3.12"
|
|
54
55
|
- os: windows-latest
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: cellfinder
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.3
|
|
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
|
|
@@ -29,10 +29,10 @@ Requires-Dist: dask[array]
|
|
|
29
29
|
Requires-Dist: fancylog>=0.0.7
|
|
30
30
|
Requires-Dist: natsort
|
|
31
31
|
Requires-Dist: numba
|
|
32
|
-
Requires-Dist: numpy
|
|
32
|
+
Requires-Dist: numpy
|
|
33
33
|
Requires-Dist: scikit-image
|
|
34
34
|
Requires-Dist: scikit-learn
|
|
35
|
-
Requires-Dist: keras
|
|
35
|
+
Requires-Dist: keras==3.5.0
|
|
36
36
|
Requires-Dist: torch>=2.1.0
|
|
37
37
|
Requires-Dist: tifffile
|
|
38
38
|
Requires-Dist: tqdm
|
|
@@ -68,6 +68,14 @@ def main(
|
|
|
68
68
|
workers=workers,
|
|
69
69
|
)
|
|
70
70
|
|
|
71
|
+
if trained_model and trained_model.suffix == ".h5":
|
|
72
|
+
print(
|
|
73
|
+
"Weights provided in place of the model, "
|
|
74
|
+
"loading weights into default model."
|
|
75
|
+
)
|
|
76
|
+
model_weights = trained_model
|
|
77
|
+
trained_model = None
|
|
78
|
+
|
|
71
79
|
model = get_model(
|
|
72
80
|
existing_model=trained_model,
|
|
73
81
|
model_weights=model_weights,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: cellfinder
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.3
|
|
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
|
|
@@ -29,10 +29,10 @@ Requires-Dist: dask[array]
|
|
|
29
29
|
Requires-Dist: fancylog>=0.0.7
|
|
30
30
|
Requires-Dist: natsort
|
|
31
31
|
Requires-Dist: numba
|
|
32
|
-
Requires-Dist: numpy
|
|
32
|
+
Requires-Dist: numpy
|
|
33
33
|
Requires-Dist: scikit-image
|
|
34
34
|
Requires-Dist: scikit-learn
|
|
35
|
-
Requires-Dist: keras
|
|
35
|
+
Requires-Dist: keras==3.5.0
|
|
36
36
|
Requires-Dist: torch>=2.1.0
|
|
37
37
|
Requires-Dist: tifffile
|
|
38
38
|
Requires-Dist: 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
|
{cellfinder-1.3.2 → cellfinder-1.3.3}/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.3.2 → cellfinder-1.3.3}/cellfinder/core/detect/filters/volume/structure_detection.py
RENAMED
|
File without changes
|
{cellfinder-1.3.2 → cellfinder-1.3.3}/cellfinder/core/detect/filters/volume/structure_splitting.py
RENAMED
|
File without changes
|
{cellfinder-1.3.2 → cellfinder-1.3.3}/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
|