Skip to content

v0.2.2

Compare
Choose a tag to compare
@TimoDiepers TimoDiepers released this 18 Sep 07:15
· 46 commits to main since this release
  • Added optional starting_datetime argument to TimexLCA.build_timeline explicitly. Before, it was buried in *args, which were passed to the underlying graph traversal (#93)
  • Allow multiple calls of build_timeline using the same TimexLCA object, e.g., using different starting_datetime (#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 (21fa55b)