File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88
99[project ]
1010name = " policyengine_us_data"
11- version = " 1.64.0 "
11+ version = " 1.64.1 "
1212description = " A package to create representative microdata for the US."
1313readme = " README.md"
1414authors = [
You can’t perform that action at this time.
0 commit comments