From 94f97d0475ae65d273d4f8503ea55ebff4993dad Mon Sep 17 00:00:00 2001 From: Chris Mutel Date: Mon, 2 Sep 2024 12:57:56 +0200 Subject: [PATCH] 0.9.dev35 --- CHANGES.md | 10 ++++++++++ bw2io/__init__.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 5606c601..511849fb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/bw2io/__init__.py b/bw2io/__init__.py index 00675171..ecbc2cdc 100644 --- a/bw2io/__init__.py +++ b/bw2io/__init__.py @@ -48,7 +48,7 @@ "useeio20", ] -__version__ = "0.9.DEV34" +__version__ = "0.9.DEV35" from .backup import ( backup_data_directory,