Skip to content

Commit 0a3197a

Browse files
committed
Update PolicyEngine API
1 parent 9a7bfc0 commit 0a3197a

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

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.29.0] - 2025-12-09 16:28:44
9+
10+
### Changed
11+
12+
- Set dataset to None for US state-level simulations in economy service
13+
814
## [3.28.22] - 2025-12-08 11:26:45
915

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

62656271

62666272

6273+
[3.29.0]: https://github.com/PolicyEngine/policyengine-api/compare/3.28.22...3.29.0
62676274
[3.28.22]: https://github.com/PolicyEngine/policyengine-api/compare/3.28.21...3.28.22
62686275
[3.28.21]: https://github.com/PolicyEngine/policyengine-api/compare/3.28.20...3.28.21
62696276
[3.28.20]: https://github.com/PolicyEngine/policyengine-api/compare/3.28.19...3.28.20

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5257,3 +5257,8 @@
52575257
- Downgraded push action Python versions to 3.11 to fix faiss-cpu install error.
52585258
- Ensured deploy occurs after checking that API can run with updated model version.
52595259
date: 2025-12-08 11:26:45
5260+
- bump: minor
5261+
changes:
5262+
changed:
5263+
- Set dataset to None for US state-level simulations in economy service
5264+
date: 2025-12-09 16:28:44

changelog_entry.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
- bump: minor
2-
changes:
3-
changed:
4-
- Set dataset to None for US state-level simulations in economy service

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.28.22"
10+
VERSION = "3.29.0"
1111
CURRENT_YEAR = str(datetime.now().year)
1212
COUNTRIES = ("uk", "us", "ca", "ng", "il")
1313
COUNTRY_PACKAGE_NAMES = (

0 commit comments

Comments
 (0)