File tree Expand file tree Collapse file tree 4 files changed +21
-9
lines changed
Expand file tree Collapse file tree 4 files changed +21
-9
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ 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.37.1] - 2025-07-14 15:33:11
9+
10+ ### Changed
11+
12+ - bad targets (causing problems with estimation) removed
13+ - lite mode now builds CPS_2023 in addition to CPS_2024
14+ - gave reweight an epochs argument and set it at 150 for optimization
15+ - updating minimum versions on policyengine-us and pandas dependencies
16+ - getting rid of non-working manual workflow code
17+
818## [ 1.37.0] - 2025-07-09 14:58:33
919
1020### Added
@@ -520,6 +530,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
520530
521531
522532
533+ [ 1.37.1 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.37.0...1.37.1
523534[ 1.37.0 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.36.2...1.37.0
524535[ 1.36.2 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.36.1...1.36.2
525536[ 1.36.1 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.36.0...1.36.1
Original file line number Diff line number Diff line change 433433 added :
434434 - Medicaid state level calibration targets.
435435 date : 2025-07-09 14:58:33
436+ - bump : patch
437+ changes :
438+ changed :
439+ - bad targets (causing problems with estimation) removed
440+ - lite mode now builds CPS_2023 in addition to CPS_2024
441+ - gave reweight an epochs argument and set it at 150 for optimization
442+ - updating minimum versions on policyengine-us and pandas dependencies
443+ - getting rid of non-working manual workflow code
444+ date : 2025-07-14 15:33:11
Original file line number Diff line number Diff line change 1- - bump : patch
2- changes :
3- changed :
4- - bad targets (causing problems with estimation) removed
5- - lite mode now builds CPS_2023 in addition to CPS_2024
6- - gave reweight an epochs argument and set it at 150 for optimization
7- - updating minimum versions on policyengine-us and pandas dependencies
8- - getting rid of non-working manual workflow code
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.37.0 "
11+ version = " 1.37.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