File tree Expand file tree Collapse file tree 4 files changed +13
-5
lines changed
Expand file tree Collapse file tree 4 files changed +13
-5
lines changed 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.1.9] - 2025-12-02 12:48:37
9+
10+ ### Fixed
11+
12+ - Added caching of saved simulations
13+
814## [ 3.1.8] - 2025-12-02 00:20:11
915
1016### Fixed
@@ -245,6 +251,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
245251
246252
247253
254+ [ 3.1.9 ] : https://github.com/PolicyEngine/policyengine.py/compare/3.1.8...3.1.9
248255[ 3.1.8 ] : https://github.com/PolicyEngine/policyengine.py/compare/3.1.7...3.1.8
249256[ 3.1.7 ] : https://github.com/PolicyEngine/policyengine.py/compare/3.1.6...3.1.7
250257[ 3.1.6 ] : https://github.com/PolicyEngine/policyengine.py/compare/3.1.5...3.1.6
Original file line number Diff line number Diff line change 200200 fixed :
201201 - Dataset speedup with better handling of string cols.
202202 date : 2025-12-02 00:20:11
203+ - bump : patch
204+ changes :
205+ fixed :
206+ - Added caching of saved simulations
207+ date : 2025-12-02 12:48:37
Original file line number Diff line number Diff line change 1- - bump : patch
2- changes :
3- fixed :
4- - Added caching of saved simulations
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 = " 3.1.8 "
7+ version = " 3.1.9 "
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