Skip to content

Commit

Permalink
0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Oct 9, 2023
1 parent 597b4d6 commit 334b7d0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### [0.8] - 2023-10-09

* Add `Timeline.add_metadata_to_dataframe` method
* Removed `utils.supplement_dataframe` function

### [0.7.2] - 2023-10-09

* Fix [#11](https://github.com/brightway-lca/bw_temporalis/issues/11) - Support uncertainty in graph traversal propagating to temporal distributions
Expand Down
2 changes: 1 addition & 1 deletion bw_temporalis/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.2
0.8
8 changes: 4 additions & 4 deletions bw_temporalis/timeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,10 +242,10 @@ def add_metadata_to_dataframe(
Parameters
----------
lca_object : bw2calc.LCA
The already instantiated and calculated LCA class (i.e. `.lci()` and `.lcia()` have already been done)
starting_datetime : datetime.datetime | str
When the functional unit happens. Must be a point in time. Normally something like `"now"` or `"2023-01-01"`.
database_labels : list[str]
List of all databases to load and add metadata from
fields : list[str]
Metadata fields to add.
"""
if not hasattr(self, "df"):
Expand Down

0 comments on commit 334b7d0

Please sign in to comment.