vtraag / louvain-igraph

Implementation of the Louvain algorithm for community detection with various methods for use with igraph in python.
GNU General Public License v3.0
246 stars 46 forks source link

numpy interface #39

Closed vtraag closed 6 years ago

vtraag commented 6 years ago

It seems this the Python C API using PyFloat* and PyLong* do not work correctly anymore for numpy in Python 3. It should be dealt with in a different way for python3 using the number protocol I believe. See also numpy/numpy#2951.