Update PolicyEngine UK to 2.88.11#3542
Open
policyengine[bot] wants to merge 1 commit intomasterfrom
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3542 +/- ##
=======================================
Coverage 76.66% 76.66%
=======================================
Files 63 63
Lines 3446 3446
Branches 621 621
=======================================
Hits 2642 2642
Misses 629 629
Partials 175 175 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Update PolicyEngine UK from 2.88.0 to 2.88.11.
What changed (2.88.0 -> 2.88.11)
Changed
.github/CONTRIBUTING.mdto document the towncrierchangelog.d/workflow. The oldchangelog_entry.yaml+make changelogflow was deprecated some time ago; the CONTRIBUTING guide still instructed new contributors to use it, causing CI round-trips on PRs that created achangelog_entry.yamlno fragment step was looking for.Fixed
gov.dwp.tax_credits.min_benefitparameter unit fromcurrency-USDtocurrency-GBP— the parameter is a UK statutory threshold in pounds.new_state_pension's flat-max payout with amin(reported, max) / max * period_maxformula mirroringbasic_state_pension, and extendadditional_state_pensionto NEW-type retirees so any pre-2016 SERPS/S2P Protected Payment flows through as an add-on instead of being silently dropped. Partial-NI-record retirees now receive their actual pro-rated rate rather than the full flat max. Closes part of the ~£12 bn residual state-pension gap vs the OBR target tracked in Update PolicyEngine US to 1.19.0 #1632.gov.dwp.income_support.activeandgov.dwp.JSA.income.activeflip tofalsefrom 2026-04-01, matching the Tax Credits treatment. Contribution-based JSA remains active.policyengine-coreminimum to>=3.25.0to pick up the cache-invalidation andset_inputpreservation fixes (Preserve set_input values across apply_reform policyengine-core#475). The 3.24.0–3.24.3 cascade left UK model tests returning zero for income_tax, UC, and other formula-driven variables when a reform is applied during simulation construction; 3.25.0 includes the regression fix.Generated automatically by GitHub Actions