Skip to content

2.0.9

Compare
Choose a tag to compare
@rusty1s rusty1s released this 22 Oct 09:39
· 74 commits to master since this release
  • PyTorch 1.10 support
  • Allow loading of CPU wheels in a PyTorch CUDA installation #229 (thanks to @aphedges)
  • Removed unnecessary eps argument in scatter_softmax #238 (thanks to @Veason-silverbullet)
  • Resolved torch.floor_divide deprecation warnings #236 (thanks to @digital-idiot)
  • Added a dim_size argument to scatter_softmax and scatter_log_softmax #243 (thanks to @mallamanis)