All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fix #53 - Missing import added
- Fix #52 -
static_activity_indices
supplies database indices, not matrix indices - Merge #46 - Improper set combinations for
static_activity_indices
- Change behaviour when multiplying two absolute distributions. Instead of raising an error it returns the second one.
- Merge #45 - Fix error message for multiple incoming edges
- Merge #37 - Allow matrix edges without database
Exchange
objs
- Fix multiplication of
FixedTD
- Allow division of absolute temporal distributions by numbers. Needed for unusual distributions in supply chain.
- Add experimental node (instead of flow) timeline
- Add
Timeline.add_metadata_to_dataframe
method - Removed
utils.supplement_dataframe
function
- Fix #11 - Support uncertainty in graph traversal propagating to temporal distributions
- Fix #22 - Add a warning when the number of steps is much higher than the possible resolution in
easy
functions - Fix #10 - Support dynamic temporal distributions
- Fix #7 - Add warnings to readme
- Add
FixedTimeOfYearTD
andFixedTD
distributions. - Add structure for dynamic functions to override temporal distributions. Fixes #10.
- Add ability to serialize and deserialize temporal distributions and dynamic distribution functions.
- Fix #15 - Switch
temporal_distribution
to haveamount
sum to one - Fixes for bw_graph_tools version 0.2.2
- Lowered default cutoff values in graph traversal
- New convolution implementation improves speed and removes dependency on
bw2speedups
- Fix #1 - Add utility function to check if temporal distributions sum to amount values
- Fix #6 - Better error message for to_dataframe when timeline is empty
- Fix #8 - Add clustering for to reduce complexity of large
TemporalDistributions
after convolution - Fix #9 - Add utility function to generate temporal distributions
- Fix #12 - Add utility function to visualize temporal distributions
- Can pass custom
graph_traversal
class toTemporalisLCA
Bugfix release
- Change exchange label from
temporal distribution
totemporal_distribution
- Add climate change characterization methods
- Add
supplement_dataframe
utility function
Initial release