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 60836e2 commit 5221414Copy full SHA for 5221414
setup.py
@@ -28,7 +28,7 @@
28
['cuda/rw.cpp', 'cuda/rw_kernel.cu']),
29
]
30
31
-__version__ = '1.3.0'
+__version__ = '1.4.0'
32
url = 'https://github.com/rusty1s/pytorch_cluster'
33
34
install_requires = ['scipy']
torch_cluster/__init__.py
@@ -7,7 +7,7 @@
7
from .sampler import neighbor_sampler
8
from .rw import random_walk
9
10
11
12
__all__ = [
13
'graclus_cluster',
0 commit comments