Skip to content

v0.6.0

Compare
Choose a tag to compare
@fakufaku fakufaku released this 01 Dec 00:53
· 110 commits to master since this release

Added

  • New DOA method: MUSIC with pseudo-spectra normalization. Thanks @4bian! Normalizes MUSIC pseudo spectra before averaging across frequency axis.

Bugfix

  • Issue #235 : fails when set_ray_tracing is called, but no mic_array is set
  • Issue #236 : general ISM produces the wrong transmission coefficients
  • Removes an unncessery warning for some rooms when ray tracing is not needed

Misc

  • Unify code format by using Black
  • Add code linting in continuous integration
  • Drop CI support for python 3.5