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 d790f1c commit c31915eCopy full SHA for c31915e
setup.py
@@ -25,7 +25,7 @@
25
['cuda/scatter.cpp', 'cuda/scatter_kernel.cu'])
26
]
27
28
-__version__ = '1.3.2'
+__version__ = '1.4.0'
29
url = 'https://github.com/rusty1s/pytorch_scatter'
30
31
install_requires = []
torch_scatter/__init__.py
@@ -9,7 +9,7 @@
9
from .logsumexp import scatter_logsumexp
10
import torch_scatter.composite
11
12
13
14
__all__ = [
15
'scatter_add',
0 commit comments