All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
-
Add configuration for
pyodide pack
loaded from the[tool.pyodide_pack]
section of apyproject.toml
files #35 -
Add
pyidide minify
command to minify the Python packages with AST rewrites by, removing comments and docstrings #23 -
Add support for stdlib bundling in
pyodide pack
#27 -
Add support for packages installed via micropip in
pyodide pack
#31
- Fix a syntax error when stripping docstrings from a function with an empty body #35
- Added support for Pyodide 0.24.0. This is now the minimal supported version of Pyodide. #26
- Fix a syntax error when stripping docstrings from a function with an empty body #35
- the CLI API was changed to
pyodide pack
Initial release