Closed seyong92 closed 2 years ago
Implement HPSS with median filter to remove the dependency of librosa is the main contribution for this update.
Also, we will remove travis-ci and we will use GitHub Actions for checking errors.
To support Python 3.9 and Python 3.10, we will not support Python 3.6 and Python 3.7 because latest version of NumPy and SciPy do not support them.
What does this PR do? (is there any related issue about this PR?)
Implement HPSS with median filter to remove the dependency of librosa is the main contribution for this update.
Also, we will remove travis-ci and we will use GitHub Actions for checking errors.
To support Python 3.9 and Python 3.10, we will not support Python 3.6 and Python 3.7 because latest version of NumPy and SciPy do not support them.
Why are we doing this?
How to test the new code?
Other comments