- Fix search incompatibility with FTS5
- Fix method listing when project is empty
- fix #51: show cfs for namespaced methods
- G command output includes method namespace if avail
- sync bw2 and bw25 support for MultiLCA
- support new MultiLCA class API changes
- better handling of text flow for ii text fields
- add option to search by CAS number (only biosphere dbs)
- add command to show uncertainty fields of exchanges ("un")
- use brightwaylib cookiecutter recipe to build the package
- feature to search by reference product. search now allows to search location & categories without providing search criterion
- issue #13 : history works fine
Minor bump to fix pipelines.
- ca command to print the recursive lcia calculation.
- sc command to print the recursive supply chain.
- ta and te commands work again.
- 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)
- Full compatibility with brightway25
- Feature #11 - search by location (useful for biosphere flows)
- Fix #10
- Fix #9
- The package is architecture independant, but requires conda > 4.3 to be installed
- Commands to list and search parameters
- Show formulas for parameterized exchanges
- Top emissions and Top activities commands
- Fixed listing of downstream consumers
- Fixed listing of classifications instead of categories
s -loc {CODE} string
allows 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 = [' ', '/', '-', '&']
- default search_limit is now 100 results
aa
command lists all activities in an active database
G
command will do an LCIA if an activity and method(s) are selected
Fix issue #6 <https://bitbucket.org/cmutel/brightway2-ui/issue/6/bw2-controller-typeerror-safe_colorama>
__
Bugfix for database health check template.
- FEATURE: Add database facet views, e.g. by location or unit.
- Updated jquery and background javascript libraries.
- FEATURE: Add database health check. Requires
bw2analyzer
>= 0.6. - FEATURE: Add Whoosh-based searching using
bw2search
.
- FEATURE: New supply chain visualization in activity browser.
Updated dependencies.
- CHANGE: Using
entry_points
instead ofscripts
in setup.py allows scripts that are exectuable in Windows. New names arebw-web
(instead ofbw2-web.py
),bw2-controller
, andbw2-browser
.
- CHANGE: Change bw2ui.web.app to web_app to avoid naming conflicts
- CHANGE: Remove some assumptions about Database and Method metadata