Releases: rusty1s/pytorch_cluster
Releases · rusty1s/pytorch_cluster
1.5.3
Fixes regarding proper usage of fps
and radius
.
1.5.2
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
This release brings PyTorch 1.3 support to torch-cluster
.
1.4.2
Added flow
argument to the radius_graph
method.
1.4.1
- Added
flow
argument to the knn_graph
method.