This changelog follows the guidelines proposed by the 'keep a changelog' project.
See also the development meeting minutes.
Updated documentation with known limitations and instructions on how to report them through the discussions template.
- #41 by @michaelweinold
Minor build issues were fixed:
Various Brightway issues related to the emscripten platform were fixed, such that `` now works:
Added Sphinx documentation files. The documentation is now available at https://docs.brightway.dev/projects/live/.
Deprecated packages and those with pure-Python alternatives were removed from the Brightway dependency list:
- #7 by @cmutel and @michaelweinold
Initial release of brightway-live
(based on pyodide
).
Based on jupyterlite-pyodide-kernel==0.1.2
(running pyodide==0.24.0
).
Packages lxml
and peewee
are now included in the Pyodide package list. Try import lxml
or import peewee
:
- #8 by @michaelweinold
- #9 by @michaelweinold (already in Pyodide package list)
The GitHub Actions workflow was updated to use the latest versions of actions:
- #33 by @michaelweinold
- #30 by @michaelweinold
- #29 by @cmutel
- #22 by @michaelweinold (was added in Pyodide version 0.24.0)
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:
- #19 by @michaelweinold with help from @m-rossi
The GitHub Actions workflow was updated to use the latest versions of actions:
- #33 by @michaelweinold
Various build issues were fixed:
- #3 by @michaelweinold
- #18 by @michaelweinold
- #23 by @michaelweinold and @cmutel
- #26 by @michaelweinold and @cmutel
- emscripten-forge/empack#81 by @DerThorsten