modularitypruning 1.4.1__py3-none-any.whl → 1.5.0__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.
- {modularitypruning-1.4.1.dist-info → modularitypruning-1.5.0.dist-info}/METADATA +10 -8
- {modularitypruning-1.4.1.dist-info → modularitypruning-1.5.0.dist-info}/RECORD +5 -5
- {modularitypruning-1.4.1.dist-info → modularitypruning-1.5.0.dist-info}/WHEEL +1 -1
- {modularitypruning-1.4.1.dist-info → modularitypruning-1.5.0.dist-info/licenses}/LICENSE +0 -0
- {modularitypruning-1.4.1.dist-info → modularitypruning-1.5.0.dist-info}/top_level.txt +0 -0
@@ -1,10 +1,9 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: modularitypruning
|
3
|
-
Version: 1.
|
4
|
-
Summary: Pruning tool to identify small subsets of network partitions that are significant from the perspective
|
5
|
-
|
6
|
-
|
7
|
-
Author-email: ryan.alex.gibson@gmail.com
|
3
|
+
Version: 1.5.0
|
4
|
+
Summary: Pruning tool to identify small subsets of network partitions that are significant from the perspective
|
5
|
+
Author-email: Ryan Gibson <ryan.alex.gibson@gmail.com>
|
6
|
+
License: MIT
|
8
7
|
Classifier: Development Status :: 5 - Production/Stable
|
9
8
|
Classifier: Topic :: Scientific/Engineering :: Information Analysis
|
10
9
|
Classifier: Programming Language :: Python :: 3
|
@@ -13,9 +12,11 @@ Classifier: Programming Language :: Python :: 3.9
|
|
13
12
|
Classifier: Programming Language :: Python :: 3.10
|
14
13
|
Classifier: Programming Language :: Python :: 3.11
|
15
14
|
Classifier: Programming Language :: Python :: 3.12
|
15
|
+
Classifier: Programming Language :: Python :: 3.13
|
16
|
+
Classifier: Programming Language :: Python :: 3.14
|
16
17
|
Classifier: Programming Language :: Python :: 3 :: Only
|
17
18
|
Classifier: License :: OSI Approved :: MIT License
|
18
|
-
Requires-Python: >=3.8
|
19
|
+
Requires-Python: >=3.8
|
19
20
|
Description-Content-Type: text/markdown
|
20
21
|
License-File: LICENSE
|
21
22
|
Requires-Dist: leidenalg
|
@@ -24,9 +25,10 @@ Requires-Dist: numpy
|
|
24
25
|
Requires-Dist: psutil
|
25
26
|
Requires-Dist: igraph
|
26
27
|
Requires-Dist: scikit-learn
|
27
|
-
Requires-Dist: scipy
|
28
|
+
Requires-Dist: scipy>=1.7
|
28
29
|
Requires-Dist: seaborn
|
29
30
|
Requires-Dist: tqdm
|
31
|
+
Dynamic: license-file
|
30
32
|
|
31
33
|
# ModularityPruning
|
32
34
|
|
@@ -7,8 +7,8 @@ modularitypruning/parameter_estimation_utilities.py,sha256=teJvq_w1gSjmA2weV9PDK
|
|
7
7
|
modularitypruning/partition_utilities.py,sha256=0hPEftbV6xcYWdusiE65UZG99kqIrALH7Nwo_44KO-Q,957
|
8
8
|
modularitypruning/plotting.py,sha256=48yRl0--q1adi415pps1MbTtKtBMQxKVOXoRjPOxu-w,10570
|
9
9
|
modularitypruning/progress.py,sha256=XxkEVx8L9BoFnWtvUPg-kWtxUmE1RHqs5p5HPiTExUQ,971
|
10
|
-
modularitypruning-1.
|
11
|
-
modularitypruning-1.
|
12
|
-
modularitypruning-1.
|
13
|
-
modularitypruning-1.
|
14
|
-
modularitypruning-1.
|
10
|
+
modularitypruning-1.5.0.dist-info/licenses/LICENSE,sha256=eWz3HIQQxg7p1iSpUOUDKdDhGcuMPuVDDlcXf9F12D8,1068
|
11
|
+
modularitypruning-1.5.0.dist-info/METADATA,sha256=Vlq4_S_RBr4nUUuDwPw1n_jYZg4iI2tVP6xrDkCzwGk,3454
|
12
|
+
modularitypruning-1.5.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
13
|
+
modularitypruning-1.5.0.dist-info/top_level.txt,sha256=ZPOx3a-ek0Ge0ZMq-uvbySSaAL9MZ-t23-JkuHZXo9E,18
|
14
|
+
modularitypruning-1.5.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|