Skip to content

Commit e895747

Browse files
authored
Bump version to 1.2 and update changelog (#88)
1 parent 3dd137b commit e895747

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# `bw_processing` Changelog
22

3+
## [1.2] - 2026-05-26
4+
5+
* [PR #87: Default to `ZIP_DEFLATED` compression in `generic_zipfile_filesystem`; index arrays compress to ~10% of original size, reducing large datapackages ~](https://github.com/brightway-lca/bw_processing/pull/87)
6+
37
## [1.1.1] - 2026-04-27
48

59
* [PR #84: Fix `MatrixEntry.loc` defaulting to NaN for no-uncertainty types; raise `ValueError` on inconsistent `loc`/`amount`; use `stats_arrays` class IDs with integer fallback](https://github.com/brightway-lca/bw_processing/pull/84)

src/bw_processing/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"UndefinedInterface",
3030
)
3131

32-
__version__ = "1.1.1"
32+
__version__ = "1.2"
3333

3434

3535
from bw_processing.array_creation import create_array, create_structured_array

0 commit comments

Comments
 (0)