- All APIs now offer spherical harmonics and solid harmonics (previously `normalized=True/False` respectively)
- New CUDA C++ and JAX APIs
- The Pytorch API now provides `SphericalHarmonics` and `SolidHarmonics` as subclasses of `torch.nn.Module`
- The Pytorch API warns (once) about second derivatives
- Solved bug when the spherical harmonics are called with zero points to calculate (all APIs)
- Various documentation improvements