Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2025.5.1 source code.tar.gz | 2025-05-21 | 2.2 MB | |
2025.5.1 source code.zip | 2025-05-21 | 2.3 MB | |
README.md | 2025-05-21 | 987 Bytes | |
Totals: 3 Items | 4.5 MB | 0 |
Release notes
- Updated Pyodide to 0.27.6
- Updated MicroPython to 1.25.0
- Automatic redirect to
localhost
when0.0.0.0
is reached: https://github.com/pyscript/pyscript/pull/2328 - Added
py-editor:done
to know when the editor has done processing: https://github.com/pyscript/pyscript/pull/2329 - Created a polyfill based on ServiceWorker to workaround the latest removal of a dependency when headers are missing or Safari is not working: https://github.com/pyscript/pyscript/pull/2334
- Included all 3rd-party licenses within our package: https://github.com/pyscript/pyscript/pull/2343
- Added
debug
config flag to improve debugging in compatible interpreters (currently only Pyodide): https://github.com/pyscript/polyscript/pull/135 - Rewrote
experimental_create_proxy="auto"
to improve edge cases and overall performance: https://github.com/pyscript/polyscript/pull/134 - improved 2X worker to main performance: https://github.com/pyscript/polyscript/pull/132