Skip to content

v0.2.0

Compare
Choose a tag to compare
@TimoDiepers TimoDiepers released this 13 Sep 07:26
· 178 commits to main since this release
  • Added utility function utils.add_temporal_distribution_to_exchange() for easier temporalization of existing models
  • Added more clarifying docstrings, created a "Getting Started" section in the docs as well as a getting_started.ipynb. Also overhauled existing example notebooks.
  • Changed naming of the different score attributes to be more clear and turned them into a @property:
    • TimexLCA.base_score := TimexLCA.static_lca.score (no time-explicit information)
    • TimexLCA.static_score := TimexLCA.lca.score (time-explicit LCI w/ static characterization)
    • TimexLCA.dynamic_score := TimexLCA.characterized_inventory["amount"].sum() (time-explicit LCI w/ dynamic characterization, summed overall score)
  • Fixed amounts for negative production amounts #83