Skip to content

Commit b9f6d03

Browse files
committed
Update PolicyEngine Core
1 parent 04f9927 commit b9f6d03

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.23.4] - 2026-01-24 15:41:39
9+
10+
### Fixed
11+
12+
- Fixed pandas 3.0 compatibility issues with StringDtype and StringArray
13+
814
## [3.23.3] - 2026-01-17 18:14:48
915

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

11211127

11221128

1129+
[3.23.4]: https://github.com/PolicyEngine/policyengine-core/compare/3.23.3...3.23.4
11231130
[3.23.3]: https://github.com/PolicyEngine/policyengine-core/compare/3.23.2...3.23.3
11241131
[3.23.2]: https://github.com/PolicyEngine/policyengine-core/compare/3.23.1...3.23.2
11251132
[3.23.1]: https://github.com/PolicyEngine/policyengine-core/compare/3.23.0...3.23.1

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -922,3 +922,8 @@
922922
are now treated the same as None, and non-interactive environments (like CI)
923923
return None instead of hanging on getpass prompt.
924924
date: 2026-01-17 18:14:48
925+
- bump: patch
926+
changes:
927+
fixed:
928+
- Fixed pandas 3.0 compatibility issues with StringDtype and StringArray
929+
date: 2026-01-24 15:41:39

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-
- Fixed pandas 3.0 compatibility issues with StringDtype and StringArray

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
setup(
5555
name="policyengine-core",
56-
version="3.23.3",
56+
version="3.23.4",
5757
author="PolicyEngine",
5858
author_email="hello@policyengine.org",
5959
classifiers=[

0 commit comments

Comments
 (0)