Releases: rusty1s/pytorch_scatter
Releases · rusty1s/pytorch_scatter
2.1.2
What's Changed
- Fix NaN treatment in
logsumexp
(#369) - Optimize
segment_coo
andsegment_csr
fortorch.bfloat16
andtorch.half
(#375) - Add PyTorch 2.1.0 support (#395)
New Contributors
- @jamesmyatt made their first contribution in #376
- @AgarwalSaurav made their first contribution in #377
Full Changelog: 2.1.1...2.1.2
2.1.1
2.1.0
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)