Skip to content

Commit 37e86fd

Browse files
committed
Update package version
1 parent 73428fe commit 37e86fd

5 files changed

Lines changed: 28 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.64.1] - 2026-02-09 17:47:49
9+
10+
### Added
11+
12+
- promote-dataset Makefile target
13+
- Year-mismatch warning in national targets ETL
14+
- Congress-session constants and warning in SOI district puller
15+
16+
### Changed
17+
18+
- Switch DEFAULT_DATASET to local storage path for database ETL scripts
19+
- Extract shared etl_argparser() to reduce boilerplate across 7 ETL scripts
20+
- Delete dead get_pseudo_input_variables() function
21+
822
## [1.64.0] - 2026-02-08 04:15:49
923

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

967981

968982

983+
[1.64.1]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.64.0...1.64.1
969984
[1.64.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.63.1...1.64.0
970985
[1.63.1]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.63.0...1.63.1
971986
[1.63.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.62.0...1.63.0

changelog.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -837,3 +837,14 @@
837837
- Add voluntary tax filer variable and filer count calibration targets by AGI
838838
band.
839839
date: 2026-02-08 04:15:49
840+
- bump: patch
841+
changes:
842+
added:
843+
- promote-dataset Makefile target
844+
- Year-mismatch warning in national targets ETL
845+
- Congress-session constants and warning in SOI district puller
846+
changed:
847+
- Switch DEFAULT_DATASET to local storage path for database ETL scripts
848+
- Extract shared etl_argparser() to reduce boilerplate across 7 ETL scripts
849+
- Delete dead get_pseudo_input_variables() function
850+
date: 2026-02-09 17:47:49

changelog_entry.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +0,0 @@
1-
- bump: patch
2-
changes:
3-
changed:
4-
- Switch DEFAULT_DATASET to local storage path for database ETL scripts
5-
- Extract shared etl_argparser() to reduce boilerplate across 7 ETL scripts
6-
- Delete dead get_pseudo_input_variables() function
7-
added:
8-
- promote-dataset Makefile target
9-
- Year-mismatch warning in national targets ETL
10-
- Congress-session constants and warning in SOI district puller

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.0"
11+
version = "1.64.1"
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)