Skip to content

Commit

Permalink
v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoDiepers committed Jul 11, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 7f5b197 commit 1b79d60
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.1.6 (2024-07-11)
* Performance improvements
* Added option to calculate the dynamic LCI directly from the timeline without expanding the technosphere matrix

## v0.1.5 (2024-06-28)
* Refactored dynamic characterization to separate package [dynamic_characterization](https://github.com/TimoDiepers/dynamic_characterization)

2 changes: 1 addition & 1 deletion bw_timex/__init__.py
Original file line number Diff line number Diff line change
@@ -6,4 +6,4 @@
from .timex_lca import TimexLCA
from .helper_classes import SetList

__version__ = "0.1.5"
__version__ = "0.1.6"

0 comments on commit 1b79d60

Please sign in to comment.