Changelog#

All notable changes to fast_bss_eval will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Unreleased#

Nothing yet.

0.1.2 - 2022-03-21#

Bugfix#

  • Modified slightly metrics computation to avoid getting nan in some cases (issue #5)

0.1.1 - 2022-03-18#

New#

  • Removed CI for python 3.6, Added for python 3.10

Bugfix#

  • For pytorch, the permutation solver would go in an infinite loop when a nan value was present. Corrected and test added.

  • Modified slightly metrics computation to avoid getting nan in some cases (issue #5)

0.1.0 - 2021-10-28#

New#

  • Functions for scale-invariant metrics si_bss_eval_sources, si_sdr, si_sdr_loss

  • Functions for PIT loss sdr_pit_loss and si_sdr_pit_loss

Bugfix#

  • Removes a stray print statement from sdr_loss