Skip to content

Commit a9c8de1

Browse files
Update package version
1 parent 8025184 commit a9c8de1

4 files changed

Lines changed: 13 additions & 5 deletions

File tree

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.39.0] - 2025-07-18 12:46:15
9+
10+
### Added
11+
12+
- l0 regularization as described in https://arxiv.org/abs/1712.01312
13+
814
## [1.38.1] - 2025-07-17 20:07:31
915

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

544550

545551

552+
[1.39.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.38.1...1.39.0
546553
[1.38.1]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.38.0...1.38.1
547554
[1.38.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.37.1...1.38.0
548555
[1.37.1]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.37.0...1.37.1

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,3 +453,8 @@
453453
fixed:
454454
- Github pages deploy
455455
date: 2025-07-17 20:07:31
456+
- bump: minor
457+
changes:
458+
added:
459+
- l0 regularization as described in https://arxiv.org/abs/1712.01312
460+
date: 2025-07-18 12:46:15

changelog_entry.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
- bump: minor
2-
changes:
3-
added:
4-
- l0 regularization as described in https://arxiv.org/abs/1712.01312

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

0 commit comments

Comments
 (0)