Skip to content

Commit 39576ea

Browse files
Update package version
1 parent a065537 commit 39576ea

4 files changed

Lines changed: 13 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.61.4] - 2025-12-01 11:11:26
9+
10+
### Changed
11+
12+
- Vectorised BRMA LHA rate lookup for ~3s speedup on calculate calls.
13+
814
## [2.61.3] - 2025-12-01 03:34:34
915

1016
### Added
@@ -2371,6 +2377,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
23712377

23722378

23732379

2380+
[2.61.4]: https://github.com/PolicyEngine/openfisca-uk/compare/2.61.3...2.61.4
23742381
[2.61.3]: https://github.com/PolicyEngine/openfisca-uk/compare/2.61.2...2.61.3
23752382
[2.61.2]: https://github.com/PolicyEngine/openfisca-uk/compare/2.61.1...2.61.2
23762383
[2.61.1]: https://github.com/PolicyEngine/openfisca-uk/compare/2.61.0...2.61.1

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2024,3 +2024,8 @@
20242024
- "Add 2026 Plan 2 student loan interest rate thresholds (lower \xA329,385, upper\
20252025
\ \xA352,885) and freeze lower threshold 2027-2029 per Budget 2025"
20262026
date: 2025-12-01 03:34:34
2027+
- bump: patch
2028+
changes:
2029+
changed:
2030+
- Vectorised BRMA LHA rate lookup for ~3s speedup on calculate calls.
2031+
date: 2025-12-01 11:11:26

changelog_entry.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
- bump: patch
2-
changes:
3-
changed:
4-
- Vectorised BRMA LHA rate lookup for ~3s speedup on calculate calls.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "policyengine-uk"
3-
version = "2.61.3"
3+
version = "2.61.4"
44
description = "PolicyEngine tax and benefit system for the UK."
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)