github pyscript/pyscript 2026.2.1

9 hours ago
  • Removed warnings about window and document when sync_main_only config property is true: #2434
  • Improved errors on bootstrap when the config cannot be parsed or contains errors: #2435
  • Updated Pyodide to its 0.29.3 version: https://pyodide.org/en/stable/project/changelog.html
  • Improved packages resolution by ignoring case-sensitive names: pyscript/polyscript#168
  • Removed the legacy, archived, toml-j0.4 parser #2442 in favor of our own improved basic-toml parser pyscript/polyscript#171
  • Improved pyscript.web API where el.append("string") will now work as expected: #2447 Thanks to new contributor @iliketocode2.
  • Docstring fixes so Markdown API docs render properly: #2449
  • Ensure the remove method for CSS classes is more forgiving (it logs a warning rather than throws an exception if the class to be removed does not exist): #2450
  • Documentation updates given feedback by users: pyscript/docs#209 pyscript/docs#210 (thanks for the suggestion @clayote).

Don't miss a new pyscript release

NewReleases is sending notifications on new releases.