Skip to content

Commit ac37f1f

Browse files
committed
Update package version
1 parent 3e01eae commit ac37f1f

5 files changed

Lines changed: 31 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ 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.66.0] - 2026-02-12 16:29:45
9+
10+
### Added
11+
12+
- Parallelization of data building steps.
13+
- Checkpointing mechanism to resume data builds and testing modules from last successful step in Modal runs.
14+
15+
### Changed
16+
17+
- Removed duplicate run of test_local_area_calibration tests.
18+
- Baked correct defaults into create_stratified_cps.py, removing hardcoded args from Makefile and Modal build.
19+
- DRYed up sequential build path to iterate SCRIPT_OUTPUTS instead of a redundant list.
20+
- Added thread-safe locking around volume.commit() for parallel checkpoint safety.
21+
822
## [1.65.0] - 2026-02-12 04:48:34
923

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

9921006

9931007

1008+
[1.66.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.65.0...1.66.0
9941009
[1.65.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.64.1...1.65.0
9951010
[1.64.1]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.64.0...1.64.1
9961011
[1.64.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.63.1...1.64.0

changelog.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -863,3 +863,17 @@
863863
- Redundant database fields and tables (variable_groups, variable_metadata,sources,
864864
source_id, stratum_group_id).
865865
date: 2026-02-12 04:48:34
866+
- bump: minor
867+
changes:
868+
added:
869+
- Parallelization of data building steps.
870+
- Checkpointing mechanism to resume data builds and testing modules from last
871+
successful step in Modal runs.
872+
changed:
873+
- Removed duplicate run of test_local_area_calibration tests.
874+
- Baked correct defaults into create_stratified_cps.py, removing hardcoded args
875+
from Makefile and Modal build.
876+
- DRYed up sequential build path to iterate SCRIPT_OUTPUTS instead of a redundant
877+
list.
878+
- Added thread-safe locking around volume.commit() for parallel checkpoint safety.
879+
date: 2026-02-12 16:29:45

changelog_entry.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +0,0 @@
1-
- bump: minor
2-
changes:
3-
added:
4-
- Parallelization of data building steps.
5-
- Checkpointing mechanism to resume data builds and testing modules from last successful step in Modal runs.
6-
changed:
7-
- Removed duplicate run of test_local_area_calibration tests.
8-
- Baked correct defaults into create_stratified_cps.py, removing hardcoded args from Makefile and Modal build.
9-
- DRYed up sequential build path to iterate SCRIPT_OUTPUTS instead of a redundant list.
10-
- Added thread-safe locking around volume.commit() for parallel checkpoint safety.

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.65.0"
11+
version = "1.66.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)