Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate librosa to the latest version #14

Open
MichaelTamaki opened this issue Oct 18, 2016 · 3 comments
Open

Migrate librosa to the latest version #14

MichaelTamaki opened this issue Oct 18, 2016 · 3 comments

Comments

@MichaelTamaki
Copy link
Contributor

The test suite stated that v. 1.6.1 is being used. We will need to check if the test suite still works with the latest version of Librosa if its available.

@MichaelTamaki
Copy link
Contributor Author

MichaelTamaki commented Oct 20, 2016

Librosa v. 1.6.1 actually does not exist, the latest version available is 0.4.3. When I tried installing 1.6.1, I got:
Could not find a version that satisfies the requirement librosa==1.6.1 (from -r requirements.txt (line 3)) (from versions: 0.2.0.linux-x86_64, 0.2.1.linux-x86_64, 0.2.0, 0.2.1, 0.3.0, 0.3.1, 0.4.0rc2, 0.4.0, 0.4.1rc0, 0.4.1, 0.4.2, 0.4.3rc0, 0.4.3)
We will have to test which versions work, or implement the latest version.

@fatmai
Copy link
Contributor

fatmai commented Oct 21, 2016

yeah, v.0.4.3 is the one we will use.

@MichaelTamaki
Copy link
Contributor Author

While reading through the Feature Extraction Demo, https://github.com/machine-shop/music-features/blob/master/tutorials/FeatureExtraction.Demo.ipynb, I found that it says that Librosa v0.4.0 is used. I wonder what improvements were made thus far?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants