Skip to content

0.8.0 - for MicroPython 1.25

Latest
Compare
Choose a tag to compare
@jonnor jonnor released this 31 May 16:22
· 48 commits to master since this release

What's Changed

Convolutional Neural Network

  • CNN: Build both fp32 and int8 modules by @jonnor in #29

New Documentation

Detailed documentation is now available at https://emlearn-micropython.readthedocs.io/en/latest/

Support for building as external C module (experimental)

  • Extmod: Merge .py module code for trees, setup Unix build and tests in CI by @jonnor in #37
  • extmod: Add FFT, arrayutils and CNN by @jonnor in #38
  • extmod: Start support for cmake RP2040/ESP32 by @jonnor in #39
  • extmod: Add more modules to cmake ports by @jonnor in #40
  • Initial testing building as C module by @jonnor in #36

Internal changes

Full Changelog: 0.7.0...0.8.0