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.
brightway-lca/brightway-live#41 by @michaelweinold
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:
brightway-lca/brightway-hub#7 by @cmutel and @michaelweinold
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:
brightway-lca/brightway-live#8 by @michaelweinold
brightway-lca/brightway-live#9 by @michaelweinold (already in Pyodide package list)
Changed#
The GitHub Actions workflow was updated to use the latest versions of actions:
brightway-lca/brightway-live#33 by @michaelweinold
Fixed#
brightway-lca/brightway-live#30 by @michaelweinold
brightway-lca/brightway-live#29 by @cmutel
brightway-lca/brightway-live#22 by @michaelweinold (was added in Pyodide version 0.24.0)
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:
brightway-lca/brightway-hub#8 by @michaelweinold
brightway-lca/brightway-hub#9 by @michaelweinold
dev versions of Brightway packages (eg. bw2io==0.9dev22) were added to conda to facilitate the emscripten-forge build:
brightway-lca/brightway-hub#19 by @michaelweinold with help from @m-rossi
Changed#
The GitHub Actions workflow was updated to use the latest versions of actions:
brightway-lca/brightway-live#33 by @michaelweinold
Fixed#
Various build issues were fixed:
brightway-lca/brightway-hub#3 by @michaelweinold
brightway-lca/brightway-hub#18 by @michaelweinold
brightway-lca/brightway-hub#23 by @michaelweinold and @cmutel
brightway-lca/brightway-hub#26 by @michaelweinold and @cmutel
emscripten-forge/empack#81 by @DerThorsten