New
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 https://github.com/v923z/micropython-ulab/pull/669
- Removed Pycom reference by @andypiper in https://github.com/v923z/micropython-ulab/pull/675
- Add missing type hints to
carrayby @elpekenin in https://github.com/v923z/micropython-ulab/pull/680 - numpy/random.c: fix use of MICROPY_PY_RANDOM_SEED_INIT_FUNC by @dhalbert in https://github.com/v923z/micropython-ulab/pull/684
- Roll fix by @v923z in https://github.com/v923z/micropython-ulab/pull/687
- Add keyword arguments to spectrogram by @v923z in https://github.com/v923z/micropython-ulab/pull/657
New Contributors
- @andypiper made their first contribution in https://github.com/v923z/micropython-ulab/pull/675
- @page200 made their first contribution in https://github.com/v923z/micropython-ulab/pull/678
- @elpekenin made their first contribution in https://github.com/v923z/micropython-ulab/pull/680
- @dhalbert made their first contribution in https://github.com/v923z/micropython-ulab/pull/684
Full Changelog: https://github.com/v923z/micropython-ulab/compare/6.5.2...6.5.5