Skip to content

Commit 87aa17b

Browse files
committed
Update PolicyEngine Core
1 parent 63263fb commit 87aa17b

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.27.1] - 2026-06-11
2+
3+
### Fixed
4+
5+
- Exempt attributes inherited from a baseline variable (via reform `update_variable`) from the exclusive computation-mode check. The check now applies only to modes a variable class declares itself, so reforms may redeclare a formula variable with `adds`/`subtracts` while inherited baseline formulas keep their runtime precedence. Runtime `uprating` assignments still count as explicit declarations.
6+
7+
18
## [3.27.0] - 2026-06-04
29

310
### Added

changelog.d/exempt-inherited-computation-modes.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "policyengine-core"
3-
version = "3.27.0"
3+
version = "3.27.1"
44
description = "Core microsimulation engine enabling country-specific policy models."
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)