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.
@@ -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
 
@@ -219,7 +219,7 @@ from .models import*
219
219
 
220
220
 
221
221
  # Some metadata
222
- __version__ = "2.0"
222
+ __version__ = "2.0.dev0"
223
223
 
224
224
 
225
225
 
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