v0.1.0-beta
v0.1.0-beta (2023-09-16)
See also the development meeting minutes.
Not related to a specific Branch
Added
Deprecated packages and those with pure-Python alternatives were removed from the Brightway dependency list:
- #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
:
- #8 by @michaelweinold
- #9 by @michaelweinold (already in Pyodide package list)
Changed
The GitHub Actions workflow was updated to use the latest versions of actions:
Fixed
- #30 by @michaelweinold
- #29 by @cmutel
- #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
:
- #8 by @michaelweinold
- #9 by @michaelweinold
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
Changed
The GitHub Actions workflow was updated to use the latest versions of actions:
Fixed
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