cellSP 2.0__tar.gz → 2.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.
Files changed (34) hide show
  1. {cellsp-2.0 → cellsp-2.1}/PKG-INFO +2 -2
  2. {cellsp-2.0 → cellsp-2.1}/cellSP.egg-info/PKG-INFO +2 -2
  3. {cellsp-2.0 → cellsp-2.1}/pyproject.toml +4 -4
  4. {cellsp-2.0 → cellsp-2.1}/LICENSE +0 -0
  5. {cellsp-2.0 → cellsp-2.1}/README.md +0 -0
  6. {cellsp-2.0 → cellsp-2.1}/cellSP/__init__.py +0 -0
  7. {cellsp-2.0 → cellsp-2.1}/cellSP/characterize/__init__.py +0 -0
  8. {cellsp-2.0 → cellsp-2.1}/cellSP/characterize/_bicluster.py +0 -0
  9. {cellsp-2.0 → cellsp-2.1}/cellSP/characterize/_instant.py +0 -0
  10. {cellsp-2.0 → cellsp-2.1}/cellSP/characterize/_sprawl.py +0 -0
  11. {cellsp-2.0 → cellsp-2.1}/cellSP/characterize/_utils.py +0 -0
  12. {cellsp-2.0 → cellsp-2.1}/cellSP/datasets/__init__.py +0 -0
  13. {cellsp-2.0 → cellsp-2.1}/cellSP/datasets/_datasets.py +0 -0
  14. {cellsp-2.0 → cellsp-2.1}/cellSP/geo/__init__.py +0 -0
  15. {cellsp-2.0 → cellsp-2.1}/cellSP/geo/_geo.py +0 -0
  16. {cellsp-2.0 → cellsp-2.1}/cellSP/io/__init__.py +0 -0
  17. {cellsp-2.0 → cellsp-2.1}/cellSP/io/_io.py +0 -0
  18. {cellsp-2.0 → cellsp-2.1}/cellSP/model/__init__.py +0 -0
  19. {cellsp-2.0 → cellsp-2.1}/cellSP/model/_model.py +0 -0
  20. {cellsp-2.0 → cellsp-2.1}/cellSP/preprocessing/__init__.py +0 -0
  21. {cellsp-2.0 → cellsp-2.1}/cellSP/preprocessing/_extrapolate.py +0 -0
  22. {cellsp-2.0 → cellsp-2.1}/cellSP/preprocessing/_impute.py +0 -0
  23. {cellsp-2.0 → cellsp-2.1}/cellSP/visualisation/__init__.py +0 -0
  24. {cellsp-2.0 → cellsp-2.1}/cellSP/visualisation/_circularize.py +0 -0
  25. {cellsp-2.0 → cellsp-2.1}/cellSP/visualisation/_compare.py +0 -0
  26. {cellsp-2.0 → cellsp-2.1}/cellSP/visualisation/_enrichment.py +0 -0
  27. {cellsp-2.0 → cellsp-2.1}/cellSP/visualisation/_raw.py +0 -0
  28. {cellsp-2.0 → cellsp-2.1}/cellSP/visualisation/_report.py +0 -0
  29. {cellsp-2.0 → cellsp-2.1}/cellSP/visualisation/_validation.py +0 -0
  30. {cellsp-2.0 → cellsp-2.1}/cellSP.egg-info/SOURCES.txt +0 -0
  31. {cellsp-2.0 → cellsp-2.1}/cellSP.egg-info/dependency_links.txt +0 -0
  32. {cellsp-2.0 → cellsp-2.1}/cellSP.egg-info/requires.txt +0 -0
  33. {cellsp-2.0 → cellsp-2.1}/cellSP.egg-info/top_level.txt +0 -0
  34. {cellsp-2.0 → cellsp-2.1}/setup.cfg +0 -0
@@ -1,10 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cellSP
3
- Version: 2.0
3
+ Version: 2.1
4
4
  Summary: cellSP.
5
5
  Author-email: Bhavay Aggarwal <baggarwal9@gatech.edu>
6
6
  License-Expression: MIT
7
- Requires-Python: >=3.10
7
+ Requires-Python: >=3.9
8
8
  Description-Content-Type: text/markdown
9
9
  License-File: LICENSE
10
10
  Requires-Dist: contourpy>=1.1.1
@@ -1,10 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cellSP
3
- Version: 2.0
3
+ Version: 2.1
4
4
  Summary: cellSP.
5
5
  Author-email: Bhavay Aggarwal <baggarwal9@gatech.edu>
6
6
  License-Expression: MIT
7
- Requires-Python: >=3.10
7
+ Requires-Python: >=3.9
8
8
  Description-Content-Type: text/markdown
9
9
  License-File: LICENSE
10
10
  Requires-Dist: contourpy>=1.1.1
@@ -4,19 +4,19 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [metadata]
6
6
  name = "cellSP"
7
- version = "2.0"
7
+ version = "2.1"
8
8
 
9
9
  [tool.setuptools.packages]
10
10
  find = {} # Scan the project directory with the default parameters
11
11
 
12
12
  [project]
13
13
  name = "cellSP"
14
- version = "2.0"
14
+ version = "2.1"
15
15
  authors = [
16
16
  { name="Bhavay Aggarwal", email="baggarwal9@gatech.edu" },
17
17
  ]
18
18
  description = "cellSP."
19
- requires-python = ">=3.10"
19
+ requires-python = ">=3.9"
20
20
  dependencies = [
21
21
  "contourpy>=1.1.1",
22
22
  "cycler>=0.12.1",
@@ -48,4 +48,4 @@ dependencies = [
48
48
  "umap-learn>=0.5.7"
49
49
  ]
50
50
  license = "MIT"
51
- readme = "README.md"
51
+ readme = "README.md"
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