2.0.9
- PyTorch 1.10 support
- Allow loading of CPU wheels in a PyTorch CUDA installation #229 (thanks to @aphedges)
- Removed unnecessary
eps
argument inscatter_softmax
#238 (thanks to @Veason-silverbullet) - Resolved
torch.floor_divide
deprecation warnings #236 (thanks to @digital-idiot) - Added a
dim_size
argument toscatter_softmax
andscatter_log_softmax
#243 (thanks to @mallamanis)