Releases: rusty1s/pytorch_scatter
Releases · rusty1s/pytorch_scatter
2.0.2
04 Feb 10:17
Compare
Sorry, something went wrong.
No results found
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
08 Nov 13:29
Compare
Sorry, something went wrong.
No results found
Added scatter_logsumexp implementation
Added new .composite subpackage with scatter_softmax and scatter_log_softmax implementations
1.3.2
14 Oct 10:29
Compare
Sorry, something went wrong.
No results found
This release brings PyTorch 1.3 support to torch-scatter.
1.3.1
05 Jul 11:16
Compare
Sorry, something went wrong.
No results found
Fix backward pass for scatter_max and scatter_min in case there argmax or argmin contained negative values
1.3.0
29 Jun 12:43
Compare
Sorry, something went wrong.
No results found
Minor fixes (processing tensors with zero elements, fill value on min and max operations)
Read The Docs support
1.2.0
01 May 09:26
Compare
Sorry, something went wrong.
No results found
1.1.2
06 Mar 14:58
Compare
Sorry, something went wrong.
No results found
1.1.1
24 Jan 13:27
Compare
Sorry, something went wrong.
No results found
1.1.0
15 Dec 08:50
Compare
Sorry, something went wrong.
No results found
1.0.4
07 Aug 06:42
Compare
Sorry, something went wrong.
No results found
PyTorch 0.4.1 adjustments:
uses new extension-cpp interface