Skip to content

Commit dab780c

Browse files
committed
Update package version
1 parent 4439b76 commit dab780c

4 files changed

Lines changed: 15 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.73.2] - 2026-02-23 13:07:05
9+
10+
### Fixed
11+
12+
- Enum columns now decode to string labels when accessing .person/.benunit/.household on datasets loaded via non-URL paths (e.g. UKSingleYearDataset or UKMultiYearDataset passed directly)
13+
814
## [2.73.1] - 2026-02-19 17:57:15
915

1016
### Fixed
@@ -2625,6 +2631,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
26252631

26262632

26272633

2634+
[2.73.2]: https://github.com/PolicyEngine/openfisca-uk/compare/2.73.1...2.73.2
26282635
[2.73.1]: https://github.com/PolicyEngine/openfisca-uk/compare/2.73.0...2.73.1
26292636
[2.73.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.72.4...2.73.0
26302637
[2.72.4]: https://github.com/PolicyEngine/openfisca-uk/compare/2.72.3...2.72.4

changelog.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2282,3 +2282,10 @@
22822282
fixed:
22832283
- Skip student loan uprating if column doesn't exist yet during dataset creation.
22842284
date: 2026-02-19 17:57:15
2285+
- bump: patch
2286+
changes:
2287+
fixed:
2288+
- Enum columns now decode to string labels when accessing .person/.benunit/.household
2289+
on datasets loaded via non-URL paths (e.g. UKSingleYearDataset or UKMultiYearDataset
2290+
passed directly)
2291+
date: 2026-02-23 13:07:05

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-
fixed:
4-
- Enum columns now decode to string labels when accessing .person/.benunit/.household on datasets loaded via non-URL paths (e.g. UKSingleYearDataset or UKMultiYearDataset passed directly)

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.73.1"
3+
version = "2.73.2"
44
description = "PolicyEngine tax and benefit system for the UK."
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)