Remove pyprind
dependency
Remove incorrect dependencies
- #23: Remove the length limit on the printed strings
- #22: Fix contribution analysis error
- #21: Badges
- Add
use_matrix_values
torecursive_calculation_to_object
andprint_recursive_calculation
for Monte Carlo - Add passing custom LCA classes to
recursive_calculation_to_object
andprint_recursive_calculation
for Monte Carlo and regionalized LCA
- Add
recursive_calculation_to_object
function which returns lists or pandas DataFrames.
- PR #19: Fixed negative contributions. Thanks @nabilahmed739.
- PR #12: Add helper function to label life cycle inventory. Thanks @BenPortner.
- PR #11: Add biosphere activity information to
multi_recurse_tagged_database
. Thanks Thanks @BenPortner. - PR #10: Include biosphere activity information in tagged graph traversal . Thanks @BenPortner.
- Brightway 2.5 compatibility
- Removed
DatabaseExplorer
- Removed
ParameterFinder
- Deprecated
SerializedLCAReport
- Add
compare_activities_by_grouped_leaves
function. - Add
find_differences_in_inputs
function. - Add
compare_activities_by_lcia_score
function. - Add
print_recursive_calculation
andprint_recursive_supply_chain
utility functions. - Add dependencies on
pandas
and tabulate.
- Merge PR #2, allowing for more powerful tagged graph traversal
- Fix error in nonunitary production for
traverse_tagged_databases
.
- Fix license text
- Cleaned up setup and license
- Compatibility with bw2data 2.3
- Py3 compatibility
- Updates for compatibility with downstream changes
- Compatibility with bw2calc 1.0 (split products and activities)
- Add ordered matrix graph
Thanks Bernhard Steubing for good ideas and bugfixes.
- ENHANCEMENT: Add amount to annotated top processes and emissions.
- BUGFIX: Propagate kwargs in contribution analysis.
- ENHANCMENT: Add ouroboros health check (processes which consume their own outcome)
- FEATURE: Database health check! Does a number of tests on a Database to see if potential problems can be identified.
Updated dependencies.
- CHANGE: ContributionAnalysis.annotated_top_* will automatically reverse LCA object dictionaries if needed.
- CHANGE: Compatibility fixes with bw2data 0.12 and bw2calc 0.11