Skip to content

Commit c98daf8

Browse files
Update package version
1 parent 7a2a1dd commit c98daf8

File tree

4 files changed

+17
-6
lines changed

4 files changed

+17
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.44.1] - 2025-08-08 10:19:16
9+
10+
### Changed
11+
12+
- renamed "ucgid" to "ucgid_str" in age targets loading script and operation to "in"
13+
- removed [0.5] key access from imputation results as per microimpute's new output format
14+
815
## [1.44.0] - 2025-08-06 19:01:03
916

1017
### Added
@@ -682,6 +689,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
682689

683690

684691

692+
[1.44.1]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.44.0...1.44.1
685693
[1.44.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.43.1...1.44.0
686694
[1.43.1]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.43.0...1.43.1
687695
[1.43.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.42.6...1.43.0

changelog.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,3 +567,11 @@
567567
added:
568568
- Unpin -us.
569569
date: 2025-08-06 19:01:03
570+
- bump: patch
571+
changes:
572+
changed:
573+
- renamed "ucgid" to "ucgid_str" in age targets loading script and operation to
574+
"in"
575+
- removed [0.5] key access from imputation results as per microimpute's new output
576+
format
577+
date: 2025-08-08 10:19:16

changelog_entry.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +0,0 @@
1-
- bump: patch
2-
changes:
3-
changed:
4-
- renamed "ucgid" to "ucgid_str" in age targets loading script and operation to "in"
5-
- removed [0.5] key access from imputation results as per microimpute's new output format

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

0 commit comments

Comments
 (0)