bicm
Advanced tools
| Metadata-Version: 2.1 | ||
| Name: bicm | ||
| Version: 3.0.5 | ||
| Version: 3.0.6 | ||
| Summary: Package for bipartite configuration model | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/mat701/BiCM |
+1
-1
@@ -19,3 +19,3 @@ """ | ||
| __version__ = "3.0.5" | ||
| __version__ = "3.0.6" | ||
| __author__ = """Matteo Bruno (matteobruno180@gmail.com)""" |
@@ -284,2 +284,3 @@ """ | ||
| assert isinstance(list(adj_list.keys())[0], (np.number)), 'Adjacency list must be numeric' | ||
| assert isinstance(list(adj_list.values())[0], (np.number)), 'Adjacency list must be numeric' | ||
| rows_index = [k for k, v in adj_list.items() for _ in range(len(v))] | ||
@@ -286,0 +287,0 @@ cols_index = [i for ids in adj_list.values() for i in ids] |
+1
-1
| Metadata-Version: 2.1 | ||
| Name: bicm | ||
| Version: 3.0.5 | ||
| Version: 3.0.6 | ||
| Summary: Package for bipartite configuration model | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/mat701/BiCM |
+1
-1
@@ -8,3 +8,3 @@ import setuptools | ||
| name="bicm", | ||
| version="3.0.5", | ||
| version="3.0.6", | ||
| author="Matteo Bruno", | ||
@@ -11,0 +11,0 @@ author_email="matteobruno180@gmail.com", |
Sorry, the diff of this file is too big to display
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
181071
0.37%3810
0.21%