paulmorio / geo2dr

Geo2DR: A Python and PyTorch library for learning distributed representations of graphs.
https://geo2dr.readthedocs.io/en/latest/
MIT License
45 stars 5 forks source link

Pypi installation doesn't have graphlet counter maps #2

Closed paulmorio closed 4 years ago

paulmorio commented 4 years ago

The graphlet decomposition algorithm requires some non-code data files with the certificates of the graphlet patterns for inducing graphlet patterns. As the setuptools packaging commands only package the code we have to write a MANIFEST file to include these important data files.

paulmorio commented 4 years ago

I've added the certificates using the MANIFEST.in file and created a new release which also addresses a few other enchancements in release 0.5.0