What's Changed
* Fix NaN treatment in `logsumexp` (https://github.com/rusty1s/pytorch_scatter/pull/369)
* Optimize `segment_coo` and `segment_csr` for `torch.bfloat16` and `torch.half` (https://github.com/rusty1s/pytorch_scatter/pull/375)
* Add PyTorch 2.1.0 support (https://github.com/rusty1s/pytorch_scatter/pull/395)
New Contributors
* jamesmyatt made their first contribution in https://github.com/rusty1s/pytorch_scatter/pull/376
* AgarwalSaurav made their first contribution in https://github.com/rusty1s/pytorch_scatter/pull/377
**Full Changelog**: https://github.com/rusty1s/pytorch_scatter/compare/2.1.1...2.1.2