Skip to content

Commit e81ed3d

Browse files
committed
Update PolicyEngine API
1 parent ccddfe8 commit e81ed3d

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+
## [3.34.3] - 2026-02-24 15:24:21
9+
10+
### Fixed
11+
12+
- Fix intra-decile income change formula that doubled all percentage changes.
13+
814
## [3.34.2] - 2026-02-16 16:12:14
915

1016
### Changed
@@ -6402,6 +6408,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
64026408

64036409

64046410

6411+
[3.34.3]: https://github.com/PolicyEngine/policyengine-api/compare/3.34.2...3.34.3
64056412
[3.34.2]: https://github.com/PolicyEngine/policyengine-api/compare/3.34.1...3.34.2
64066413
[3.34.1]: https://github.com/PolicyEngine/policyengine-api/compare/3.34.0...3.34.1
64076414
[3.34.0]: https://github.com/PolicyEngine/policyengine-api/compare/3.33.6...3.34.0

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5386,3 +5386,8 @@
53865386
changed:
53875387
- Update PolicyEngine US to 1.562.3
53885388
date: 2026-02-16 16:12:14
5389+
- bump: patch
5390+
changes:
5391+
fixed:
5392+
- Fix intra-decile income change formula that doubled all percentage changes.
5393+
date: 2026-02-24 15:24:21

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-
- Fix intra-decile income change formula that doubled all percentage changes.

policyengine_api/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
POST = "POST"
88
UPDATE = "UPDATE"
99
LIST = "LIST"
10-
VERSION = "3.34.2"
10+
VERSION = "3.34.3"
1111
CURRENT_YEAR = str(datetime.now().year)
1212
COUNTRIES = ("uk", "us", "ca", "ng", "il")
1313
COUNTRY_PACKAGE_NAMES = (

0 commit comments

Comments
 (0)