Skip to content

Commit

Permalink
Update PolicyEngine US
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGhenis committed Nov 19, 2024
1 parent 41fc14e commit 39d47f4
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 10 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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.146.2] - 2024-11-19 21:32:57

### Added

- New test to cliff_evaluated to demonstrate differences between adults and children in given household.

### Changed

- Changed formula for cliff_evaluated to use new marginal tax rate adults parameter.
- Updated cliff_gap test to use new marginal tax rate adults parameter.

## [1.146.1] - 2024-11-19 16:41:43

### Added
Expand Down Expand Up @@ -10255,6 +10266,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



[1.146.2]: https://github.com/PolicyEngine/policyengine-us/compare/1.146.1...1.146.2
[1.146.1]: https://github.com/PolicyEngine/policyengine-us/compare/1.146.0...1.146.1
[1.146.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.145.0...1.146.0
[1.145.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.144.0...1.145.0
Expand Down
11 changes: 11 additions & 0 deletions changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8693,3 +8693,14 @@
fixed:
- Los Angeles Infant Supplement and Expectant Parent Payment age threshold.
date: 2024-11-19 16:41:43
- bump: patch
changes:
added:
- New test to cliff_evaluated to demonstrate differences between adults and children
in given household.
changed:
- Changed formula for cliff_evaluated to use new marginal tax rate adults parameter.
- Updated cliff_gap test to use new marginal tax rate adults parameter.
removed:
- Unused cliff impact parameters.
date: 2024-11-19 21:32:57
9 changes: 0 additions & 9 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +0,0 @@
- bump: patch
changes:
changed:
- Changed formula for cliff_evaluated to use new marginal tax rate adults parameter.
- Updated cliff_gap test to use new marginal tax rate adults parameter.
removed:
- Unused cliff impact parameters.
added:
- New test to cliff_evaluated to demonstrate differences between adults and children in given household.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="policyengine-us",
version="1.146.1",
version="1.146.2",
author="PolicyEngine",
author_email="[email protected]",
long_description=readme,
Expand Down

0 comments on commit 39d47f4

Please sign in to comment.