Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-scatter
Commits
b1072a59
Commit
b1072a59
authored
Jan 24, 2019
by
rusty1s
Browse files
version up
parent
1d135a2c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
setup.py
setup.py
+3
-2
torch_scatter/__init__.py
torch_scatter/__init__.py
+1
-1
No files found.
setup.py
View file @
b1072a59
...
@@ -20,7 +20,7 @@ if CUDA_HOME is not None:
...
@@ -20,7 +20,7 @@ if CUDA_HOME is not None:
[
'cuda/scatter.cpp'
,
'cuda/scatter_kernel.cu'
])
[
'cuda/scatter.cpp'
,
'cuda/scatter_kernel.cu'
])
]
]
__version__
=
'1.1.
0
'
__version__
=
'1.1.
1
'
url
=
'https://github.com/rusty1s/pytorch_scatter'
url
=
'https://github.com/rusty1s/pytorch_scatter'
install_requires
=
[]
install_requires
=
[]
...
@@ -41,4 +41,5 @@ setup(
...
@@ -41,4 +41,5 @@ setup(
tests_require
=
tests_require
,
tests_require
=
tests_require
,
ext_modules
=
ext_modules
,
ext_modules
=
ext_modules
,
cmdclass
=
cmdclass
,
cmdclass
=
cmdclass
,
packages
=
find_packages
(),
)
packages
=
find_packages
(),
)
torch_scatter/__init__.py
View file @
b1072a59
...
@@ -7,7 +7,7 @@ from .std import scatter_std
...
@@ -7,7 +7,7 @@ from .std import scatter_std
from
.max
import
scatter_max
from
.max
import
scatter_max
from
.min
import
scatter_min
from
.min
import
scatter_min
__version__
=
'1.1.
0
'
__version__
=
'1.1.
1
'
__all__
=
[
__all__
=
[
'scatter_add'
,
'scatter_add'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment