galib 2.0__tar.gz → 2.0.dev0__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.
- {galib-2.0 → galib-2.0.dev0}/PKG-INFO +3 -1
- {galib-2.0 → galib-2.0.dev0}/README.md +2 -0
- {galib-2.0 → galib-2.0.dev0}/src/galib/__init__.py +1 -1
- {galib-2.0 → galib-2.0.dev0}/.gitignore +0 -0
- {galib-2.0 → galib-2.0.dev0}/LICENSE.txt +0 -0
- {galib-2.0 → galib-2.0.dev0}/pyproject.toml +0 -0
- {galib-2.0 → galib-2.0.dev0}/src/galib/extra.py +0 -0
- {galib-2.0 → galib-2.0.dev0}/src/galib/metrics.py +0 -0
- {galib-2.0 → galib-2.0.dev0}/src/galib/metrics_numba.py +0 -0
- {galib-2.0 → galib-2.0.dev0}/src/galib/models.py +0 -0
- {galib-2.0 → galib-2.0.dev0}/src/galib/models_numba.py +0 -0
- {galib-2.0 → galib-2.0.dev0}/src/galib/tools.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: galib
|
|
3
|
-
Version: 2.0
|
|
3
|
+
Version: 2.0.dev0
|
|
4
4
|
Summary: A library for graph analysis in Python / NumPy.
|
|
5
5
|
Project-URL: Homepage, https://github.com/gorkazl/pyGAlib
|
|
6
6
|
Project-URL: Source Code, https://github.com/gorkazl/pyGAlib/tree/master/src/galib
|
|
@@ -36,6 +36,8 @@ https://pypi.org/project/galib/)
|
|
|
36
36
|
|
|
37
37
|
# pyGAlib – Graph Analysis Library in Python / NumPy
|
|
38
38
|
|
|
39
|
+
> **Development branch**. Version 2 of pyGAlib under construction. Heavy changes expected in this branch. For download, please install the PyPI version or the one in the master branch of this repository. Both are installed via `pip`, see instructions in the corresponding README.md file.
|
|
40
|
+
|
|
39
41
|
pyGAlib is a library to generate and study graphs and complex networks in Python. It treats networks as adjacency matrices in order to take advantage of faster NumPy
|
|
40
42
|
array manipulations. The library is easy to install, use, modify and extend.
|
|
41
43
|
|
|
@@ -6,6 +6,8 @@ https://pypi.org/project/galib/)
|
|
|
6
6
|
|
|
7
7
|
# pyGAlib – Graph Analysis Library in Python / NumPy
|
|
8
8
|
|
|
9
|
+
> **Development branch**. Version 2 of pyGAlib under construction. Heavy changes expected in this branch. For download, please install the PyPI version or the one in the master branch of this repository. Both are installed via `pip`, see instructions in the corresponding README.md file.
|
|
10
|
+
|
|
9
11
|
pyGAlib is a library to generate and study graphs and complex networks in Python. It treats networks as adjacency matrices in order to take advantage of faster NumPy
|
|
10
12
|
array manipulations. The library is easy to install, use, modify and extend.
|
|
11
13
|
|
|
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
|