6.5.5
In addition to fixing a number of smaller bugs, this release introduces three keyword arguments to the utils
module's spectrogram
method. These arguments should significantly improve on RAM use, and increase execution speed.
What's Changed
- CI: Update some deprecated dependency versions by @Gadgetoid in #669
- Removed Pycom reference by @andypiper in #675
- Add missing type hints to
carray
by @elpekenin in #680 - numpy/random.c: fix use of MICROPY_PY_RANDOM_SEED_INIT_FUNC by @dhalbert in #684
- Roll fix by @v923z in #687
- Add keyword arguments to spectrogram by @v923z in #657
New Contributors
- @andypiper made their first contribution in #675
- @page200 made their first contribution in #678
- @elpekenin made their first contribution in #680
- @dhalbert made their first contribution in #684
Full Changelog: 6.5.2...6.5.5