ui Changelog
[0.49.2] - 2026-04-08
fix bug when getting empty “comment” field for a node
[0.49.1] - 2026-04-08
show available products for a plain process when attempting to do G on a plain process
[0.49.0] - 2026-04-08
implement backup and restore project commands
add
lprodscommand to list product-like nodes only (productandprocess_with_reference_product), reducing LCIA failures from selecting process-only nodesfix #77, refuse to do lcia on “process” type of nodes
[0.47.2]
correctly specify licensing terms for packaging
[0.47.1]
fix #70: method category selection works now for biosphere nodes
fix #64: if categories are empty, do not display “None” in prompt & options
[0.47.0]
Removed the web-browser dead code and deps
[0.46.0]
New feature: compare LCIA results of multiple activities + ascii chart 🩵
[0.45.0]
Fix: when flows don’t have categories, default to printing empty string in the cfs command.
[0.44.0]
Fix issue 52: supplying faulty ids to a command, gracefuly fails now
Feature: show production exchanges of selected activity
[0.43.0]
Fix search incompatibility with FTS5
[0.42.0]
Fix method listing when project is empty
[0.41.0]
fix #51: show cfs for namespaced methods
G command output includes method namespace if avail
[0.40.0]
sync bw2 and bw25 support for MultiLCA
[0.39.0]
support new MultiLCA class API changes
[0.38.0]
better handling of text flow for ii text fields
[0.37.0]
add option to search by CAS number (only biosphere dbs)
[0.36.0]
add command to show uncertainty fields of exchanges (“un”)
[0.35.0]
use brightwaylib cookiecutter recipe to build the package
[0.34.0]
Added
feature to search by reference product. search now allows to search location & categories without providing search criterion
[0.33.0]
Fixed
issue #13 : history works fine
[0.31.1]
Minor bump to fix pipelines.
[0.31.0]
Added
ca command to print the recursive lcia calculation.
sc command to print the recursive supply chain.
Fixed
ta and te commands work again.
[0.30.0]
Added
up command to display pedigree data on exchanges if available
show CFS for full methods or per selected biosphere3 activity
add command to output cf lists as tsv, or results of LCIA calculation
support numerical activity ids (as used in bw25)
[0.29.0] - 2022-08-22
Added
Full compatibility with brightway25
[0.28.0] - 2022-06-13
Added
Feature #11 - search by location (useful for biosphere flows)
[0.27.0] - 2021-06-17
Added
Fix #10
[0.26.0] - 2021-04-02
Added
Fix #9
[0.25.0] - 2020-09-16
Added
The package is architecture independant, but requires conda > 4.3 to be installed
Commands to list and search parameters
[0.24.0] - 2020-01-30
Added
Show formulas for parameterized exchanges
[0.23.0] - 2019-07-15
Added
Top emissions and Top activities commands
Changed
[0.22.0] - 2019-06-26
Changed
Fixed listing of downstream consumers
Fixed listing of classifications instead of categories
[0.21.0] - 2019-06-25
Added
s -loc {CODE} stringallows to search by location
bw2data (at least up to 3.5) Whoosh search schema treats the location field as text. Searching for location {CA-CQ} would yield no results, but searching for location {CA} would bring all CA-xx locations. The s -loc feature will do a full search and filter afterwards if the provide location contains any of the following
specials = [' ', '/', '-', '&']
Changed
default search_limit is now 100 results
[0.20.0] - 2019-04-24
Added
aacommand lists all activities in an active database
[0.19.0] - 2019-03-11
Added
Gcommand will do an LCIA if an activity and method(s) are selected
[0.18.2] - 2015-03-08
Fix issue #6 <https://bitbucket.org/cmutel/brightway2-ui/issue/6/bw2-controller-typeerror-safe_colorama>__
[0.18.1] - 2014-09-03
Bugfix for database health check template.
[0.18] - 2014-09-03
FEATURE: Add database facet views, e.g. by location or unit.
Updated jquery and background javascript libraries.
[0.17] - 2014-08-30
FEATURE: Add database health check. Requires
bw2analyzer>= 0.6.FEATURE: Add Whoosh-based searching using
bw2search.
[0.16] - 2014-08-26
FEATURE: New supply chain visualization in activity browser.
[0.15] - 2014-07-30
Updated dependencies.
[0.14] - 2014-06-14
CHANGE: Using
entry_pointsinstead ofscriptsin setup.py allows scripts that are exectuable in Windows. New names arebw-web(instead ofbw2-web.py),bw2-controller, andbw2-browser.
[0.13] - 2014-06-13
CHANGE: Change bw2ui.web.app to web_app to avoid naming conflicts
CHANGE: Remove some assumptions about Database and Method metadata