- 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
andSolidHarmonics
as subclasses oftorch.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