Added
- `o3.experimental.FullTensorProductv2 | ElementwiseTensorProductv2` for compatibility with `torch.compile(..., fulgraph=True)`
- enable pip caching in CI
- Optional scalar bias term in _batchnorm.py
Changed
- refactor to use pyproject.toml for packaging
- refactor gh community files
- move pylint, coverage and flake8 configuration to pyproject.toml
Fixed
- Fix TorchScript warning "doesn't support instance-level annotations" (437)