Skip to content

v1.25.0

Latest

Choose a tag to compare

@Josverl Josverl released this 17 Apr 16:13
· 325 commits to main since this release

This release matches the v1.25.0 release of MicroPython.
https://github.com/micropython/micropython/releases/tag/v1.25.0

It also includes a number of updates and corrections to the reference stubs that are reflected in this release,

name version
micropython-esp32-stubs 1.25.0.post1
micropython-esp32-esp32_generic-stubs 1.25.0.post1
micropython-esp32-esp32_generic_c6-stubs 1.25.0.post1
micropython-esp32-esp32_generic_s2-stubs 1.25.0.post1
micropython-esp8266-stubs 1.25.0.post1
micropython-esp8266-esp8266_generic-stubs 1.25.0.post1
micropython-rp2-stubs 1.25.0.post1
micropython-rp2-rpi_pico-stubs 1.25.0.post1
micropython-rp2-rpi_pico2-stubs 1.25.0.post1
micropython-rp2-rpi_pico2_w-stubs 1.25.0.post1
micropython-rp2-rpi_pico_w-stubs 1.25.0.post1
micropython-samd-stubs 1.25.0.post1
micropython-samd-seeed_wio_terminal-stubs 1.25.0.post1
micropython-stm32-stubs 1.25.0.post1
micropython-stm32-pybv11-stubs 1.25.0.post1
------------------------------------------- --------------

What's Changed

  • Add ports by @Josverl in #740
  • Update createstubs.yml and firmware flashing process by @Josverl in #749
  • Add typing tests by @Josverl in #757
  • referecence-stubs/time : Use _Time8Tuple for all relevant time methods. by @Josverl in #772
  • fix: Add kwargs TypeVar. Accept bound & other by @markusand in #777
  • Reference/rp2 by @Josverl in #779
  • feat: Add Protocol by @markusand in #795
  • Enhance MicroPython stubs and improve type hints for compatibility by @Josverl in #804
  • Document additional static type checking without a typing module by @Josverl in #805
  • Corrected error in machine.UART.irq by @Tinyu-Zhao in #809

New Contributors

  • @markusand made their first contribution in #777
  • @Tinyu-Zhao made their first contribution in #809

Full Changelog: v1.22.0...v1.25.0