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,14 @@ 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+ ## [ 0.7.0] - 2025-11-27 23:35:33
9+
10+ ### Changed
11+
12+ - Replaced US state filtering with conditional file loading for states and Congressional districts
13+ - Updated data source URLs for state and district files
14+ - Modified GCS loading to support new versioning introduced by -core v3.21.0
15+
816## [ 0.6.1] - 2025-08-14 08:11:19
917
1018### Fixed
@@ -175,6 +183,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
175183
176184
177185
186+ [ 0.7.0 ] : https://github.com/PolicyEngine/policyengine.py/compare/0.6.1...0.7.0
178187[ 0.6.1 ] : https://github.com/PolicyEngine/policyengine.py/compare/0.6.0...0.6.1
179188[ 0.6.0 ] : https://github.com/PolicyEngine/policyengine.py/compare/0.5.0...0.6.0
180189[ 0.5.0 ] : https://github.com/PolicyEngine/policyengine.py/compare/0.4.5...0.5.0
Original file line number Diff line number Diff line change 137137 fixed :
138138 - Fixed UK dataset loading issue.
139139 date : 2025-08-14 08:11:19
140+ - bump : minor
141+ changes :
142+ changed :
143+ - Replaced US state filtering with conditional file loading for states and Congressional
144+ districts
145+ - Updated data source URLs for state and district files
146+ - Modified GCS loading to support new versioning introduced by -core v3.21.0
147+ date : 2025-11-27 23:35:33
Original file line number Diff line number Diff line change 1- - bump : minor
2- changes :
3- changed :
4- - Replaced US state filtering with conditional file loading for states and Congressional districts
5- - Updated data source URLs for state and district files
6- - Modified GCS loading to support new versioning introduced by -core v3.21.0
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " policyengine"
7- version = " 0.6.1 "
7+ version = " 0.7.0 "
88description = " A package to conduct policy analysis using PolicyEngine tax-benefit models."
99readme = " README.md"
1010authors = [
You can’t perform that action at this time.
0 commit comments