dcnum 0.25.1__tar.gz → 0.25.2__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 dcnum might be problematic. Click here for more details.
- {dcnum-0.25.1 → dcnum-0.25.2}/.github/workflows/check.yml +2 -2
- {dcnum-0.25.1 → dcnum-0.25.2}/.github/workflows/deploy_pypi.yml +2 -2
- {dcnum-0.25.1 → dcnum-0.25.2}/CHANGELOG +3 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/PKG-INFO +9 -9
- {dcnum-0.25.1 → dcnum-0.25.2}/pyproject.toml +8 -8
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum/_version.py +2 -2
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum.egg-info/PKG-INFO +9 -9
- dcnum-0.25.2/src/dcnum.egg-info/requires.txt +11 -0
- dcnum-0.25.1/src/dcnum.egg-info/requires.txt +0 -11
- {dcnum-0.25.1 → dcnum-0.25.2}/.gitignore +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/.readthedocs.yml +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/LICENSE +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/README.rst +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/benchmark/.gitignore +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/benchmark/Readme.md +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/benchmark/benchmark.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/benchmark/bm_write_deque_writer_thread.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/benchmark/bm_write_queue_collector_thread.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/docs/conf.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/docs/extensions/github_changelog.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/docs/index.rst +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/docs/requirements.txt +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/setup.cfg +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum/__init__.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum/feat/__init__.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum/feat/event_extractor_manager_thread.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum/feat/feat_background/__init__.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum/feat/feat_background/base.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum/feat/feat_background/bg_copy.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum/feat/feat_background/bg_roll_median.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum/feat/feat_background/bg_sparse_median.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum/feat/feat_brightness/__init__.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum/feat/feat_brightness/bright_all.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum/feat/feat_brightness/common.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum/feat/feat_contour/__init__.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum/feat/feat_contour/contour.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum/feat/feat_contour/moments.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum/feat/feat_contour/volume.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum/feat/feat_texture/__init__.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum/feat/feat_texture/common.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum/feat/feat_texture/tex_all.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum/feat/gate.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum/feat/queue_event_extractor.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum/logic/__init__.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum/logic/ctrl.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum/logic/job.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum/logic/json_encoder.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum/meta/__init__.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum/meta/paths.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum/meta/ppid.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum/read/__init__.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum/read/cache.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum/read/const.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum/read/detect_flicker.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum/read/hdf5_data.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum/read/mapped.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum/segm/__init__.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum/segm/segm_thresh.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum/segm/segm_torch/__init__.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum/segm/segm_torch/segm_torch_base.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum/segm/segm_torch/segm_torch_mpo.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum/segm/segm_torch/segm_torch_sto.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum/segm/segm_torch/torch_model.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum/segm/segm_torch/torch_postproc.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum/segm/segm_torch/torch_preproc.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum/segm/segmenter.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum/segm/segmenter_manager_thread.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum/segm/segmenter_mpo.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum/segm/segmenter_sto.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum/write/__init__.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum/write/deque_writer_thread.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum/write/queue_collector_thread.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum/write/writer.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum.egg-info/SOURCES.txt +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum.egg-info/dependency_links.txt +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/src/dcnum.egg-info/top_level.txt +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/tests/conftest.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/tests/data/fmt-hdf5_cytoshot_extended-moments-features.zip +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/tests/data/fmt-hdf5_cytoshot_full-features_2023.zip +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/tests/data/fmt-hdf5_cytoshot_full-features_2024.zip +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/tests/data/fmt-hdf5_cytoshot_full-features_legacy_allev_2023.zip +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/tests/data/fmt-hdf5_shapein_empty.zip +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/tests/data/fmt-hdf5_shapein_raw-with-variable-length-logs.zip +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/tests/data/segm-torch-model_unet-dcnum-test_g1_910c2.zip +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/tests/data/segm-torch-test-data_unet-dcnum-test_g1_910c2.zip +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/tests/helper_methods.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/tests/requirements.txt +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/tests/test_feat_background_base.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/tests/test_feat_background_bg_copy.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/tests/test_feat_background_bg_roll_median.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/tests/test_feat_background_bg_sparsemed.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/tests/test_feat_brightness.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/tests/test_feat_event_extractor_manager.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/tests/test_feat_gate.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/tests/test_feat_haralick.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/tests/test_feat_moments_based.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/tests/test_feat_moments_based_extended.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/tests/test_feat_volume.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/tests/test_init.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/tests/test_logic_job.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/tests/test_logic_join.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/tests/test_logic_json.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/tests/test_logic_pipeline.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/tests/test_meta_paths.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/tests/test_meta_ppid_base.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/tests/test_meta_ppid_bg.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/tests/test_meta_ppid_data.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/tests/test_meta_ppid_feat.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/tests/test_meta_ppid_gate.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/tests/test_meta_ppid_segm.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/tests/test_read_basin.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/tests/test_read_concat_hdf5.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/tests/test_read_detect_flicker.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/tests/test_read_hdf5.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/tests/test_read_hdf5_basins.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/tests/test_read_hdf5_index_mapping.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/tests/test_segm_base.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/tests/test_segm_mpo.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/tests/test_segm_no_mask_proc.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/tests/test_segm_sto.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/tests/test_segm_thresh.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/tests/test_segm_torch.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/tests/test_segm_torch_preproc.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/tests/test_write_deque_writer_thread.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/tests/test_write_queue_collector_thread.py +0 -0
- {dcnum-0.25.1 → dcnum-0.25.2}/tests/test_write_writer.py +0 -0
|
@@ -10,12 +10,12 @@ jobs:
|
|
|
10
10
|
runs-on: ${{ matrix.os }}
|
|
11
11
|
strategy:
|
|
12
12
|
matrix:
|
|
13
|
-
python-version: ['3.10']
|
|
13
|
+
python-version: ['3.10', '3.x']
|
|
14
14
|
os: [macos-latest, ubuntu-latest, windows-latest]
|
|
15
15
|
timeout-minutes: 30
|
|
16
16
|
|
|
17
17
|
steps:
|
|
18
|
-
- uses: actions/checkout@
|
|
18
|
+
- uses: actions/checkout@main
|
|
19
19
|
with:
|
|
20
20
|
fetch-depth: 0
|
|
21
21
|
- name: Set up Python ${{ matrix.python-version }}
|
|
@@ -10,7 +10,7 @@ jobs:
|
|
|
10
10
|
name: Build source distribution
|
|
11
11
|
runs-on: ubuntu-latest
|
|
12
12
|
steps:
|
|
13
|
-
- uses: actions/checkout@
|
|
13
|
+
- uses: actions/checkout@main
|
|
14
14
|
with:
|
|
15
15
|
fetch-depth: 0
|
|
16
16
|
|
|
@@ -29,7 +29,7 @@ jobs:
|
|
|
29
29
|
name: Build wheel
|
|
30
30
|
runs-on: ubuntu-latest
|
|
31
31
|
steps:
|
|
32
|
-
- uses: actions/checkout@
|
|
32
|
+
- uses: actions/checkout@main
|
|
33
33
|
with:
|
|
34
34
|
fetch-depth: 0
|
|
35
35
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dcnum
|
|
3
|
-
Version: 0.25.
|
|
3
|
+
Version: 0.25.2
|
|
4
4
|
Summary: numerics toolbox for imaging deformability cytometry
|
|
5
5
|
Author: Maximilian Schlögel, Paul Müller, Raghava Alajangi
|
|
6
6
|
Maintainer-email: Paul Müller <dev@craban.de>
|
|
@@ -17,14 +17,14 @@ Classifier: Intended Audience :: Science/Research
|
|
|
17
17
|
Requires-Python: <4,>=3.10
|
|
18
18
|
Description-Content-Type: text/x-rst
|
|
19
19
|
License-File: LICENSE
|
|
20
|
-
Requires-Dist: h5py
|
|
21
|
-
Requires-Dist: hdf5plugin
|
|
22
|
-
Requires-Dist: mahotas
|
|
23
|
-
Requires-Dist: numba
|
|
24
|
-
Requires-Dist: numpy
|
|
25
|
-
Requires-Dist: opencv-python-headless
|
|
26
|
-
Requires-Dist: scikit-image
|
|
27
|
-
Requires-Dist: scipy
|
|
20
|
+
Requires-Dist: h5py<4,>=3.0.0
|
|
21
|
+
Requires-Dist: hdf5plugin<6,>=3.3.1
|
|
22
|
+
Requires-Dist: mahotas<2,>=1
|
|
23
|
+
Requires-Dist: numba<1,>=0.60
|
|
24
|
+
Requires-Dist: numpy<3,>=1.21
|
|
25
|
+
Requires-Dist: opencv-python-headless<5,>=4
|
|
26
|
+
Requires-Dist: scikit-image<1,>=0.24
|
|
27
|
+
Requires-Dist: scipy<2,>=1.8.0
|
|
28
28
|
Provides-Extra: torch
|
|
29
29
|
Requires-Dist: torch>=2.2; extra == "torch"
|
|
30
30
|
|
|
@@ -25,14 +25,14 @@ classifiers = [
|
|
|
25
25
|
]
|
|
26
26
|
license = {text = "MIT"}
|
|
27
27
|
dependencies = [
|
|
28
|
-
"h5py>=3.0.0", # BSD
|
|
29
|
-
"hdf5plugin>=3.3.1", # MIT and others (per plugin)
|
|
30
|
-
"mahotas", # MIT
|
|
31
|
-
"numba", # BSD
|
|
32
|
-
"numpy>=1.21", # BSD
|
|
33
|
-
"opencv-python-headless", # Apache 2.0
|
|
34
|
-
"scikit-image", # BSD
|
|
35
|
-
"scipy>=1.8.0", # BSD
|
|
28
|
+
"h5py>=3.0.0, <4", # BSD
|
|
29
|
+
"hdf5plugin>=3.3.1, <6", # MIT and others (per plugin)
|
|
30
|
+
"mahotas>=1, <2", # MIT
|
|
31
|
+
"numba>=0.60, <1", # BSD
|
|
32
|
+
"numpy>=1.21, <3", # BSD
|
|
33
|
+
"opencv-python-headless>=4, <5", # Apache 2.0
|
|
34
|
+
"scikit-image>=0.24, <1", # BSD
|
|
35
|
+
"scipy>=1.8.0, <2", # BSD
|
|
36
36
|
]
|
|
37
37
|
dynamic = ["version"]
|
|
38
38
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dcnum
|
|
3
|
-
Version: 0.25.
|
|
3
|
+
Version: 0.25.2
|
|
4
4
|
Summary: numerics toolbox for imaging deformability cytometry
|
|
5
5
|
Author: Maximilian Schlögel, Paul Müller, Raghava Alajangi
|
|
6
6
|
Maintainer-email: Paul Müller <dev@craban.de>
|
|
@@ -17,14 +17,14 @@ Classifier: Intended Audience :: Science/Research
|
|
|
17
17
|
Requires-Python: <4,>=3.10
|
|
18
18
|
Description-Content-Type: text/x-rst
|
|
19
19
|
License-File: LICENSE
|
|
20
|
-
Requires-Dist: h5py
|
|
21
|
-
Requires-Dist: hdf5plugin
|
|
22
|
-
Requires-Dist: mahotas
|
|
23
|
-
Requires-Dist: numba
|
|
24
|
-
Requires-Dist: numpy
|
|
25
|
-
Requires-Dist: opencv-python-headless
|
|
26
|
-
Requires-Dist: scikit-image
|
|
27
|
-
Requires-Dist: scipy
|
|
20
|
+
Requires-Dist: h5py<4,>=3.0.0
|
|
21
|
+
Requires-Dist: hdf5plugin<6,>=3.3.1
|
|
22
|
+
Requires-Dist: mahotas<2,>=1
|
|
23
|
+
Requires-Dist: numba<1,>=0.60
|
|
24
|
+
Requires-Dist: numpy<3,>=1.21
|
|
25
|
+
Requires-Dist: opencv-python-headless<5,>=4
|
|
26
|
+
Requires-Dist: scikit-image<1,>=0.24
|
|
27
|
+
Requires-Dist: scipy<2,>=1.8.0
|
|
28
28
|
Provides-Extra: torch
|
|
29
29
|
Requires-Dist: torch>=2.2; extra == "torch"
|
|
30
30
|
|
|
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
|
|
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
|
{dcnum-0.25.1 → dcnum-0.25.2}/tests/data/fmt-hdf5_cytoshot_full-features_legacy_allev_2023.zip
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
|
|
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
|