scMultiChat 0.1.1__tar.gz → 0.1.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.
- scmultichat-0.1.2/PKG-INFO +30 -0
- scmultichat-0.1.2/requirements.txt +18 -0
- scmultichat-0.1.2/scMultiChat.egg-info/PKG-INFO +30 -0
- scmultichat-0.1.2/scMultiChat.egg-info/requires.txt +18 -0
- {scmultichat-0.1.1 → scmultichat-0.1.2}/setup.py +1 -1
- scmultichat-0.1.1/PKG-INFO +0 -156
- scmultichat-0.1.1/requirements.txt +0 -144
- scmultichat-0.1.1/scMultiChat.egg-info/PKG-INFO +0 -156
- scmultichat-0.1.1/scMultiChat.egg-info/requires.txt +0 -144
- {scmultichat-0.1.1 → scmultichat-0.1.2}/MANIFEST.in +0 -0
- {scmultichat-0.1.1 → scmultichat-0.1.2}/MultiChat/Analysis/Intra_strength.py +0 -0
- {scmultichat-0.1.1 → scmultichat-0.1.2}/MultiChat/Analysis/Processing.py +0 -0
- {scmultichat-0.1.1 → scmultichat-0.1.2}/MultiChat/Analysis/__init__.py +0 -0
- {scmultichat-0.1.1 → scmultichat-0.1.2}/MultiChat/Heterogeneous_g_emb/__init__.py +0 -0
- {scmultichat-0.1.1 → scmultichat-0.1.2}/MultiChat/Heterogeneous_g_emb/_settings.py +0 -0
- {scmultichat-0.1.1 → scmultichat-0.1.2}/MultiChat/Heterogeneous_g_emb/_utils.py +0 -0
- {scmultichat-0.1.1 → scmultichat-0.1.2}/MultiChat/Heterogeneous_g_emb/_version.py +0 -0
- {scmultichat-0.1.1 → scmultichat-0.1.2}/MultiChat/Heterogeneous_g_emb/plotting/__init__.py +0 -0
- {scmultichat-0.1.1 → scmultichat-0.1.2}/MultiChat/Heterogeneous_g_emb/plotting/_palettes.py +0 -0
- {scmultichat-0.1.1 → scmultichat-0.1.2}/MultiChat/Heterogeneous_g_emb/plotting/_plot.py +0 -0
- {scmultichat-0.1.1 → scmultichat-0.1.2}/MultiChat/Heterogeneous_g_emb/plotting/_post_training.py +0 -0
- {scmultichat-0.1.1 → scmultichat-0.1.2}/MultiChat/Heterogeneous_g_emb/plotting/_utils.py +0 -0
- {scmultichat-0.1.1 → scmultichat-0.1.2}/MultiChat/Heterogeneous_g_emb/preprocessing/__init__.py +0 -0
- {scmultichat-0.1.1 → scmultichat-0.1.2}/MultiChat/Heterogeneous_g_emb/preprocessing/_general.py +0 -0
- {scmultichat-0.1.1 → scmultichat-0.1.2}/MultiChat/Heterogeneous_g_emb/preprocessing/_pca.py +0 -0
- {scmultichat-0.1.1 → scmultichat-0.1.2}/MultiChat/Heterogeneous_g_emb/preprocessing/_qc.py +0 -0
- {scmultichat-0.1.1 → scmultichat-0.1.2}/MultiChat/Heterogeneous_g_emb/preprocessing/_utils.py +0 -0
- {scmultichat-0.1.1 → scmultichat-0.1.2}/MultiChat/Heterogeneous_g_emb/preprocessing/_variable_genes.py +0 -0
- {scmultichat-0.1.1 → scmultichat-0.1.2}/MultiChat/Heterogeneous_g_emb/readwrite.py +0 -0
- {scmultichat-0.1.1 → scmultichat-0.1.2}/MultiChat/Heterogeneous_g_emb/tools/__init__.py +0 -0
- {scmultichat-0.1.1 → scmultichat-0.1.2}/MultiChat/Heterogeneous_g_emb/tools/_gene_scores.py +0 -0
- {scmultichat-0.1.1 → scmultichat-0.1.2}/MultiChat/Heterogeneous_g_emb/tools/_general.py +0 -0
- {scmultichat-0.1.1 → scmultichat-0.1.2}/MultiChat/Heterogeneous_g_emb/tools/_integration.py +0 -0
- {scmultichat-0.1.1 → scmultichat-0.1.2}/MultiChat/Heterogeneous_g_emb/tools/_pbg.py +0 -0
- {scmultichat-0.1.1 → scmultichat-0.1.2}/MultiChat/Heterogeneous_g_emb/tools/_post_training.py +0 -0
- {scmultichat-0.1.1 → scmultichat-0.1.2}/MultiChat/Heterogeneous_g_emb/tools/_umap.py +0 -0
- {scmultichat-0.1.1 → scmultichat-0.1.2}/MultiChat/Heterogeneous_g_emb/tools/_utils.py +0 -0
- {scmultichat-0.1.1 → scmultichat-0.1.2}/MultiChat/Model/Layers.py +0 -0
- {scmultichat-0.1.1 → scmultichat-0.1.2}/MultiChat/Model/__init__.py +0 -0
- {scmultichat-0.1.1 → scmultichat-0.1.2}/MultiChat/Model/model_training.py +0 -0
- {scmultichat-0.1.1 → scmultichat-0.1.2}/MultiChat/Model/modules.py +0 -0
- {scmultichat-0.1.1 → scmultichat-0.1.2}/MultiChat/Model/utilities.py +0 -0
- {scmultichat-0.1.1 → scmultichat-0.1.2}/MultiChat/Plot/Visualization.py +0 -0
- {scmultichat-0.1.1 → scmultichat-0.1.2}/MultiChat/Plot/__init__.py +0 -0
- {scmultichat-0.1.1 → scmultichat-0.1.2}/MultiChat/__init__.py +0 -0
- {scmultichat-0.1.1 → scmultichat-0.1.2}/pyproject.toml +0 -0
- {scmultichat-0.1.1 → scmultichat-0.1.2}/scMultiChat.egg-info/SOURCES.txt +0 -0
- {scmultichat-0.1.1 → scmultichat-0.1.2}/scMultiChat.egg-info/dependency_links.txt +0 -0
- {scmultichat-0.1.1 → scmultichat-0.1.2}/scMultiChat.egg-info/top_level.txt +0 -0
- {scmultichat-0.1.1 → scmultichat-0.1.2}/setup.cfg +0 -0
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: scMultiChat
|
|
3
|
+
Version: 0.1.2
|
|
4
|
+
Summary: Cell-cell communication using MultiChat
|
|
5
|
+
Author: Caiwei Zhen
|
|
6
|
+
Author-email: cwzhen@whu.edu.cn
|
|
7
|
+
Requires-Python: >=3.12
|
|
8
|
+
Requires-Dist: adjustText==1.3.0
|
|
9
|
+
Requires-Dist: adjustText==1.3.0
|
|
10
|
+
Requires-Dist: anndata==0.12.10
|
|
11
|
+
Requires-Dist: attr==0.3.2
|
|
12
|
+
Requires-Dist: kneed==0.8.6
|
|
13
|
+
Requires-Dist: matplotlib==3.10.8
|
|
14
|
+
Requires-Dist: numpy==2.4.4
|
|
15
|
+
Requires-Dist: pandas==3.0.2
|
|
16
|
+
Requires-Dist: plotly==6.3.0
|
|
17
|
+
Requires-Dist: pybedtools==0.12.0
|
|
18
|
+
Requires-Dist: scanpy==1.12.1
|
|
19
|
+
Requires-Dist: scikit_learn==1.8.0
|
|
20
|
+
Requires-Dist: scipy==1.17.1
|
|
21
|
+
Requires-Dist: seaborn==0.13.2
|
|
22
|
+
Requires-Dist: statsmodels==0.14.5
|
|
23
|
+
Requires-Dist: tables==3.10.2
|
|
24
|
+
Requires-Dist: tqdm==4.67.1
|
|
25
|
+
Requires-Dist: umap_learn==0.5.9.post2
|
|
26
|
+
Dynamic: author
|
|
27
|
+
Dynamic: author-email
|
|
28
|
+
Dynamic: requires-dist
|
|
29
|
+
Dynamic: requires-python
|
|
30
|
+
Dynamic: summary
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
adjustText==1.3.0
|
|
2
|
+
adjustText==1.3.0
|
|
3
|
+
anndata==0.12.10
|
|
4
|
+
attr==0.3.2
|
|
5
|
+
kneed==0.8.6
|
|
6
|
+
matplotlib==3.10.8
|
|
7
|
+
numpy==2.4.4
|
|
8
|
+
pandas==3.0.2
|
|
9
|
+
plotly==6.3.0
|
|
10
|
+
pybedtools==0.12.0
|
|
11
|
+
scanpy==1.12.1
|
|
12
|
+
scikit_learn==1.8.0
|
|
13
|
+
scipy==1.17.1
|
|
14
|
+
seaborn==0.13.2
|
|
15
|
+
statsmodels==0.14.5
|
|
16
|
+
tables==3.10.2
|
|
17
|
+
tqdm==4.67.1
|
|
18
|
+
umap_learn==0.5.9.post2
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: scMultiChat
|
|
3
|
+
Version: 0.1.2
|
|
4
|
+
Summary: Cell-cell communication using MultiChat
|
|
5
|
+
Author: Caiwei Zhen
|
|
6
|
+
Author-email: cwzhen@whu.edu.cn
|
|
7
|
+
Requires-Python: >=3.12
|
|
8
|
+
Requires-Dist: adjustText==1.3.0
|
|
9
|
+
Requires-Dist: adjustText==1.3.0
|
|
10
|
+
Requires-Dist: anndata==0.12.10
|
|
11
|
+
Requires-Dist: attr==0.3.2
|
|
12
|
+
Requires-Dist: kneed==0.8.6
|
|
13
|
+
Requires-Dist: matplotlib==3.10.8
|
|
14
|
+
Requires-Dist: numpy==2.4.4
|
|
15
|
+
Requires-Dist: pandas==3.0.2
|
|
16
|
+
Requires-Dist: plotly==6.3.0
|
|
17
|
+
Requires-Dist: pybedtools==0.12.0
|
|
18
|
+
Requires-Dist: scanpy==1.12.1
|
|
19
|
+
Requires-Dist: scikit_learn==1.8.0
|
|
20
|
+
Requires-Dist: scipy==1.17.1
|
|
21
|
+
Requires-Dist: seaborn==0.13.2
|
|
22
|
+
Requires-Dist: statsmodels==0.14.5
|
|
23
|
+
Requires-Dist: tables==3.10.2
|
|
24
|
+
Requires-Dist: tqdm==4.67.1
|
|
25
|
+
Requires-Dist: umap_learn==0.5.9.post2
|
|
26
|
+
Dynamic: author
|
|
27
|
+
Dynamic: author-email
|
|
28
|
+
Dynamic: requires-dist
|
|
29
|
+
Dynamic: requires-python
|
|
30
|
+
Dynamic: summary
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
adjustText==1.3.0
|
|
2
|
+
adjustText==1.3.0
|
|
3
|
+
anndata==0.12.10
|
|
4
|
+
attr==0.3.2
|
|
5
|
+
kneed==0.8.6
|
|
6
|
+
matplotlib==3.10.8
|
|
7
|
+
numpy==2.4.4
|
|
8
|
+
pandas==3.0.2
|
|
9
|
+
plotly==6.3.0
|
|
10
|
+
pybedtools==0.12.0
|
|
11
|
+
scanpy==1.12.1
|
|
12
|
+
scikit_learn==1.8.0
|
|
13
|
+
scipy==1.17.1
|
|
14
|
+
seaborn==0.13.2
|
|
15
|
+
statsmodels==0.14.5
|
|
16
|
+
tables==3.10.2
|
|
17
|
+
tqdm==4.67.1
|
|
18
|
+
umap_learn==0.5.9.post2
|
scmultichat-0.1.1/PKG-INFO
DELETED
|
@@ -1,156 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: scMultiChat
|
|
3
|
-
Version: 0.1.1
|
|
4
|
-
Summary: Cell-cell communication using MultiChat
|
|
5
|
-
Author: Caiwei Zhen
|
|
6
|
-
Author-email: cwzhen@whu.edu.cn
|
|
7
|
-
Requires-Python: >=3.12
|
|
8
|
-
Requires-Dist: adbc-driver-manager==1.7.0
|
|
9
|
-
Requires-Dist: adbc-driver-sqlite==1.7.0
|
|
10
|
-
Requires-Dist: adjustText==1.3.0
|
|
11
|
-
Requires-Dist: altair==5.5.0
|
|
12
|
-
Requires-Dist: anndata==0.12.2
|
|
13
|
-
Requires-Dist: annotated-types==0.7.0
|
|
14
|
-
Requires-Dist: array-api-compat==1.12.0
|
|
15
|
-
Requires-Dist: arro3-core==0.6.1
|
|
16
|
-
Requires-Dist: asttokens==3.0.0
|
|
17
|
-
Requires-Dist: attrs==25.3.0
|
|
18
|
-
Requires-Dist: babel==2.17.0
|
|
19
|
-
Requires-Dist: blosc2==3.7.2
|
|
20
|
-
Requires-Dist: cachetools==5.5.2
|
|
21
|
-
Requires-Dist: certifi==2025.8.3
|
|
22
|
-
Requires-Dist: charset-normalizer==3.4.3
|
|
23
|
-
Requires-Dist: click==8.2.1
|
|
24
|
-
Requires-Dist: cloudpickle==3.1.1
|
|
25
|
-
Requires-Dist: comm==0.2.3
|
|
26
|
-
Requires-Dist: commonmark==0.9.1
|
|
27
|
-
Requires-Dist: connectorx==0.4.4
|
|
28
|
-
Requires-Dist: contourpy==1.3.3
|
|
29
|
-
Requires-Dist: crc32c==2.7.1
|
|
30
|
-
Requires-Dist: cycler==0.12.1
|
|
31
|
-
Requires-Dist: debugpy==1.8.16
|
|
32
|
-
Requires-Dist: decorator==5.2.1
|
|
33
|
-
Requires-Dist: deltalake==1.1.4
|
|
34
|
-
Requires-Dist: Deprecated==1.2.18
|
|
35
|
-
Requires-Dist: donfig==0.8.1.post1
|
|
36
|
-
Requires-Dist: et_xmlfile==2.0.0
|
|
37
|
-
Requires-Dist: exceptiongroup==1.3.0
|
|
38
|
-
Requires-Dist: executing==2.2.0
|
|
39
|
-
Requires-Dist: faicons==0.2.2
|
|
40
|
-
Requires-Dist: fastexcel==0.14.0
|
|
41
|
-
Requires-Dist: filelock==3.19.1
|
|
42
|
-
Requires-Dist: fonttools==4.59.1
|
|
43
|
-
Requires-Dist: fsspec==2025.7.0
|
|
44
|
-
Requires-Dist: gevent==25.5.1
|
|
45
|
-
Requires-Dist: great-tables==0.18.0
|
|
46
|
-
Requires-Dist: greenlet==3.2.4
|
|
47
|
-
Requires-Dist: h5py==3.14.0
|
|
48
|
-
Requires-Dist: htmltools==0.6.0
|
|
49
|
-
Requires-Dist: idna==3.10
|
|
50
|
-
Requires-Dist: importlib_metadata==8.7.0
|
|
51
|
-
Requires-Dist: importlib_resources==6.5.2
|
|
52
|
-
Requires-Dist: ipykernel==6.30.1
|
|
53
|
-
Requires-Dist: ipython==9.4.0
|
|
54
|
-
Requires-Dist: ipython_pygments_lexers==1.1.1
|
|
55
|
-
Requires-Dist: jedi==0.19.2
|
|
56
|
-
Requires-Dist: Jinja2==3.1.6
|
|
57
|
-
Requires-Dist: joblib==1.5.2
|
|
58
|
-
Requires-Dist: jsonschema==4.25.1
|
|
59
|
-
Requires-Dist: jsonschema-specifications==2025.4.1
|
|
60
|
-
Requires-Dist: jupyter_client==8.6.3
|
|
61
|
-
Requires-Dist: jupyter_core==5.8.1
|
|
62
|
-
Requires-Dist: kiwisolver==1.4.9
|
|
63
|
-
Requires-Dist: kneed==0.8.5
|
|
64
|
-
Requires-Dist: legacy-api-wrap==1.4.1
|
|
65
|
-
Requires-Dist: llvmlite==0.44.0
|
|
66
|
-
Requires-Dist: markdown-it-py==4.0.0
|
|
67
|
-
Requires-Dist: MarkupSafe==3.0.2
|
|
68
|
-
Requires-Dist: matplotlib==3.10.5
|
|
69
|
-
Requires-Dist: matplotlib-inline==0.1.7
|
|
70
|
-
Requires-Dist: mdurl==0.1.2
|
|
71
|
-
Requires-Dist: mmh3==5.2.0
|
|
72
|
-
Requires-Dist: mpmath==1.3.0
|
|
73
|
-
Requires-Dist: msgpack==1.1.1
|
|
74
|
-
Requires-Dist: narwhals==2.2.0
|
|
75
|
-
Requires-Dist: natsort==8.4.0
|
|
76
|
-
Requires-Dist: ndindex==1.10.0
|
|
77
|
-
Requires-Dist: nest_asyncio==1.6.0
|
|
78
|
-
Requires-Dist: networkx==3.5
|
|
79
|
-
Requires-Dist: numba==0.61.2
|
|
80
|
-
Requires-Dist: numcodecs==0.16.2
|
|
81
|
-
Requires-Dist: numexpr==2.11.0
|
|
82
|
-
Requires-Dist: numpy==2.2.0
|
|
83
|
-
Requires-Dist: openpyxl==3.1.5
|
|
84
|
-
Requires-Dist: packaging==25.0
|
|
85
|
-
Requires-Dist: pandas==2.3.2
|
|
86
|
-
Requires-Dist: parso==0.8.5
|
|
87
|
-
Requires-Dist: patsy==1.0.1
|
|
88
|
-
Requires-Dist: pexpect==4.9.0
|
|
89
|
-
Requires-Dist: pickleshare==0.7.5
|
|
90
|
-
Requires-Dist: pillow==11.3.0
|
|
91
|
-
Requires-Dist: platformdirs==4.4.0
|
|
92
|
-
Requires-Dist: plotly==6.3.0
|
|
93
|
-
Requires-Dist: polars==1.32.3
|
|
94
|
-
Requires-Dist: prompt_toolkit==3.0.51
|
|
95
|
-
Requires-Dist: psutil==7.0.0
|
|
96
|
-
Requires-Dist: ptyprocess==0.7.0
|
|
97
|
-
Requires-Dist: pure_eval==0.2.3
|
|
98
|
-
Requires-Dist: py-cpuinfo==9.0.0
|
|
99
|
-
Requires-Dist: pyarrow==21.0.0
|
|
100
|
-
Requires-Dist: pybedtools==0.12.0
|
|
101
|
-
Requires-Dist: pydantic==2.11.7
|
|
102
|
-
Requires-Dist: pydantic_core==2.33.2
|
|
103
|
-
Requires-Dist: Pygments==2.19.2
|
|
104
|
-
Requires-Dist: pyiceberg==0.9.1
|
|
105
|
-
Requires-Dist: pynndescent==0.5.13
|
|
106
|
-
Requires-Dist: pyparsing==3.2.3
|
|
107
|
-
Requires-Dist: pysam==0.23.3
|
|
108
|
-
Requires-Dist: python-dateutil==2.9.0.post0
|
|
109
|
-
Requires-Dist: pytz==2025.2
|
|
110
|
-
Requires-Dist: PyYAML==6.0.2
|
|
111
|
-
Requires-Dist: pyzmq==27.0.2
|
|
112
|
-
Requires-Dist: referencing==0.36.2
|
|
113
|
-
Requires-Dist: requests==2.32.5
|
|
114
|
-
Requires-Dist: rich==13.9.4
|
|
115
|
-
Requires-Dist: rpds-py==0.27.1
|
|
116
|
-
Requires-Dist: scanpy==1.11.4
|
|
117
|
-
Requires-Dist: scikit-learn==1.7.1
|
|
118
|
-
Requires-Dist: scikit-misc==0.5.1
|
|
119
|
-
Requires-Dist: scipy==1.16.1
|
|
120
|
-
Requires-Dist: seaborn==0.13.2
|
|
121
|
-
Requires-Dist: session-info2==0.2.1
|
|
122
|
-
Requires-Dist: six==1.17.0
|
|
123
|
-
Requires-Dist: sortedcontainers==2.4.0
|
|
124
|
-
Requires-Dist: SQLAlchemy==2.0.43
|
|
125
|
-
Requires-Dist: stack_data==0.6.3
|
|
126
|
-
Requires-Dist: statsmodels==0.14.5
|
|
127
|
-
Requires-Dist: strictyaml==1.7.3
|
|
128
|
-
Requires-Dist: sympy==1.14.0
|
|
129
|
-
Requires-Dist: tables==3.10.2
|
|
130
|
-
Requires-Dist: tenacity==9.1.2
|
|
131
|
-
Requires-Dist: threadpoolctl==3.6.0
|
|
132
|
-
Requires-Dist: torch==2.8.0
|
|
133
|
-
Requires-Dist: torchaudio==2.8.0
|
|
134
|
-
Requires-Dist: torchvision==0.23.0
|
|
135
|
-
Requires-Dist: tornado==6.5.2
|
|
136
|
-
Requires-Dist: tqdm==4.67.1
|
|
137
|
-
Requires-Dist: traitlets==5.14.3
|
|
138
|
-
Requires-Dist: triton==3.4.0
|
|
139
|
-
Requires-Dist: typing_extensions==4.15.0
|
|
140
|
-
Requires-Dist: typing-inspection==0.4.1
|
|
141
|
-
Requires-Dist: tzdata==2025.2
|
|
142
|
-
Requires-Dist: umap-learn==0.5.9.post2
|
|
143
|
-
Requires-Dist: urllib3==2.5.0
|
|
144
|
-
Requires-Dist: wcwidth==0.2.13
|
|
145
|
-
Requires-Dist: wrapt==1.17.3
|
|
146
|
-
Requires-Dist: xlsx2csv==0.8.4
|
|
147
|
-
Requires-Dist: xlsxwriter==3.2.5
|
|
148
|
-
Requires-Dist: zarr==3.1.2
|
|
149
|
-
Requires-Dist: zipp==3.23.0
|
|
150
|
-
Requires-Dist: zope.event==5.1.1
|
|
151
|
-
Requires-Dist: zope.interface==7.2
|
|
152
|
-
Dynamic: author
|
|
153
|
-
Dynamic: author-email
|
|
154
|
-
Dynamic: requires-dist
|
|
155
|
-
Dynamic: requires-python
|
|
156
|
-
Dynamic: summary
|
|
@@ -1,144 +0,0 @@
|
|
|
1
|
-
adbc-driver-manager==1.7.0
|
|
2
|
-
adbc-driver-sqlite==1.7.0
|
|
3
|
-
adjustText==1.3.0
|
|
4
|
-
altair==5.5.0
|
|
5
|
-
anndata==0.12.2
|
|
6
|
-
annotated-types==0.7.0
|
|
7
|
-
array-api-compat==1.12.0
|
|
8
|
-
arro3-core==0.6.1
|
|
9
|
-
asttokens==3.0.0
|
|
10
|
-
attrs==25.3.0
|
|
11
|
-
babel==2.17.0
|
|
12
|
-
blosc2==3.7.2
|
|
13
|
-
cachetools==5.5.2
|
|
14
|
-
certifi==2025.8.3
|
|
15
|
-
charset-normalizer==3.4.3
|
|
16
|
-
click==8.2.1
|
|
17
|
-
cloudpickle==3.1.1
|
|
18
|
-
comm==0.2.3
|
|
19
|
-
commonmark==0.9.1
|
|
20
|
-
connectorx==0.4.4
|
|
21
|
-
contourpy==1.3.3
|
|
22
|
-
crc32c==2.7.1
|
|
23
|
-
cycler==0.12.1
|
|
24
|
-
debugpy==1.8.16
|
|
25
|
-
decorator==5.2.1
|
|
26
|
-
deltalake==1.1.4
|
|
27
|
-
Deprecated==1.2.18
|
|
28
|
-
donfig==0.8.1.post1
|
|
29
|
-
et_xmlfile==2.0.0
|
|
30
|
-
exceptiongroup==1.3.0
|
|
31
|
-
executing==2.2.0
|
|
32
|
-
faicons==0.2.2
|
|
33
|
-
fastexcel==0.14.0
|
|
34
|
-
filelock==3.19.1
|
|
35
|
-
fonttools==4.59.1
|
|
36
|
-
fsspec==2025.7.0
|
|
37
|
-
gevent==25.5.1
|
|
38
|
-
great-tables==0.18.0
|
|
39
|
-
greenlet==3.2.4
|
|
40
|
-
h5py==3.14.0
|
|
41
|
-
htmltools==0.6.0
|
|
42
|
-
idna==3.10
|
|
43
|
-
importlib_metadata==8.7.0
|
|
44
|
-
importlib_resources==6.5.2
|
|
45
|
-
ipykernel==6.30.1
|
|
46
|
-
ipython==9.4.0
|
|
47
|
-
ipython_pygments_lexers==1.1.1
|
|
48
|
-
jedi==0.19.2
|
|
49
|
-
Jinja2==3.1.6
|
|
50
|
-
joblib==1.5.2
|
|
51
|
-
jsonschema==4.25.1
|
|
52
|
-
jsonschema-specifications==2025.4.1
|
|
53
|
-
jupyter_client==8.6.3
|
|
54
|
-
jupyter_core==5.8.1
|
|
55
|
-
kiwisolver==1.4.9
|
|
56
|
-
kneed==0.8.5
|
|
57
|
-
legacy-api-wrap==1.4.1
|
|
58
|
-
llvmlite==0.44.0
|
|
59
|
-
markdown-it-py==4.0.0
|
|
60
|
-
MarkupSafe==3.0.2
|
|
61
|
-
matplotlib==3.10.5
|
|
62
|
-
matplotlib-inline==0.1.7
|
|
63
|
-
mdurl==0.1.2
|
|
64
|
-
mmh3==5.2.0
|
|
65
|
-
mpmath==1.3.0
|
|
66
|
-
msgpack==1.1.1
|
|
67
|
-
narwhals==2.2.0
|
|
68
|
-
natsort==8.4.0
|
|
69
|
-
ndindex==1.10.0
|
|
70
|
-
nest_asyncio==1.6.0
|
|
71
|
-
networkx==3.5
|
|
72
|
-
numba==0.61.2
|
|
73
|
-
numcodecs==0.16.2
|
|
74
|
-
numexpr==2.11.0
|
|
75
|
-
numpy==2.2.0
|
|
76
|
-
openpyxl==3.1.5
|
|
77
|
-
packaging==25.0
|
|
78
|
-
pandas==2.3.2
|
|
79
|
-
parso==0.8.5
|
|
80
|
-
patsy==1.0.1
|
|
81
|
-
pexpect==4.9.0
|
|
82
|
-
pickleshare==0.7.5
|
|
83
|
-
pillow==11.3.0
|
|
84
|
-
platformdirs==4.4.0
|
|
85
|
-
plotly==6.3.0
|
|
86
|
-
polars==1.32.3
|
|
87
|
-
prompt_toolkit==3.0.51
|
|
88
|
-
psutil==7.0.0
|
|
89
|
-
ptyprocess==0.7.0
|
|
90
|
-
pure_eval==0.2.3
|
|
91
|
-
py-cpuinfo==9.0.0
|
|
92
|
-
pyarrow==21.0.0
|
|
93
|
-
pybedtools==0.12.0
|
|
94
|
-
pydantic==2.11.7
|
|
95
|
-
pydantic_core==2.33.2
|
|
96
|
-
Pygments==2.19.2
|
|
97
|
-
pyiceberg==0.9.1
|
|
98
|
-
pynndescent==0.5.13
|
|
99
|
-
pyparsing==3.2.3
|
|
100
|
-
pysam==0.23.3
|
|
101
|
-
python-dateutil==2.9.0.post0
|
|
102
|
-
pytz==2025.2
|
|
103
|
-
PyYAML==6.0.2
|
|
104
|
-
pyzmq==27.0.2
|
|
105
|
-
referencing==0.36.2
|
|
106
|
-
requests==2.32.5
|
|
107
|
-
rich==13.9.4
|
|
108
|
-
rpds-py==0.27.1
|
|
109
|
-
scanpy==1.11.4
|
|
110
|
-
scikit-learn==1.7.1
|
|
111
|
-
scikit-misc==0.5.1
|
|
112
|
-
scipy==1.16.1
|
|
113
|
-
seaborn==0.13.2
|
|
114
|
-
session-info2==0.2.1
|
|
115
|
-
six==1.17.0
|
|
116
|
-
sortedcontainers==2.4.0
|
|
117
|
-
SQLAlchemy==2.0.43
|
|
118
|
-
stack_data==0.6.3
|
|
119
|
-
statsmodels==0.14.5
|
|
120
|
-
strictyaml==1.7.3
|
|
121
|
-
sympy==1.14.0
|
|
122
|
-
tables==3.10.2
|
|
123
|
-
tenacity==9.1.2
|
|
124
|
-
threadpoolctl==3.6.0
|
|
125
|
-
torch==2.8.0
|
|
126
|
-
torchaudio==2.8.0
|
|
127
|
-
torchvision==0.23.0
|
|
128
|
-
tornado==6.5.2
|
|
129
|
-
tqdm==4.67.1
|
|
130
|
-
traitlets==5.14.3
|
|
131
|
-
triton==3.4.0
|
|
132
|
-
typing_extensions==4.15.0
|
|
133
|
-
typing-inspection==0.4.1
|
|
134
|
-
tzdata==2025.2
|
|
135
|
-
umap-learn==0.5.9.post2
|
|
136
|
-
urllib3==2.5.0
|
|
137
|
-
wcwidth==0.2.13
|
|
138
|
-
wrapt==1.17.3
|
|
139
|
-
xlsx2csv==0.8.4
|
|
140
|
-
xlsxwriter==3.2.5
|
|
141
|
-
zarr==3.1.2
|
|
142
|
-
zipp==3.23.0
|
|
143
|
-
zope.event==5.1.1
|
|
144
|
-
zope.interface==7.2
|
|
@@ -1,156 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: scMultiChat
|
|
3
|
-
Version: 0.1.1
|
|
4
|
-
Summary: Cell-cell communication using MultiChat
|
|
5
|
-
Author: Caiwei Zhen
|
|
6
|
-
Author-email: cwzhen@whu.edu.cn
|
|
7
|
-
Requires-Python: >=3.12
|
|
8
|
-
Requires-Dist: adbc-driver-manager==1.7.0
|
|
9
|
-
Requires-Dist: adbc-driver-sqlite==1.7.0
|
|
10
|
-
Requires-Dist: adjustText==1.3.0
|
|
11
|
-
Requires-Dist: altair==5.5.0
|
|
12
|
-
Requires-Dist: anndata==0.12.2
|
|
13
|
-
Requires-Dist: annotated-types==0.7.0
|
|
14
|
-
Requires-Dist: array-api-compat==1.12.0
|
|
15
|
-
Requires-Dist: arro3-core==0.6.1
|
|
16
|
-
Requires-Dist: asttokens==3.0.0
|
|
17
|
-
Requires-Dist: attrs==25.3.0
|
|
18
|
-
Requires-Dist: babel==2.17.0
|
|
19
|
-
Requires-Dist: blosc2==3.7.2
|
|
20
|
-
Requires-Dist: cachetools==5.5.2
|
|
21
|
-
Requires-Dist: certifi==2025.8.3
|
|
22
|
-
Requires-Dist: charset-normalizer==3.4.3
|
|
23
|
-
Requires-Dist: click==8.2.1
|
|
24
|
-
Requires-Dist: cloudpickle==3.1.1
|
|
25
|
-
Requires-Dist: comm==0.2.3
|
|
26
|
-
Requires-Dist: commonmark==0.9.1
|
|
27
|
-
Requires-Dist: connectorx==0.4.4
|
|
28
|
-
Requires-Dist: contourpy==1.3.3
|
|
29
|
-
Requires-Dist: crc32c==2.7.1
|
|
30
|
-
Requires-Dist: cycler==0.12.1
|
|
31
|
-
Requires-Dist: debugpy==1.8.16
|
|
32
|
-
Requires-Dist: decorator==5.2.1
|
|
33
|
-
Requires-Dist: deltalake==1.1.4
|
|
34
|
-
Requires-Dist: Deprecated==1.2.18
|
|
35
|
-
Requires-Dist: donfig==0.8.1.post1
|
|
36
|
-
Requires-Dist: et_xmlfile==2.0.0
|
|
37
|
-
Requires-Dist: exceptiongroup==1.3.0
|
|
38
|
-
Requires-Dist: executing==2.2.0
|
|
39
|
-
Requires-Dist: faicons==0.2.2
|
|
40
|
-
Requires-Dist: fastexcel==0.14.0
|
|
41
|
-
Requires-Dist: filelock==3.19.1
|
|
42
|
-
Requires-Dist: fonttools==4.59.1
|
|
43
|
-
Requires-Dist: fsspec==2025.7.0
|
|
44
|
-
Requires-Dist: gevent==25.5.1
|
|
45
|
-
Requires-Dist: great-tables==0.18.0
|
|
46
|
-
Requires-Dist: greenlet==3.2.4
|
|
47
|
-
Requires-Dist: h5py==3.14.0
|
|
48
|
-
Requires-Dist: htmltools==0.6.0
|
|
49
|
-
Requires-Dist: idna==3.10
|
|
50
|
-
Requires-Dist: importlib_metadata==8.7.0
|
|
51
|
-
Requires-Dist: importlib_resources==6.5.2
|
|
52
|
-
Requires-Dist: ipykernel==6.30.1
|
|
53
|
-
Requires-Dist: ipython==9.4.0
|
|
54
|
-
Requires-Dist: ipython_pygments_lexers==1.1.1
|
|
55
|
-
Requires-Dist: jedi==0.19.2
|
|
56
|
-
Requires-Dist: Jinja2==3.1.6
|
|
57
|
-
Requires-Dist: joblib==1.5.2
|
|
58
|
-
Requires-Dist: jsonschema==4.25.1
|
|
59
|
-
Requires-Dist: jsonschema-specifications==2025.4.1
|
|
60
|
-
Requires-Dist: jupyter_client==8.6.3
|
|
61
|
-
Requires-Dist: jupyter_core==5.8.1
|
|
62
|
-
Requires-Dist: kiwisolver==1.4.9
|
|
63
|
-
Requires-Dist: kneed==0.8.5
|
|
64
|
-
Requires-Dist: legacy-api-wrap==1.4.1
|
|
65
|
-
Requires-Dist: llvmlite==0.44.0
|
|
66
|
-
Requires-Dist: markdown-it-py==4.0.0
|
|
67
|
-
Requires-Dist: MarkupSafe==3.0.2
|
|
68
|
-
Requires-Dist: matplotlib==3.10.5
|
|
69
|
-
Requires-Dist: matplotlib-inline==0.1.7
|
|
70
|
-
Requires-Dist: mdurl==0.1.2
|
|
71
|
-
Requires-Dist: mmh3==5.2.0
|
|
72
|
-
Requires-Dist: mpmath==1.3.0
|
|
73
|
-
Requires-Dist: msgpack==1.1.1
|
|
74
|
-
Requires-Dist: narwhals==2.2.0
|
|
75
|
-
Requires-Dist: natsort==8.4.0
|
|
76
|
-
Requires-Dist: ndindex==1.10.0
|
|
77
|
-
Requires-Dist: nest_asyncio==1.6.0
|
|
78
|
-
Requires-Dist: networkx==3.5
|
|
79
|
-
Requires-Dist: numba==0.61.2
|
|
80
|
-
Requires-Dist: numcodecs==0.16.2
|
|
81
|
-
Requires-Dist: numexpr==2.11.0
|
|
82
|
-
Requires-Dist: numpy==2.2.0
|
|
83
|
-
Requires-Dist: openpyxl==3.1.5
|
|
84
|
-
Requires-Dist: packaging==25.0
|
|
85
|
-
Requires-Dist: pandas==2.3.2
|
|
86
|
-
Requires-Dist: parso==0.8.5
|
|
87
|
-
Requires-Dist: patsy==1.0.1
|
|
88
|
-
Requires-Dist: pexpect==4.9.0
|
|
89
|
-
Requires-Dist: pickleshare==0.7.5
|
|
90
|
-
Requires-Dist: pillow==11.3.0
|
|
91
|
-
Requires-Dist: platformdirs==4.4.0
|
|
92
|
-
Requires-Dist: plotly==6.3.0
|
|
93
|
-
Requires-Dist: polars==1.32.3
|
|
94
|
-
Requires-Dist: prompt_toolkit==3.0.51
|
|
95
|
-
Requires-Dist: psutil==7.0.0
|
|
96
|
-
Requires-Dist: ptyprocess==0.7.0
|
|
97
|
-
Requires-Dist: pure_eval==0.2.3
|
|
98
|
-
Requires-Dist: py-cpuinfo==9.0.0
|
|
99
|
-
Requires-Dist: pyarrow==21.0.0
|
|
100
|
-
Requires-Dist: pybedtools==0.12.0
|
|
101
|
-
Requires-Dist: pydantic==2.11.7
|
|
102
|
-
Requires-Dist: pydantic_core==2.33.2
|
|
103
|
-
Requires-Dist: Pygments==2.19.2
|
|
104
|
-
Requires-Dist: pyiceberg==0.9.1
|
|
105
|
-
Requires-Dist: pynndescent==0.5.13
|
|
106
|
-
Requires-Dist: pyparsing==3.2.3
|
|
107
|
-
Requires-Dist: pysam==0.23.3
|
|
108
|
-
Requires-Dist: python-dateutil==2.9.0.post0
|
|
109
|
-
Requires-Dist: pytz==2025.2
|
|
110
|
-
Requires-Dist: PyYAML==6.0.2
|
|
111
|
-
Requires-Dist: pyzmq==27.0.2
|
|
112
|
-
Requires-Dist: referencing==0.36.2
|
|
113
|
-
Requires-Dist: requests==2.32.5
|
|
114
|
-
Requires-Dist: rich==13.9.4
|
|
115
|
-
Requires-Dist: rpds-py==0.27.1
|
|
116
|
-
Requires-Dist: scanpy==1.11.4
|
|
117
|
-
Requires-Dist: scikit-learn==1.7.1
|
|
118
|
-
Requires-Dist: scikit-misc==0.5.1
|
|
119
|
-
Requires-Dist: scipy==1.16.1
|
|
120
|
-
Requires-Dist: seaborn==0.13.2
|
|
121
|
-
Requires-Dist: session-info2==0.2.1
|
|
122
|
-
Requires-Dist: six==1.17.0
|
|
123
|
-
Requires-Dist: sortedcontainers==2.4.0
|
|
124
|
-
Requires-Dist: SQLAlchemy==2.0.43
|
|
125
|
-
Requires-Dist: stack_data==0.6.3
|
|
126
|
-
Requires-Dist: statsmodels==0.14.5
|
|
127
|
-
Requires-Dist: strictyaml==1.7.3
|
|
128
|
-
Requires-Dist: sympy==1.14.0
|
|
129
|
-
Requires-Dist: tables==3.10.2
|
|
130
|
-
Requires-Dist: tenacity==9.1.2
|
|
131
|
-
Requires-Dist: threadpoolctl==3.6.0
|
|
132
|
-
Requires-Dist: torch==2.8.0
|
|
133
|
-
Requires-Dist: torchaudio==2.8.0
|
|
134
|
-
Requires-Dist: torchvision==0.23.0
|
|
135
|
-
Requires-Dist: tornado==6.5.2
|
|
136
|
-
Requires-Dist: tqdm==4.67.1
|
|
137
|
-
Requires-Dist: traitlets==5.14.3
|
|
138
|
-
Requires-Dist: triton==3.4.0
|
|
139
|
-
Requires-Dist: typing_extensions==4.15.0
|
|
140
|
-
Requires-Dist: typing-inspection==0.4.1
|
|
141
|
-
Requires-Dist: tzdata==2025.2
|
|
142
|
-
Requires-Dist: umap-learn==0.5.9.post2
|
|
143
|
-
Requires-Dist: urllib3==2.5.0
|
|
144
|
-
Requires-Dist: wcwidth==0.2.13
|
|
145
|
-
Requires-Dist: wrapt==1.17.3
|
|
146
|
-
Requires-Dist: xlsx2csv==0.8.4
|
|
147
|
-
Requires-Dist: xlsxwriter==3.2.5
|
|
148
|
-
Requires-Dist: zarr==3.1.2
|
|
149
|
-
Requires-Dist: zipp==3.23.0
|
|
150
|
-
Requires-Dist: zope.event==5.1.1
|
|
151
|
-
Requires-Dist: zope.interface==7.2
|
|
152
|
-
Dynamic: author
|
|
153
|
-
Dynamic: author-email
|
|
154
|
-
Dynamic: requires-dist
|
|
155
|
-
Dynamic: requires-python
|
|
156
|
-
Dynamic: summary
|
|
@@ -1,144 +0,0 @@
|
|
|
1
|
-
adbc-driver-manager==1.7.0
|
|
2
|
-
adbc-driver-sqlite==1.7.0
|
|
3
|
-
adjustText==1.3.0
|
|
4
|
-
altair==5.5.0
|
|
5
|
-
anndata==0.12.2
|
|
6
|
-
annotated-types==0.7.0
|
|
7
|
-
array-api-compat==1.12.0
|
|
8
|
-
arro3-core==0.6.1
|
|
9
|
-
asttokens==3.0.0
|
|
10
|
-
attrs==25.3.0
|
|
11
|
-
babel==2.17.0
|
|
12
|
-
blosc2==3.7.2
|
|
13
|
-
cachetools==5.5.2
|
|
14
|
-
certifi==2025.8.3
|
|
15
|
-
charset-normalizer==3.4.3
|
|
16
|
-
click==8.2.1
|
|
17
|
-
cloudpickle==3.1.1
|
|
18
|
-
comm==0.2.3
|
|
19
|
-
commonmark==0.9.1
|
|
20
|
-
connectorx==0.4.4
|
|
21
|
-
contourpy==1.3.3
|
|
22
|
-
crc32c==2.7.1
|
|
23
|
-
cycler==0.12.1
|
|
24
|
-
debugpy==1.8.16
|
|
25
|
-
decorator==5.2.1
|
|
26
|
-
deltalake==1.1.4
|
|
27
|
-
Deprecated==1.2.18
|
|
28
|
-
donfig==0.8.1.post1
|
|
29
|
-
et_xmlfile==2.0.0
|
|
30
|
-
exceptiongroup==1.3.0
|
|
31
|
-
executing==2.2.0
|
|
32
|
-
faicons==0.2.2
|
|
33
|
-
fastexcel==0.14.0
|
|
34
|
-
filelock==3.19.1
|
|
35
|
-
fonttools==4.59.1
|
|
36
|
-
fsspec==2025.7.0
|
|
37
|
-
gevent==25.5.1
|
|
38
|
-
great-tables==0.18.0
|
|
39
|
-
greenlet==3.2.4
|
|
40
|
-
h5py==3.14.0
|
|
41
|
-
htmltools==0.6.0
|
|
42
|
-
idna==3.10
|
|
43
|
-
importlib_metadata==8.7.0
|
|
44
|
-
importlib_resources==6.5.2
|
|
45
|
-
ipykernel==6.30.1
|
|
46
|
-
ipython==9.4.0
|
|
47
|
-
ipython_pygments_lexers==1.1.1
|
|
48
|
-
jedi==0.19.2
|
|
49
|
-
Jinja2==3.1.6
|
|
50
|
-
joblib==1.5.2
|
|
51
|
-
jsonschema==4.25.1
|
|
52
|
-
jsonschema-specifications==2025.4.1
|
|
53
|
-
jupyter_client==8.6.3
|
|
54
|
-
jupyter_core==5.8.1
|
|
55
|
-
kiwisolver==1.4.9
|
|
56
|
-
kneed==0.8.5
|
|
57
|
-
legacy-api-wrap==1.4.1
|
|
58
|
-
llvmlite==0.44.0
|
|
59
|
-
markdown-it-py==4.0.0
|
|
60
|
-
MarkupSafe==3.0.2
|
|
61
|
-
matplotlib==3.10.5
|
|
62
|
-
matplotlib-inline==0.1.7
|
|
63
|
-
mdurl==0.1.2
|
|
64
|
-
mmh3==5.2.0
|
|
65
|
-
mpmath==1.3.0
|
|
66
|
-
msgpack==1.1.1
|
|
67
|
-
narwhals==2.2.0
|
|
68
|
-
natsort==8.4.0
|
|
69
|
-
ndindex==1.10.0
|
|
70
|
-
nest_asyncio==1.6.0
|
|
71
|
-
networkx==3.5
|
|
72
|
-
numba==0.61.2
|
|
73
|
-
numcodecs==0.16.2
|
|
74
|
-
numexpr==2.11.0
|
|
75
|
-
numpy==2.2.0
|
|
76
|
-
openpyxl==3.1.5
|
|
77
|
-
packaging==25.0
|
|
78
|
-
pandas==2.3.2
|
|
79
|
-
parso==0.8.5
|
|
80
|
-
patsy==1.0.1
|
|
81
|
-
pexpect==4.9.0
|
|
82
|
-
pickleshare==0.7.5
|
|
83
|
-
pillow==11.3.0
|
|
84
|
-
platformdirs==4.4.0
|
|
85
|
-
plotly==6.3.0
|
|
86
|
-
polars==1.32.3
|
|
87
|
-
prompt_toolkit==3.0.51
|
|
88
|
-
psutil==7.0.0
|
|
89
|
-
ptyprocess==0.7.0
|
|
90
|
-
pure_eval==0.2.3
|
|
91
|
-
py-cpuinfo==9.0.0
|
|
92
|
-
pyarrow==21.0.0
|
|
93
|
-
pybedtools==0.12.0
|
|
94
|
-
pydantic==2.11.7
|
|
95
|
-
pydantic_core==2.33.2
|
|
96
|
-
Pygments==2.19.2
|
|
97
|
-
pyiceberg==0.9.1
|
|
98
|
-
pynndescent==0.5.13
|
|
99
|
-
pyparsing==3.2.3
|
|
100
|
-
pysam==0.23.3
|
|
101
|
-
python-dateutil==2.9.0.post0
|
|
102
|
-
pytz==2025.2
|
|
103
|
-
PyYAML==6.0.2
|
|
104
|
-
pyzmq==27.0.2
|
|
105
|
-
referencing==0.36.2
|
|
106
|
-
requests==2.32.5
|
|
107
|
-
rich==13.9.4
|
|
108
|
-
rpds-py==0.27.1
|
|
109
|
-
scanpy==1.11.4
|
|
110
|
-
scikit-learn==1.7.1
|
|
111
|
-
scikit-misc==0.5.1
|
|
112
|
-
scipy==1.16.1
|
|
113
|
-
seaborn==0.13.2
|
|
114
|
-
session-info2==0.2.1
|
|
115
|
-
six==1.17.0
|
|
116
|
-
sortedcontainers==2.4.0
|
|
117
|
-
SQLAlchemy==2.0.43
|
|
118
|
-
stack_data==0.6.3
|
|
119
|
-
statsmodels==0.14.5
|
|
120
|
-
strictyaml==1.7.3
|
|
121
|
-
sympy==1.14.0
|
|
122
|
-
tables==3.10.2
|
|
123
|
-
tenacity==9.1.2
|
|
124
|
-
threadpoolctl==3.6.0
|
|
125
|
-
torch==2.8.0
|
|
126
|
-
torchaudio==2.8.0
|
|
127
|
-
torchvision==0.23.0
|
|
128
|
-
tornado==6.5.2
|
|
129
|
-
tqdm==4.67.1
|
|
130
|
-
traitlets==5.14.3
|
|
131
|
-
triton==3.4.0
|
|
132
|
-
typing_extensions==4.15.0
|
|
133
|
-
typing-inspection==0.4.1
|
|
134
|
-
tzdata==2025.2
|
|
135
|
-
umap-learn==0.5.9.post2
|
|
136
|
-
urllib3==2.5.0
|
|
137
|
-
wcwidth==0.2.13
|
|
138
|
-
wrapt==1.17.3
|
|
139
|
-
xlsx2csv==0.8.4
|
|
140
|
-
xlsxwriter==3.2.5
|
|
141
|
-
zarr==3.1.2
|
|
142
|
-
zipp==3.23.0
|
|
143
|
-
zope.event==5.1.1
|
|
144
|
-
zope.interface==7.2
|
|
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
|
{scmultichat-0.1.1 → scmultichat-0.1.2}/MultiChat/Heterogeneous_g_emb/plotting/_post_training.py
RENAMED
|
File without changes
|
|
File without changes
|
{scmultichat-0.1.1 → scmultichat-0.1.2}/MultiChat/Heterogeneous_g_emb/preprocessing/__init__.py
RENAMED
|
File without changes
|
{scmultichat-0.1.1 → scmultichat-0.1.2}/MultiChat/Heterogeneous_g_emb/preprocessing/_general.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{scmultichat-0.1.1 → scmultichat-0.1.2}/MultiChat/Heterogeneous_g_emb/preprocessing/_utils.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
|
{scmultichat-0.1.1 → scmultichat-0.1.2}/MultiChat/Heterogeneous_g_emb/tools/_post_training.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
|