Skip to content

Commit 088967b

Browse files
Update package version
1 parent 296963f commit 088967b

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.3] - 2025-07-01 19:15:43
9+
10+
### Fixed
11+
12+
- Bug in hyperparameter tuning.
13+
814
## [1.33.2] - 2025-07-01 19:02:50
915

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

461467

462468

469+
[1.33.3]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.33.2...1.33.3
463470
[1.33.2]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.33.1...1.33.2
464471
[1.33.1]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.33.0...1.33.1
465472
[1.33.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.32.1...1.33.0

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,3 +383,8 @@
383383
- Increased epochs back to 5k.
384384
- Disabled hyperparameter tuning for imputation models.
385385
date: 2025-07-01 19:02:50
386+
- bump: patch
387+
changes:
388+
fixed:
389+
- Bug in hyperparameter tuning.
390+
date: 2025-07-01 19:15:43

changelog_entry.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
- bump: patch
2-
changes:
3-
fixed:
4-
- Bug in hyperparameter tuning.

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

0 commit comments

Comments
 (0)