Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoDiepers committed Feb 7, 2025
1 parent cc75150 commit cfcd47b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0] - 2025-02-07
* Renamed various variables. The main user-facing API change is `database_date_dict` -> `database_dates`. Others are mainly internal, see https://github.com/brightway-lca/bw_timex/commit/991943cd0ea9c0185baace3b84c75abd46b4bd59 and https://github.com/brightway-lca/bw_timex/commit/554a67cc7796264be888840c1c9431f64952fd66.
* Added a function to disaggregate the background LCI. This means that the aggregated biosphere flows of the upstream supply chains of temporal markets are distributed back to the original producers from the background database.
* Various speed improvements

## [0.2.6] - 2024-09-25
* Fixed rounding in dynamic_lcia to avoid duplicate entries in dynamic inventory

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.8"
__version__ = "0.3.0"

0 comments on commit cfcd47b

Please sign in to comment.