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
35e97590
Commit
35e97590
authored
Feb 04, 2020
by
rusty1s
Browse files
version up
parent
972ee6e8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
MANIFEST.in
MANIFEST.in
+1
-2
setup.py
setup.py
+1
-1
torch_scatter/__init__.py
torch_scatter/__init__.py
+1
-1
No files found.
MANIFEST.in
View file @
35e97590
include LICENSE
include LICENSE
recursive-include cpu *
recursive-include csrc *
recursive-include cuda *
setup.py
View file @
35e97590
...
@@ -66,7 +66,7 @@ tests_require = ['pytest', 'pytest-cov']
...
@@ -66,7 +66,7 @@ tests_require = ['pytest', 'pytest-cov']
setup
(
setup
(
name
=
'torch_scatter'
,
name
=
'torch_scatter'
,
version
=
'2.0.
1
'
,
version
=
'2.0.
2
'
,
author
=
'Matthias Fey'
,
author
=
'Matthias Fey'
,
author_email
=
'matthias.fey@tu-dortmund.de'
,
author_email
=
'matthias.fey@tu-dortmund.de'
,
url
=
'https://github.com/rusty1s/pytorch_scatter'
,
url
=
'https://github.com/rusty1s/pytorch_scatter'
,
...
...
torch_scatter/__init__.py
View file @
35e97590
...
@@ -9,7 +9,7 @@ from .segment_coo import (segment_sum_coo, segment_add_coo, segment_mean_coo,
...
@@ -9,7 +9,7 @@ from .segment_coo import (segment_sum_coo, segment_add_coo, segment_mean_coo,
from
.composite
import
(
scatter_std
,
scatter_logsumexp
,
scatter_softmax
,
from
.composite
import
(
scatter_std
,
scatter_logsumexp
,
scatter_softmax
,
scatter_log_softmax
)
scatter_log_softmax
)
__version__
=
'2.0.
1
'
__version__
=
'2.0.
2
'
__all__
=
[
__all__
=
[
'scatter_sum'
,
'scatter_sum'
,
...
...
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