Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# `bw2data` Changelog

## 4.7 (2026-05-13)

* [#265: Write `database_dependencies` to datapackage metadata](https://github.com/brightway-lca/brightway2-data/pull/265)
* [#266: Add memoization cache to `get_id()` with signal-based invalidation](https://github.com/brightway-lca/brightway2-data/pull/266)
* [#268: Use raw SQLite `executemany` for bulk database writes](https://github.com/brightway-lca/brightway2-data/pull/268)
* [#270: Fix unclosed sqlite3 connections in `updates.py`](https://github.com/brightway-lca/brightway2-data/pull/270)

## 4.6.2 (2026-04-15)

* Version bump; 4.6.1 was not published to PyPI
Expand Down