File tree Expand file tree Collapse file tree 4 files changed +18
-7
lines changed Expand file tree Collapse file tree 4 files changed +18
-7
lines changed 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+ ## [ 3.1.1] - 2025-11-17 11:45:43
9+
10+ ### Added
11+
12+ - Policy and Dynamic classes now support addition operator (__ add__ ) to combine policies and dynamics.
13+ - Parameter values are appended when combining policies/dynamics.
14+ - Simulation modifiers are chained in sequence when combining policies/dynamics.
15+
816## [ 3.1.0] - 2025-11-17 10:25:50
917
1018## [ 3.0.0] - 2025-09-23 08:43:22
@@ -195,6 +203,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
195203
196204
197205
206+ [ 3.1.1 ] : https://github.com/PolicyEngine/policyengine.py/compare/3.1.0...3.1.1
198207[ 3.1.0 ] : https://github.com/PolicyEngine/policyengine.py/compare/3.0.0...3.1.0
199208[ 3.0.0 ] : https://github.com/PolicyEngine/policyengine.py/compare/2.0.0...3.0.0
200209[ 2.0.0 ] : https://github.com/PolicyEngine/policyengine.py/compare/1.0.0...2.0.0
Original file line number Diff line number Diff line change 157157 - Just basemodels, no sqlmodels.
158158 - Clean, working analysis at both household and macro level for uk and us.
159159 date : 2025-11-17 10:25:50
160+ - bump : patch
161+ changes :
162+ added :
163+ - Policy and Dynamic classes now support addition operator (__add__) to combine
164+ policies and dynamics.
165+ - Parameter values are appended when combining policies/dynamics.
166+ - Simulation modifiers are chained in sequence when combining policies/dynamics.
167+ date : 2025-11-17 11:45:43
Original file line number Diff line number Diff line change 1- - bump : patch
2- changes :
3- added :
4- - Policy and Dynamic classes now support addition operator (__add__) to combine policies and dynamics.
5- - Parameter values are appended when combining policies/dynamics.
6- - Simulation modifiers are chained in sequence when combining policies/dynamics.
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.0 "
7+ version = " 3.1.1 "
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