pyodide/CHANGELOG.md

31 lines
767 B
Markdown
Raw Normal View History

## Unreleased
**User improvements:**
2019-03-26 19:32:23 +00:00
- The built-in `sqlite3** module of Python is now enabled.
2019-04-04 12:00:06 +00:00
- New packages: `mne`
2019-03-26 19:32:23 +00:00
**Developer improvements:**
- The `mkpkg` command will now select an appropriate archive to use, rather than
just using the first.
2019-04-04 12:00:06 +00:00
- The included version of emscripten has been upgraded to 1.38.30 (plus a
bugfix).
2019-03-21 17:43:27 +00:00
## Version 0.10.0
**User improvements:**
2019-03-22 06:10:57 +00:00
- New packages: `html5lib`, `pygments`, `beautifulsoup4`, `soupsieve`,
2019-03-21 17:43:27 +00:00
`docutils`, `bleach`
**Developer improvements:**
- `console.html` provides a simple text-only interactive console to test local
changes to Pyodide. The existing notebooks based on legacy versions of Iodide
have been removed.
- The `run_docker` script can now be configured with environment variables.