Skip to content

Commit

Permalink
4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Jan 15, 2025
1 parent 8582df7 commit baeb7c8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# `bw2data` Changelog

## 4.4 (2025-01-15)

* [PR #226: Rebase revisions when necessary](https://github.com/brightway-lca/brightway2-data/pull/226)
* [Fix #227: Setting impact category `num_cfs` not saved to disk](https://github.com/brightway-lca/brightway2-data/issues/227)
* [PR #213: Remove parentheses and curly braces from FTS5 search queries](https://github.com/brightway-lca/brightway2-data/pull/213)

## 4.3 (2024-12-03)

* BREAKING CHANGE: Removed looking up node attributes in reference product edges using `node['foo']` (i.e. `node.__getitem__()`). The code searching for reference product edges was incorrect - when it was correct to search for both functional inputs and outputs, there was a severe performance degradation as all edges needed to be loaded and examined.
Expand Down
2 changes: 1 addition & 1 deletion bw2data/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"weightings",
]

__version__ = (4, 3)
__version__ = (4, 4)

from bw2data.configuration import config, labels
from bw2data.project import projects
Expand Down

0 comments on commit baeb7c8

Please sign in to comment.