Skip to content

Commit e6e0cf3

Browse files
committed
Update package version
1 parent 0a6be91 commit e6e0cf3

File tree

4 files changed

+33
-14
lines changed

4 files changed

+33
-14
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ 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.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

changelog.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,3 +480,17 @@
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

changelog_entry.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +0,0 @@
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

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.40.1"
11+
version = "1.41.0"
1212
description = "A package to create representative microdata for the US."
1313
readme = "README.md"
1414
authors = [

0 commit comments

Comments
 (0)