Skip to content

Commit

Permalink
0.9.dev35
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Sep 2, 2024
1 parent aac8124 commit 94f97d0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# `bw2io` Changelog

### 0.9.DEV35 (2024-09-02)

* Add method to directly apply `randonneur` transformations
* Add `create_new_database_for_flows_with_missing_top_level_context` method
* Add `normalize_simapro_labels_to_brightway_standard` method
* Add `match_against_top_level_context` function
* Add `match_against_only_available_in_given_context_tree` method
* Add `create_regionalized_biosphere_proxies` method
* Allow `add_extra_attributes`

### 0.9.DEV34 (2024-08-21)

* Restore Py 3.9 compatibility
Expand Down
2 changes: 1 addition & 1 deletion bw2io/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"useeio20",
]

__version__ = "0.9.DEV34"
__version__ = "0.9.DEV35"

from .backup import (
backup_data_directory,
Expand Down

0 comments on commit 94f97d0

Please sign in to comment.