0.6.10
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]andcol.max() < sparse_sizes[1]when creating aSparseTensorin order to avoid unexpected behavior (thanks to @Adam1679) partitionnow supports the additional optional argumentnode_weight(thanks to @Spazierganger)