Skip to content

Releases: brightway-lca/bw_timex

v0.2.0

13 Sep 07:26
Compare
Choose a tag to compare
  • 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

v0.1.9

09 Aug 11:01
Compare
Choose a tag to compare
  • Allow absolute temporal distributions (#81)

v0.1.8

17 Jul 10:21
f01c5b0
Compare
Choose a tag to compare

v0.1.7

11 Jul 16:01
Compare
Choose a tag to compare
  • Fixed some dependencies

v0.1.6

11 Jul 11:50
Compare
Choose a tag to compare
  • Performance improvements
  • Added option to calculate the dynamic LCI directly from the timeline without expanding the technosphere matrix

v0.1.5

28 Jun 11:54
Compare
Choose a tag to compare

v0.1.4

15 Jun 12:44
Compare
Choose a tag to compare
  • Handled emissions occuring outside of fixed time horizon in dynamic characterization #46
  • Fix substitution exchanges #53
  • Fix non-unitary production exchanges #55

v0.1.3

07 Jun 12:49
Compare
Choose a tag to compare
  • Renamed repo and package to bw_timex
  • Fixed error in dynamic characterization if IDs were stored as flow identifiers in methods

v0.1.2

27 May 20:58
Compare
Choose a tag to compare

Update to match Bugfix in bw_temporalis v1.1: static_activity_indices are database IDs instead of matrix IDs

v0.1.1

05 May 08:58
Compare
Choose a tag to compare

Updates to user-friendliness before SETAC conference