Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoDiepers committed Sep 16, 2024
1 parent 8377481 commit 1647200
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion 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]
* Fixed functions for creating labelled matrix representations

## [0.2.1] - 2024-09-16
* Added labels and units to the yaxis in `TimexLCA.plot_dynamic_characterized_inventory()`
* Fixed functions for creating labelled matrix representations

## [0.2.0] - 2024-09-13
* Added utility function [`utils.add_temporal_distribution_to_exchange()`](https://github.com/brightway-lca/bw_timex/blob/a85349bdc43d98be559a7ce17d0b686098decec6/bw_timex/utils.py#L341) for easier temporalization of existing models
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.0"
__version__ = "0.2.1"

0 comments on commit 1647200

Please sign in to comment.