Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.10.1 source code.tar.gz | 2023-08-15 | 2.2 MB | |
0.10.1 source code.zip | 2023-08-15 | 2.3 MB | |
README.md | 2023-08-15 | 2.3 kB | |
Totals: 3 Items | 4.5 MB | 0 |
This release consists primarily of corrections to documentation and updates to tests and development environment specifications.
What's Changed
- VQT octave boundaries by @bmcfee in https://github.com/librosa/librosa/pull/1677
- redoing 0.10.0.post1 release by @bmcfee in https://github.com/librosa/librosa/pull/1684
- Pin pooch < 1.7 by @bmcfee in https://github.com/librosa/librosa/pull/1686
- Post-release 2 for 0.10.0, pin pooch by @bmcfee in https://github.com/librosa/librosa/pull/1687
- Stricter checks on yin/pyin parameters by @bmcfee in https://github.com/librosa/librosa/pull/1693
- bumping sphinx config, fixes [#1671] by @bmcfee in https://github.com/librosa/librosa/pull/1699
- fixed bins_per_octave's docs type float to int by @kyaryunha in https://github.com/librosa/librosa/pull/1703
- add volume adjustment(rms-mean) at pitch_shift by @kyaryunha in https://github.com/librosa/librosa/pull/1704
- Several small documentation updates by @bmcfee in https://github.com/librosa/librosa/pull/1713
- pin numpy version to < 1.24 in doc environment by @bmcfee in https://github.com/librosa/librosa/pull/1714
- fixed broken 'latest' link generator by @bmcfee in https://github.com/librosa/librosa/pull/1716
- README.md typo fix by @Zenitismus in https://github.com/librosa/librosa/pull/1706
- CI for documentation builds by @bmcfee in https://github.com/librosa/librosa/pull/1718
- reworked lazy loading of matplotlib by @bmcfee in https://github.com/librosa/librosa/pull/1722
- Advanced example for patch generation by @bmcfee in https://github.com/librosa/librosa/pull/1719
- support pooch >= 1.7 by @bmcfee in https://github.com/librosa/librosa/pull/1727
- Consistent conversion of time duration/offset to sample counts by @bmcfee in https://github.com/librosa/librosa/pull/1726
- Update tests for scipy 1.11 by @bmcfee in https://github.com/librosa/librosa/pull/1731
- 0.10.1 release prep by @bmcfee in https://github.com/librosa/librosa/pull/1738
New Contributors
- @kyaryunha made their first contribution in https://github.com/librosa/librosa/pull/1703
- @Zenitismus made their first contribution in https://github.com/librosa/librosa/pull/1706
Full Changelog: https://github.com/librosa/librosa/compare/0.10.0...0.10.1