Skip to content

Commit

Permalink
Pin data to 1.9.0 (#998)
Browse files Browse the repository at this point in the history
* 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
nikhilwoodruff authored Nov 28, 2024
1 parent 54e68e2 commit a68bdc5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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).

## [2.16.0] - 2024-11-28 16:54:41

### Changed

- Pinned UK data to 1.9.0.

## [2.15.1] - 2024-11-05 14:05:53

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



[2.16.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.15.1...2.16.0
[2.15.1]: https://github.com/PolicyEngine/openfisca-uk/compare/2.15.0...2.15.1
[2.15.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.14.1...2.15.0
[2.14.1]: https://github.com/PolicyEngine/openfisca-uk/compare/2.14.0...2.14.1
Expand Down
5 changes: 5 additions & 0 deletions changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1340,3 +1340,8 @@
fixed:
- Bug in budget change reforms.
date: 2024-11-05 14:05:53
- bump: minor
changes:
changed:
- Pinned UK data to 1.9.0.
date: 2024-11-28 16:54:41
8 changes: 0 additions & 8 deletions changelog_entry.yaml
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
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="PolicyEngine-UK",
version="2.15.1",
version="2.16.0",
author="PolicyEngine",
author_email="[email protected]",
classifiers=[
Expand All @@ -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={
Expand Down

0 comments on commit a68bdc5

Please sign in to comment.