This is the second pre-release for version 0.11.0.
Known issues
Full python 3.13 support currently requires manually installing the following packages:
standard-aifc
standard-sunau
With pip, this can be done by calling python -m pip install standard-aifc standard-sunau
.
This step is not required for python 3.12 or earlier.
Windows users with python 3.13 environments may encounter problems with the optional samplerate
backend package for sample rate conversion. Other platforms are (to our knowledge) unaffected, as are earlier python versions on windows. Users who only use the default sample rate conversion settings should not be affected.
What's Changed
- Fix name collision for norm argument in mfcc by @ssslakter in #1844
- Remove .H for conjugate().T by @bmcfee in #1851
- [documentation][Issue #1855] Update Fast Mellin Transform doc example by @dhunstack in #1856
- fix onset documentation specshow samplerate by @BenedictSt in #1858
- Updating github issue templates by @bmcfee in #1860
- Faster abs2 on real inputs by @bmcfee in #1864
- Revised dtw docstring, fixes #1741 by @bmcfee in #1866
- Various doc updates 0.11 by @bmcfee in #1878
- Improved CMND implementation for YIN / pYIN by @dsuedholt in #1882
- Update effects.py by @scottvr in #1891
- bump codecov action to v5 by @bmcfee in #1898
- declare numba requirement before numpy by @dsuedholt in #1897
- allow skipping linkchecks on ~dpwe by @bmcfee in #1899
- fixed pooch registry regression from #1829 by @bmcfee in #1900
- Modernize for 2024/5 by @bmcfee in #1903
- implemented testing with network isolation by @bmcfee in #1911
- 0.11.0rc0 release prep by @bmcfee in #1907
- Deprecate set_fftlib, update fftpack uses by @bmcfee in #1916
- PR for 0.11.0rc1 by @bmcfee in #1913
New Contributors
- @ssslakter made their first contribution in #1844
- @dhunstack made their first contribution in #1856
- @BenedictSt made their first contribution in #1858
- @dsuedholt made their first contribution in #1882
- @scottvr made their first contribution in #1891
Full Changelog: 0.10.2.post1...0.11.0rc1