
Changes Now using MicroPython 1.28+ New features Compared to 0.10.1 webassembly: Can now be used with PyScript. By @jonnor in https://github.com/emlearn/emlearn-micropython/pull/67 linreg: Enable as external C module, include in Webassembly build by @jonnor in https://github.com/emlearn/emlearn-micropython/pull/69 extratrees: Learning decision tree ensembles by @jonnor in https://github.com/emlearn/emlearn-micropython/pull/45 Add Partial Least Squares Regression (PLSR) by @jonnor in https://github.com/emlearn/emlearn-micropython/pull/59 .mpy modules now build and published also for armv7emdp (ARM Cortex M7) Developer improvements Setup automated tests with QEMU by @jonnor in https://github.com/emlearn/emlearn-micropython/pull/72 Improve makefile dependencies by @jonnor in https://github.com/emlearn/emlearn-micropython/pull/70 Full Changelog: https://github.com/emlearn/emlearn-micropython/compare/v0.10.1...0.11.1
