-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix Budget change reforms break on subset simulations #994 * Pin UK data to 1.9.0 * Pin UK data to 1.9.0
- Loading branch information
1 parent
54e68e2
commit a68bdc5
Showing
4 changed files
with
14 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +0,0 @@ | ||
- bump: patch | ||
changes: | ||
added: | ||
- marginal_tax_rate_delta parameter | ||
- marginal_tax_rate_adults parameter | ||
changed: | ||
- Refactored cliff_gap variable to use marginal_tax_rate_delta parameter | ||
- Refactored marginal_tax_rate variable to use both new parameters | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
setup( | ||
name="PolicyEngine-UK", | ||
version="2.15.1", | ||
version="2.16.0", | ||
author="PolicyEngine", | ||
author_email="[email protected]", | ||
classifiers=[ | ||
|
@@ -27,7 +27,7 @@ | |
], | ||
install_requires=[ | ||
"PolicyEngine-Core>=3.6.4", | ||
"PolicyEngine-UK-Data>=1.9,<1.10", | ||
"PolicyEngine-UK-Data==1.9.0", | ||
"microdf_python", | ||
], | ||
extras_require={ | ||
|