* `cat` can now concatenate a list of `SparseTensor`s diagonally by passing `dim=(0,1)` to the function call.
0.6.5
* Better JIT support for `matmul` via `overload` * Replaced `options` arguments with `device` and `dtype` arguments
0.6.4
Added neighborhood sampling functionality via `sample` and `sample_adj`.
0.6.3
* Fixed a bug in `spspmm` on the CPU * Added `sparse_reshape` functionality * Added `bandwidth` utilities
0.6.1
This release introduces random walk and GraphSAINT subgraph functionalities via `random_walk` and `saint_subgraph` to the `SparseTensor` class.
0.6.0
This release introduces the `partition` function based on the METIS library which re-orders the entries of a `SparseTensor` according to a computed partition. Note that the METIS library needs to be installed and `WITH_METIS=1` needs to be set in order to make use of this function.