File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- - bump : patch
2- changes :
3- fixed :
4- - Fixed pandas 3.0 compatibility issues with StringDtype and StringArray
Original file line number Diff line number Diff line change 5353
5454setup (
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 = [
You can’t perform that action at this time.
0 commit comments