Skip to content

0.6.10

Compare
Choose a tag to compare
@rusty1s rusty1s released this 17 Jun 07:00
· 190 commits to master since this release

This release brings PyTorch 1.9.0 and Python 3.9 support to torch-sparse.

Additional functionality

  • Added a check for row.max() < sparse_sizes[0] and col.max() < sparse_sizes[1] when creating a SparseTensor in order to avoid unexpected behavior (thanks to @Adam1679)
  • partition now supports the additional optional argument node_weight (thanks to @Spazierganger)