We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7498869 commit 8f73ca5Copy full SHA for 8f73ca5
node2vec/__init__.py
@@ -1,4 +1,4 @@
1
-from .node2vec import Node2Vec
2
from . import edges
+from .node2vec import Node2Vec
3
4
-__version__ = '0.3.3'
+__version__ = '0.4.0'
setup.py
@@ -3,7 +3,7 @@
setup(
name='node2vec',
5
packages=['node2vec'],
6
- version='0.3.3',
+ version='0.4.0',
7
description='Implementation of the node2vec algorithm.',
8
author='Elior Cohen',
9
author_email='elior.cohen.p@gmail.com',
0 commit comments