Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoDiepers committed Sep 18, 2024
1 parent e2cdc2f commit 6b5c6e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
* Added optional `starting_datetime` argument to `TimexLCA.build_timeline` (https://github.com/brightway-lca/bw_timex/pull/93)
* Allow multiple calls of `build_timeline` using the same `TimexLCA` object, e.g., using different `starting_datetime`s (https://github.com/brightway-lca/bw_timex/pull/94)

## [0.2.2] - 2024-09-18
* Added optional `starting_datetime` argument to `TimexLCA.build_timeline` explicitly. Before, it was buried in *args, which were passed to the underlying graph traversal (https://github.com/brightway-lca/bw_timex/pull/93)
* Allow multiple calls of `build_timeline` using the same `TimexLCA` object, e.g., using different `starting_datetime` (https://github.com/brightway-lca/bw_timex/pull/94)
* Fixed unintuitive rounding down of timestamps in dynamic characterization. 2024-12-31 would have been rounded to 2024, whereas 2025 makes more sense here. Now we round to the nearest year (https://github.com/brightway-lca/bw_timex/commit/21fa55bbcafee196447840c6518b5fee49fb6660)

## [0.2.1] - 2024-09-16
Expand Down
2 changes: 1 addition & 1 deletion bw_timex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from .timeline_builder import TimelineBuilder
from .timex_lca import TimexLCA

__version__ = "0.2.1"
__version__ = "0.2.2"

0 comments on commit 6b5c6e9

Please sign in to comment.