Skip to content

Releases: rusty1s/pytorch_scatter

2.0.2

04 Feb 10:17
Compare
Choose a tag to compare

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
Choose a tag to compare
  • Added scatter_logsumexp implementation
  • Added new .composite subpackage with scatter_softmax and scatter_log_softmax implementations

1.3.2

14 Oct 10:29
Compare
Choose a tag to compare

This release brings PyTorch 1.3 support to torch-scatter.

1.3.1

05 Jul 11:16
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • PyTorch 1.1.0

1.1.2

06 Mar 14:58
Compare
Choose a tag to compare
  • multi GPU support

1.1.1

24 Jan 13:27
Compare
Choose a tag to compare
version up

1.1.0

15 Dec 08:50
Compare
Choose a tag to compare
  • Added scatter_std method

1.0.4

07 Aug 06:42
Compare
Choose a tag to compare

PyTorch 0.4.1 adjustments:

  • uses new extension-cpp interface