From 4866f7c560489e786184b623f0265adb0c42b8d7 Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Mon, 7 Oct 2024 11:45:53 +0000 Subject: [PATCH] Update PolicyEngine US data --- CHANGELOG.md | 8 ++++++++ changelog.yaml | 6 ++++++ changelog_entry.yaml | 5 ----- pyproject.toml | 2 +- 4 files changed, 15 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcf6381..ceb1594 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.9.0] - 2024-10-07 11:45:52 + +### Added + +- EITC calibration by child counts. +- 10% dropout during weight calibration. + ## [1.8.0] - 2024-09-29 18:08:57 ### Fixed @@ -137,6 +144,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[1.9.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.8.0...1.9.0 [1.8.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.7.0...1.8.0 [1.7.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.6.0...1.7.0 [1.6.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.5.1...1.6.0 diff --git a/changelog.yaml b/changelog.yaml index 666459f..ebd24c3 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -106,3 +106,9 @@ fixed: - Moved PolicyEngine US out of setup.py dependencies. date: 2024-09-29 18:08:57 +- bump: minor + changes: + added: + - EITC calibration by child counts. + - 10% dropout during weight calibration. + date: 2024-10-07 11:45:52 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 3c19c0f..e69de29 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,5 +0,0 @@ -- bump: minor - changes: - added: - - EITC calibration by child counts. - - 10% dropout during weight calibration. diff --git a/pyproject.toml b/pyproject.toml index 7d306cd..69239ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "policyengine_us_data" -version = "1.8.0" +version = "1.9.0" description = "A package to create representative microdata for the US." readme = "README.md" authors = [