Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Sep 12:16
· 3 commits to main since this release
  • 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