Releases: brightway-lca/bw_timex
Releases · brightway-lca/bw_timex
v0.2.0
- 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
v0.1.8
- Moved dynamic characterization functionality completely to dynamic_characterization. In the course of this, dynamic characterization was updated and it's much faster now. See also brightway-lca/dynamic_characterization#3
v0.1.7
- Fixed some dependencies
v0.1.6
- Performance improvements
- Added option to calculate the dynamic LCI directly from the timeline without expanding the technosphere matrix
v0.1.5
- Refactored dynamic characterization to separate package dynamic_characterization
v0.1.4
v0.1.3
- Renamed repo and package to bw_timex
- Fixed error in dynamic characterization if IDs were stored as flow identifiers in methods
v0.1.2
Update to match Bugfix in bw_temporalis v1.1: static_activity_indices are database IDs instead of matrix IDs
v0.1.1
Updates to user-friendliness before SETAC conference