8000 Release 2024.10.1 · pyscript/pyscript · GitHub
[go: up one dir, main page]

Skip to content

2024.10.1

Compare
Choose a tag to compare
@ntoll ntoll released this 07 Oct 13:48
· 52 commits to main since this release
febbb03

Release notes

  • Many updates to refactor / clean / re-organise the repository (without actually changing functionality). #2190, #2191, #2192, #2197, #2201, #2204 This puts us in a good state for future API refactoring and development.
  • When using packages with Pyodide, automatically cache repeatedly required packages so bootstrap speed improves. #2205
  • Add a new JavaScript donkey API that makes it easy to spin up PyScript workers for future Python work without the need to use <script> tags to start PyScript. #2210
  • Improved memory usage when multiple workers/interpreters are used on the same page. #2195
0