Skip to content

Commit 0c0111e

Browse files
Update package version
1 parent 98ebd5c commit 0c0111e

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-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.33.2] - 2025-07-01 19:02:50
9+
10+
### Fixed
11+
12+
- Increased epochs back to 5k.
13+
- Disabled hyperparameter tuning for imputation models.
14+
815
## [1.33.1] - 2025-07-01 16:54:09
916

1017
### Fixed
@@ -453,6 +460,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
453460

454461

455462

463+
[1.33.2]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.33.1...1.33.2
456464
[1.33.1]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.33.0...1.33.1
457465
[1.33.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.32.1...1.33.0
458466
[1.32.1]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.32.0...1.32.1

changelog.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,3 +377,9 @@
377377
fixed:
378378
- Use full CPS by default.
379379
date: 2025-07-01 16:54:09
380+
- bump: patch
381+
changes:
382+
fixed:
383+
- Increased epochs back to 5k.
384+
- Disabled hyperparameter tuning for imputation models.
385+
date: 2025-07-01 19:02:50

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-
fixed:
4-
- Increased epochs back to 5k.
5-
- Disabled hyperparameter tuning for imputation models.

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

0 commit comments

Comments
 (0)