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.
Nothing yet.
0.1.2 - 2022-03-21
- Modified slightly metrics computation to avoid getting nan in some cases (issue #5)
0.1.1 - 2022-03-18
- Removed CI for python 3.6, Added for python 3.10
- 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
- Functions for scale-invariant metrics
si_bss_eval_sources
,si_sdr
,si_sdr_loss
- Functions for PIT loss
sdr_pit_loss
andsi_sdr_pit_loss
- Removes a stray
print
statement fromsdr_loss