Skip to content

Commit 380dde2

Browse files
Update package version
1 parent 817f777 commit 380dde2

5 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [2.21.4] - 2026-05-12
2+
3+
### Changed
4+
5+
- Add comment-style guidance to /diagnose-issue Step 9: phrase findings as questions, link primary sources (statute / Rev. Proc. / GitHub permalinks to PE variables), anchor claims to code not assertion.
6+
- Add Step 6 input-parity warning to /diagnose-issue skill: when running direct Simulation, map every non-zero TAXSIM input from txpydata.csv before drawing conclusions. Includes the TAXSIM-to-PE variable cross-walk.
7+
8+
19
## [2.21.3] - 2026-05-11
210

311
### Changed

changelog.d/audit-diagnose-issue-skill-2.changed.md

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

changelog.d/diagnose-issue-comment-style.changed.md

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

policyengine_taxsim/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
__all__ = ["generate_household", "export_household", "cli"]
66

7-
__version__ = "2.21.3"
7+
__version__ = "2.21.4"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "policyengine-taxsim"
7-
version = "2.21.3"
7+
version = "2.21.4"
88
description = "A TAXSIM emulator using PolicyEngine US"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)