Commit 453531a5 authored by rusty1s's avatar rusty1s
Browse files

alpha release

parent ebd14b34
...@@ -28,7 +28,7 @@ if CUDA_HOME is not None: ...@@ -28,7 +28,7 @@ if CUDA_HOME is not None:
['cuda/rw.cpp', 'cuda/rw_kernel.cu']), ['cuda/rw.cpp', 'cuda/rw_kernel.cu']),
] ]
__version__ = '1.4.2a1' __version__ = '1.4.3a1'
url = 'https://github.com/rusty1s/pytorch_cluster' url = 'https://github.com/rusty1s/pytorch_cluster'
install_requires = ['scipy'] install_requires = ['scipy']
......
...@@ -7,7 +7,7 @@ from .radius import radius, radius_graph ...@@ -7,7 +7,7 @@ from .radius import radius, radius_graph
from .sampler import neighbor_sampler from .sampler import neighbor_sampler
from .rw import random_walk from .rw import random_walk
__version__ = '1.4.2a1' __version__ = '1.4.3a1'
__all__ = [ __all__ = [
'graclus_cluster', 'graclus_cluster',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment