Skip to content

Commit

Permalink
0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Nov 27, 2024
1 parent a8c9054 commit 32b0253
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# `bw2io` Changelog

## 0.9 (2024-11-27)

* Allow separate products for SimaPro block CSV importer
* Add more filter options to `link_iterable_by_fields`
* Make printed importer statistics better
* [#284 Add `ecospold2` product information from `MasterData/IntermediateExchanges.xml`](https://github.com/brightway-lca/brightway2-io/issues/284)
* [#282 Exchange Extractor for Ecospold2 only extracts CPC classification](https://github.com/brightway-lca/brightway2-io/issues/282)
* [#272 Clear Parameters as part of `overwrite=True`](https://github.com/brightway-lca/brightway2-io/pulls/272)

### 0.9.DEV41 (2024-10-15)

* Also convert `market group for electricity` to `kWh`
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.DEV41"
__version__ = "0.9"

from .backup import (
backup_data_directory,
Expand Down

0 comments on commit 32b0253

Please sign in to comment.