From 24340e36757691f8be8f12fa517842a129d316c6 Mon Sep 17 00:00:00 2001 From: Chris Mutel Date: Tue, 7 May 2024 08:39:01 +0200 Subject: [PATCH 1/2] Remove invalid license classifier --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b99c485..baa0ec0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,6 @@ classifiers = [ "Topic :: Scientific/Engineering :: Information Analysis", "Topic :: Scientific/Engineering :: Mathematics", "Topic :: Scientific/Engineering :: Visualization", - "License :: BSD-3-clause", ] requires-python = ">=3.9" dependencies = [ From b8c50b0461b29cb84d903d255a810ada4274f236 Mon Sep 17 00:00:00 2001 From: Chris Mutel Date: Tue, 7 May 2024 08:48:43 +0200 Subject: [PATCH 2/2] 0.9.DEV27 --- CHANGES.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index aa3f00d..bf3617c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,17 @@ # `bw2io` Changelog +### 0.9.DEV27 (2024-05-07) + +* [#256 Change to new packaging template](https://github.com/brightway-lca/brightway2-io/pull/256) +* [#253 Complete ecospold1 import and export](https://github.com/brightway-lca/brightway2-io/pull/253) +* [#252 Water lake and missing geodata](https://github.com/brightway-lca/brightway2-io/pull/252) +* [#251 Added missing localized water flow](https://github.com/brightway-lca/brightway2-io/pull/251) +* [#237 Add CAS numbers](https://github.com/brightway-lca/brightway2-io/pull/237) +* [#235 add flexibility to `backup_project_directory()`](https://github.com/brightway-lca/brightway2-io/pull/235) +* [#217 Missing attribute during import](https://github.com/brightway-lca/brightway2-io/pull/217) +* [#216 Ensure categories are tuple](https://github.com/brightway-lca/brightway2-io/pull/216) +* Add extractor for SimaPro LCIA 9.5 Project CSV files + ### 0.9.DEV26 (2023-11-12) * Change `import_ecoinvent_release` to allow patching existing biosphere databases