Releases: rusty1s/pytorch_scatter
Releases · rusty1s/pytorch_scatter
2.0.2
New major release including
- fully-traceable operators
- (deterministic) "scatter" operations based on sorted indices:
segment_csr
and segment_coo
PyTorch 1.4 is now required to install this package.
1.4.0
- Added
scatter_logsumexp
implementation
- Added new .composite subpackage with
scatter_softmax
and scatter_log_softmax
implementations
1.3.2
This release brings PyTorch 1.3 support to torch-scatter
.
1.3.1
- Fix backward pass for
scatter_max
and scatter_min
in case there argmax
or argmin
contained negative values
1.3.0
- Minor fixes (processing tensors with zero elements, fill value on min and max operations)
- Read The Docs support
1.0.4
PyTorch 0.4.1 adjustments:
- uses new extension-cpp interface