Releases: rusty1s/pytorch_spline_conv
Releases · rusty1s/pytorch_spline_conv
1.2.2
- Added support for PyTorch 2.0
1.2.1
- Reduced the size of shared library files
- CUDA wheels can now also operate on CPU-only devices
1.2.0
This release introduces a fully-traceable SplineConv
operator 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.1.1
This release brings PyTorch 1.3 support to torch-spline-conv
.
1.0.4
- now uses new PyTorch extension API
- PyTorch 0.4.1 compatibility
1.0.3
Added a norm
argument: Whether to normalize output by node degree.