M3Drop 0.4.32__tar.gz → 0.4.33__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.
- {m3drop-0.4.32 → m3drop-0.4.33/M3Drop.egg-info}/PKG-INFO +1 -1
- {m3drop-0.4.32/M3Drop.egg-info → m3drop-0.4.33}/PKG-INFO +1 -1
- {m3drop-0.4.32 → m3drop-0.4.33}/m3Drop/diagnosticsGPU.py +1 -0
- {m3drop-0.4.32 → m3drop-0.4.33}/setup.py +1 -1
- {m3drop-0.4.32 → m3drop-0.4.33}/LICENSE +0 -0
- {m3drop-0.4.32 → m3drop-0.4.33}/M3Drop.egg-info/SOURCES.txt +0 -0
- {m3drop-0.4.32 → m3drop-0.4.33}/M3Drop.egg-info/dependency_links.txt +0 -0
- {m3drop-0.4.32 → m3drop-0.4.33}/M3Drop.egg-info/requires.txt +0 -0
- {m3drop-0.4.32 → m3drop-0.4.33}/M3Drop.egg-info/top_level.txt +0 -0
- {m3drop-0.4.32 → m3drop-0.4.33}/README.md +0 -0
- {m3drop-0.4.32 → m3drop-0.4.33}/m3Drop/__init__.py +0 -0
- {m3drop-0.4.32 → m3drop-0.4.33}/m3Drop/coreCPU.py +0 -0
- {m3drop-0.4.32 → m3drop-0.4.33}/m3Drop/coreGPU.py +0 -0
- {m3drop-0.4.32 → m3drop-0.4.33}/m3Drop/diagnosticsCPU.py +0 -0
- {m3drop-0.4.32 → m3drop-0.4.33}/m3Drop/normalizationCPU.py +0 -0
- {m3drop-0.4.32 → m3drop-0.4.33}/m3Drop/normalizationGPU.py +0 -0
- {m3drop-0.4.32 → m3drop-0.4.33}/pyproject.toml +0 -0
- {m3drop-0.4.32 → m3drop-0.4.33}/setup.cfg +0 -0
|
@@ -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
|
|
@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
|
|
5
5
|
|
|
6
6
|
setuptools.setup(
|
|
7
7
|
name="M3Drop",
|
|
8
|
-
version="0.4.
|
|
8
|
+
version="0.4.33", # Version bump
|
|
9
9
|
author="Tallulah Andrews",
|
|
10
10
|
author_email="tandrew6@uwo.ca",
|
|
11
11
|
description="A Python implementation of the M3Drop single-cell RNA-seq analysis tool.",
|
|
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
|