Skip to content

Commit c0d4c8d

Browse files
committed
Update package version
1 parent 1d95989 commit c0d4c8d

File tree

4 files changed

+19
-7
lines changed

4 files changed

+19
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.10.0] - 2026-01-14 22:18:25
9+
10+
### Added
11+
12+
- Congressional district breakdowns for US state-level simulations
13+
- New `congressional_district_impact` field in `EconomyComparison` with district-level `average_household_income_change` and `relative_household_income_change`
14+
- Geography utilities module (`policyengine/utils/geography.py`) with `STATE_FIPS_TO_ABBREV` mapping and `geoid_to_district_name()` helper
15+
816
## [0.9.0] - 2026-01-14 20:28:29
917

1018
### Changed
@@ -201,6 +209,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
201209

202210

203211

212+
[0.10.0]: https://github.com/PolicyEngine/policyengine.py/compare/0.9.0...0.10.0
204213
[0.9.0]: https://github.com/PolicyEngine/policyengine.py/compare/0.8.1...0.9.0
205214
[0.8.1]: https://github.com/PolicyEngine/policyengine.py/compare/0.8.0...0.8.1
206215
[0.8.0]: https://github.com/PolicyEngine/policyengine.py/compare/0.7.0...0.8.0

changelog.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,3 +161,12 @@
161161
- Use Enhanced CPS (enhanced_cps_2024.h5) as the default dataset for US nationwide
162162
simulations instead of CPS 2023.
163163
date: 2026-01-14 20:28:29
164+
- bump: minor
165+
changes:
166+
added:
167+
- Congressional district breakdowns for US state-level simulations
168+
- New `congressional_district_impact` field in `EconomyComparison` with district-level
169+
`average_household_income_change` and `relative_household_income_change`
170+
- Geography utilities module (`policyengine/utils/geography.py`) with `STATE_FIPS_TO_ABBREV`
171+
mapping and `geoid_to_district_name()` helper
172+
date: 2026-01-14 22:18:25

changelog_entry.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +0,0 @@
1-
- bump: minor
2-
changes:
3-
added:
4-
- Congressional district breakdowns for US state-level simulations
5-
- New `congressional_district_impact` field in `EconomyComparison` with district-level `average_household_income_change` and `relative_household_income_change`
6-
- Geography utilities module (`policyengine/utils/geography.py`) with `STATE_FIPS_TO_ABBREV` mapping and `geoid_to_district_name()` helper

pyproject.toml

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

55
[project]
66
name = "policyengine"
7-
version = "0.9.0"
7+
version = "0.10.0"
88
description = "A package to conduct policy analysis using PolicyEngine tax-benefit models."
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)