Skip to content

Commit

Permalink
Merge branch 'gorka_dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
gorkazl committed Aug 11, 2019
2 parents fc83f90 + 1358501 commit a029578
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion galib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
__email__ = "galib@Zamora-Lopez.xyz"
__copyright__ = "Copyright 2013-2019"
__license__ = "Apache License version 2.0"
__version__ = "1.1.0"
__version__ = "1.1.1"
__update__="11/07/2019"


Expand Down
2 changes: 2 additions & 0 deletions galib/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,8 @@ def RichClub(adjmatrix, kdensthreshold=0.8, rctype='undirected'):
of the network.
kdecision : integer
The degree at which k-density overcomes value 'kdensthreshold'.
richclub : ndarray of rank-1
The indices of the nodes forming the rich club.
See Also
--------
Expand Down
2 changes: 1 addition & 1 deletion galib/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ def RewireNetwork(adjmatrix, prewire=10, directed=None, weighted=False):
Usage
-----
The parameter 'prewire' is not a probability, but a parameter that
controls the number of iterations the link swithching procedure happens.
controls the number of iterations the link switching procedure happens.
At each iteration two links are switched, therefore for a given value of
'prewire', prewire*L links are rewired in 1/2*prewire*L iterations, where
L in the number of links. To make sure that all structure of the network
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
setup(
name = 'galib',
description = 'A library for graph analysis in Python / NumPy.',
version = '1.1.0',
version = '1.1.1',
url = 'https://github.com/gorkazl/pyGAlib',
license = 'Apache License 2.0',

Expand Down

0 comments on commit a029578

Please sign in to comment.