ARM-software / CMSIS-DSP

CMSIS-DSP embedded compute library for Cortex-M and Cortex-A
https://arm-software.github.io/CMSIS-DSP
Apache License 2.0
454 stars 122 forks source link

Version 1.9.8: unfixed numpy from 1.22 #148

Closed jeremitu closed 2 weeks ago

jeremitu commented 5 months ago

In PythonWrapper I removed the explicit dependency on numpy 1.22 and successfully tested the new version on Windows and Linux. At the time of writing Google Colab uses numpy 1.23 and numpy 1.26 is common, both have been tested with. I fixed some bugs and inconsistencies in distance and window. Rigorous testing would require major changes in the examples.

christophe0606 commented 5 months ago

@jeremitu Thanks for this. I am currently working on something else so it will take me some time before I can merge this PR and regenerate the wrapper binary to support latest colab NumPy. But I'll do it as soon as I can.