Skip to content

Commit 6a90ecf

Browse files
committed
Update package version
1 parent 5a674cb commit 6a90ecf

5 files changed

Lines changed: 29 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ 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+
## [1.65.0] - 2026-02-12 04:48:34
9+
10+
### Added
11+
12+
- Entity aware target calculations for correct entity counts.
13+
- Selection of targets closest to calibration time period and uprating logic for cohesive and comprehensive time-period coverage.
14+
- Hierarchical state-level uprating with CD reconciliation via hierarchy inconsistency factors (HIFs) and state-specific uprating factors (e.g., CMS/KFF ACA PTC multipliers).
15+
- stratum_domain and target_overview views for easier target inspection and debugging.
16+
- test_schema_views_and_lookups.py for testing the new views and lookups.
17+
- Calibration matrix diagnostic notebook (docs/calibration_matrix.ipynb).
18+
819
## [1.64.1] - 2026-02-09 17:47:49
920

1021
### Added
@@ -980,6 +991,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
980991

981992

982993

994+
[1.65.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.64.1...1.65.0
983995
[1.64.1]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.64.0...1.64.1
984996
[1.64.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.63.1...1.64.0
985997
[1.63.1]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.63.0...1.63.1

changelog.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -848,3 +848,18 @@
848848
- Extract shared etl_argparser() to reduce boilerplate across 7 ETL scripts
849849
- Delete dead get_pseudo_input_variables() function
850850
date: 2026-02-09 17:47:49
851+
- bump: minor
852+
changes:
853+
added:
854+
- Entity aware target calculations for correct entity counts.
855+
- Selection of targets closest to calibration time period and uprating logic for
856+
cohesive and comprehensive time-period coverage.
857+
- Hierarchical state-level uprating with CD reconciliation via hierarchy inconsistency
858+
factors (HIFs) and state-specific uprating factors (e.g., CMS/KFF ACA PTC multipliers).
859+
- stratum_domain and target_overview views for easier target inspection and debugging.
860+
- test_schema_views_and_lookups.py for testing the new views and lookups.
861+
- Calibration matrix diagnostic notebook (docs/calibration_matrix.ipynb).
862+
removed:
863+
- Redundant database fields and tables (variable_groups, variable_metadata,sources,
864+
source_id, stratum_group_id).
865+
date: 2026-02-12 04:48:34

changelog_entry.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +0,0 @@
1-
- bump: minor
2-
changes:
3-
added:
4-
- Entity aware target calculations for correct entity counts.
5-
- Selection of targets closest to calibration time period and uprating logic for cohesive and comprehensive time-period coverage.
6-
- Hierarchical state-level uprating with CD reconciliation via hierarchy inconsistency factors (HIFs) and state-specific uprating factors (e.g., CMS/KFF ACA PTC multipliers).
7-
- stratum_domain and target_overview views for easier target inspection and debugging.
8-
- test_schema_views_and_lookups.py for testing the new views and lookups.
9-
- Calibration matrix diagnostic notebook (docs/calibration_matrix.ipynb).
10-
removed:
11-
- Redundant database fields and tables (variable_groups, variable_metadata,sources, source_id, stratum_group_id).

pyproject.toml

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

99
[project]
1010
name = "policyengine_us_data"
11-
version = "1.64.1"
11+
version = "1.65.0"
1212
description = "A package to create representative microdata for the US."
1313
readme = "README.md"
1414
authors = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)