Skip to content

Latest commit

 

History

History
91 lines (52 loc) · 3.65 KB

CHANGELOG.md

File metadata and controls

91 lines (52 loc) · 3.65 KB

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.

  • #41 by @michaelweinold

Minor build issues were fixed:

Not related to a specific Branch

Various Brightway issues related to the emscripten platform were fixed, such that `` now works:

  • #39 by @cmutel
  • #38 by @cmutel

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:

  • #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:

Changed

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

  • #33 by @michaelweinold

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:

  • #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:

  • #33 by @michaelweinold

Fixed

Various build issues were fixed: