Skip to content

Releases: rusty1s/pytorch_cluster

1.5.3

24 Mar 11:01

Choose a tag to compare

Fixes regarding proper usage of fps and radius.

1.5.2

17 Mar 04:13

Choose a tag to compare

This release introduces traceable torch-cluster operators using torch.jit.script. As a result, PyTorch 1.4 is now required to install this package. We also provide Python wheels for common OS/CUDA combinations (see README).

1.4.5

14 Oct 11:33

Choose a tag to compare

This release brings PyTorch 1.3 support to torch-cluster.

1.4.4

11 Aug 12:56

Choose a tag to compare

  • PyTorch 1.2 update

1.4.3

27 Jul 17:45

Choose a tag to compare

  • Random Walk Sampling API

1.4.2

04 Jun 19:42

Choose a tag to compare

Added flow argument to the radius_graph method.

1.4.1

04 Jun 18:37

Choose a tag to compare

  • Added flow argument to the knn_graph method.

1.4.0

31 May 09:39

Choose a tag to compare

  • Added NeighborSampler

1.3.0

01 May 09:26

Choose a tag to compare

  • PyTorch 1.1.0

1.2.4

06 Mar 15:13

Choose a tag to compare

  • multi-GPU support