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 c20024c commit eb20916Copy full SHA for eb20916
setup.py
@@ -22,7 +22,7 @@
22
['cuda/radius.cpp', 'cuda/radius_kernel.cu']),
23
]
24
25
-__version__ = '1.2.1'
+__version__ = '1.2.2'
26
url = 'https://github.com/rusty1s/pytorch_cluster'
27
28
install_requires = ['scipy']
torch_cluster/__init__.py
@@ -5,7 +5,7 @@
5
from .knn import knn, knn_graph
6
from .radius import radius, radius_graph
7
8
9
10
__all__ = [
11
'graclus_cluster',
0 commit comments