⚠️ Brightway Live is in Public Beta ⚠️

Changelog#

This changelog follows the guidelines proposed by the ‘keep a changelog’ project.
See also the development meeting minutes.

v0.2.0-beta (2023-09-18)#

Branch main#

Added#

Updated documentation with known limitations and instructions on how to report them through the discussions template.

Minor build issues were fixed:

v0.1.1-beta (2023-09-16)#

Branch main#

Added Sphinx documentation files. The documentation is now available at https://docs.brightway.dev/projects/live/.

v0.1.0-beta (2023-09-16)#

Not related to a specific Branch#

Added#

Deprecated packages and those with pure-Python alternatives were removed from the Brightway dependency list:

Branch pyodide#

Initial release of brightway-live (based on pyodide).
Based on jupyterlite-pyodide-kernel==0.1.2 (running pyodide==0.24.0).

Added#

Packages lxml and peewee are now included in the Pyodide package list. Try import lxml or import peewee:

Changed#

The GitHub Actions workflow was updated to use the latest versions of actions:

Fixed#

Branch emscripten-forge#

Added#

Packages lxml and peewee are now included in the emscripten-forge repository. They can be used to build the site by specifying them in the environment.yml file. In JupyterLite, try import lxml or import peewee:

dev versions of Brightway packages (eg. bw2io==0.9dev22) were added to conda to facilitate the emscripten-forge build:

Changed#

The GitHub Actions workflow was updated to use the latest versions of actions:

Fixed#

Various build issues were fixed: