Skip to content

2024.4.2

Compare
Choose a tag to compare
@ntoll ntoll released this 24 Apr 15:18
· 14 commits to main since this release
83c2afe

PyScript Release

  • fixed MicroPython untar and unzip paths with sub folders: pyscript/polyscript#97
  • updated MicroPython to its 1.22.0-335 latest version: micropython/micropython#14318 (comment)
    • fixed an issue with too much code to handle in MicroPython
    • fixed an Emscripten issue with modules waiting to be loaded
  • fixed an issue with HTML class in MicroPython #2033
  • temporarily removed PyWeb from the stdlib due "too much code" issue (fixed) but also due to the fact it was not possible to test it successfully on MicroPython. This is likely going to be reverted as soon as the work on PyWeb module is completed: #1960

Experimental

  • the polyscript module now exports a lazy_py_modules helper to allow, in the near future, PyScript to also import outside the config one or more packages at runtime: pyscript/polyscript#95 ... feel free to from polyscript import lazy_py_modules and test it before we land it on PyScript too. See the related documentation to better know how to use it
  • still in polyscript there is now an experimental support for WebR: pyscript/polyscript#93 ... feel free to experiment with <script type="webr"></script> in the wild but watch out missing features