M3Drop 0.4.32__py3-none-any.whl → 0.4.33__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.
- m3Drop/diagnosticsGPU.py +1 -0
- {m3drop-0.4.32.dist-info → m3drop-0.4.33.dist-info}/METADATA +1 -1
- {m3drop-0.4.32.dist-info → m3drop-0.4.33.dist-info}/RECORD +6 -6
- {m3drop-0.4.32.dist-info → m3drop-0.4.33.dist-info}/WHEEL +0 -0
- {m3drop-0.4.32.dist-info → m3drop-0.4.33.dist-info}/licenses/LICENSE +0 -0
- {m3drop-0.4.32.dist-info → m3drop-0.4.33.dist-info}/top_level.txt +0 -0
m3Drop/diagnosticsGPU.py
CHANGED
|
@@ -10,6 +10,7 @@ import psutil
|
|
|
10
10
|
import gc
|
|
11
11
|
from scipy import sparse
|
|
12
12
|
from scipy import stats
|
|
13
|
+
import anndata # <--- FIXED: Added missing import
|
|
13
14
|
|
|
14
15
|
# [GOVERNOR INTEGRATION] Added get_optimal_chunk_size
|
|
15
16
|
from .coreGPU import hidden_calc_valsGPU, NBumiFitModelGPU, NBumiFitDispVsMeanGPU, get_optimal_chunk_size
|
|
@@ -2,11 +2,11 @@ m3Drop/__init__.py,sha256=yaUXhUArnwgLf01Zlpqa5qm9K1aByGqQupIoCaLYiDw,2462
|
|
|
2
2
|
m3Drop/coreCPU.py,sha256=3kPYlSVlYrJEhRUCIoVzmR8CYBaHpxVM5nx-3YQI4d4,17204
|
|
3
3
|
m3Drop/coreGPU.py,sha256=k7A06VNgfJ59J8g1VpfKxhTIKrEbW7Bj8pTbQqHaQL8,24571
|
|
4
4
|
m3Drop/diagnosticsCPU.py,sha256=BecOKTz2GDjzjs9ycXYsyrSHi2UVgsM58RBuNE62vmU,14273
|
|
5
|
-
m3Drop/diagnosticsGPU.py,sha256=
|
|
5
|
+
m3Drop/diagnosticsGPU.py,sha256=SMJKsCttbI5feOIQC7w7eCe3kpxw1RzHBsWy-OtQh2M,19996
|
|
6
6
|
m3Drop/normalizationCPU.py,sha256=4ulCrDZZjxVFh2y0i4ayPkNCsZYaOP-Xq2Dnzu9WXtg,5697
|
|
7
7
|
m3Drop/normalizationGPU.py,sha256=0tJhmKKdKFXsw9rhnixGH2OuS6UYmQIjndYJAcj9Bvg,8263
|
|
8
|
-
m3drop-0.4.
|
|
9
|
-
m3drop-0.4.
|
|
10
|
-
m3drop-0.4.
|
|
11
|
-
m3drop-0.4.
|
|
12
|
-
m3drop-0.4.
|
|
8
|
+
m3drop-0.4.33.dist-info/licenses/LICENSE,sha256=44Iqpp8Fc10Xzd5T7cT9UhO31Qftk3gBiCjtpwilP_k,1074
|
|
9
|
+
m3drop-0.4.33.dist-info/METADATA,sha256=wAXS5oS_8FFRZY-myi-JSBOVcCksFemff4E9xsP4fRM,5161
|
|
10
|
+
m3drop-0.4.33.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
11
|
+
m3drop-0.4.33.dist-info/top_level.txt,sha256=AEULFEFIgFtAwS-KBlIFoYXrqczX_rwqrEcdK46GIrA,7
|
|
12
|
+
m3drop-0.4.33.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|