File tree Expand file tree Collapse file tree 4 files changed +33
-14
lines changed
Expand file tree Collapse file tree 4 files changed +33
-14
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,23 @@ 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.41.0] - 2025-07-26 17:22:33
9+
10+ ### Added
11+
12+ - Python 3.13 support
13+
14+ ### Changed
15+
16+ - Simplified CI test matrix to only test on Python 3.13 and Ubuntu
17+ - Updated policyengine-us to >=1.350.0 for Python 3.13 support
18+ - Updated policyengine-core to >=3.19.0 for Python 3.13 support
19+ - Updated microimpute from 0.1.4 to 1.0.1 for numpy 2.x compatibility
20+ - Updated scipy dependency from <1.13 to >=1.15.3
21+ - Updated pandas dependency from >=2.3.0 to >=2.3.1
22+ - Updated statsmodels dependency from >=0.14.0 to >=0.14.5
23+ - Added lower bounds to dependencies that were missing them
24+
825## [ 1.40.1] - 2025-07-26 13:35:10
926
1027### Fixed
@@ -574,6 +591,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
574591
575592
576593
594+ [ 1.41.0 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.40.1...1.41.0
577595[ 1.40.1 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.40.0...1.40.1
578596[ 1.40.0 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.39.2...1.40.0
579597[ 1.39.2 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.39.1...1.39.2
Original file line number Diff line number Diff line change 480480 fixed :
481481 - Clean up immigration status PR.
482482 date : 2025-07-26 13:35:10
483+ - bump : minor
484+ changes :
485+ added :
486+ - Python 3.13 support
487+ changed :
488+ - Simplified CI test matrix to only test on Python 3.13 and Ubuntu
489+ - Updated policyengine-us to >=1.350.0 for Python 3.13 support
490+ - Updated policyengine-core to >=3.19.0 for Python 3.13 support
491+ - Updated microimpute from 0.1.4 to 1.0.1 for numpy 2.x compatibility
492+ - Updated scipy dependency from <1.13 to >=1.15.3
493+ - Updated pandas dependency from >=2.3.0 to >=2.3.1
494+ - Updated statsmodels dependency from >=0.14.0 to >=0.14.5
495+ - Added lower bounds to dependencies that were missing them
496+ date : 2025-07-26 17:22:33
Original file line number Diff line number Diff line change 1- - bump : minor
2- changes :
3- added :
4- - Python 3.13 support
5- changed :
6- - Simplified CI test matrix to only test on Python 3.13 and Ubuntu
7- - Updated policyengine-us to >=1.350.0 for Python 3.13 support
8- - Updated policyengine-core to >=3.19.0 for Python 3.13 support
9- - Updated microimpute from 0.1.4 to 1.0.1 for numpy 2.x compatibility
10- - Updated scipy dependency from <1.13 to >=1.15.3
11- - Updated pandas dependency from >=2.3.0 to >=2.3.1
12- - Updated statsmodels dependency from >=0.14.0 to >=0.14.5
13- - Added lower bounds to dependencies that were missing them
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.40.1 "
11+ version = " 1.41.0 "
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