- Update of the documentation theme and adaption of the new example gallery, no changes to the code base.
This is the last minor release of spharpy before full integration into the pyfar ecosystem. The next release will be version 1.0.0 which will depend on pyfar >= 0.6.0 and rely on pyfar's pyfar.Coordinates class as a replacement for spharpy's spharpy.samplings.Coordinates class.
Changes:
- Add normalization for distortionless response beamforming weights (PR #30)
- Minor refactoring in beamforming weight calculations (PR #30)
- Change dependency to pyfar versions < 0.6.0 (PR #35)
- Adaptations to the repository move to pyfar/spharpy (PR #32)
- Introduce support for pyfar.Coordinates alongside spharpy's implementation (PR #24). This is the initial step of a full transition in future versions.
- Minor refactorings of tests (PR #25)
- Updates to the documentation (PR #26)
- Bugfix: Round values smaller than eps in sph2cart (PR #27)
- Bugfix: Replace deprecated numpy wrappers for built-in python types (PR #20)
- Refactor axes handling in plots, required as getting the current axis while specifying a specific projection is deprecated (PR #21)
- Drop support for Python 3.7 (PR #23)
- Bugfix for the aperture function of vibrating spherical caps
- SH Rotation class derived from scipy rotations
- Implement Wigner-D Rotations
- SmoothBivariateSpline Interpolation on the sphere
- New phase colormap for balloon plots
- Switch to CircleCI for unit-testing
- Updated readthedocs.org
- Minor documentation fixes and flake8 consistency changes
- Replace broken link in hyperinterpolation sampling download.
- Bugfix in modal strength calculation for rigid spheres
- Update equal area partitioning documentation
- Removed C extensions for spherical harmonics and special functions
- Spherical harmonic basis gradient
- Interior point sampling for eigenvalue stabilization
- Weight calculation for beamforming algorithms
- Added more map projection plots and map data interpolation
- Several bugfixes for plot functions
- Last release version with C extension
- Refactored C extensions with OpenMP support
- Sampling class
- Spherical Voronoi diagrams
- Added Geocentric to Cartesian coordinate transform
- Added Coordinate class object
- New plot functions
- Bugfixes
- First release