File tree Expand file tree Collapse file tree 4 files changed +15
-6
lines changed
Expand file tree Collapse file tree 4 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ 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.5.0] - 2025-06-26 20:04:46
9+
10+ ### Added
11+
12+ - Unit test for GeneralEconomyTask.calculate_cliffs() and fixture for the test
13+ - Test for calculate_single_economy with cliff impacts
14+
815## [ 0.4.5] - 2025-06-05 05:08:16
916
1017### Fixed
@@ -156,6 +163,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
156163
157164
158165
166+ [ 0.5.0 ] : https://github.com/PolicyEngine/policyengine.py/compare/0.4.5...0.5.0
159167[ 0.4.5 ] : https://github.com/PolicyEngine/policyengine.py/compare/0.4.4...0.4.5
160168[ 0.4.4 ] : https://github.com/PolicyEngine/policyengine.py/compare/0.4.3...0.4.4
161169[ 0.4.3 ] : https://github.com/PolicyEngine/policyengine.py/compare/0.4.2...0.4.3
Original file line number Diff line number Diff line change 121121 fixed :
122122 - Added more log messages.
123123 date : 2025-06-05 05:08:16
124+ - bump : minor
125+ changes :
126+ added :
127+ - Unit test for GeneralEconomyTask.calculate_cliffs() and fixture for the test
128+ - Test for calculate_single_economy with cliff impacts
129+ date : 2025-06-26 20:04:46
Original file line number Diff line number Diff line change 1- - bump : minor
2- changes :
3- added :
4- - Unit test for GeneralEconomyTask.calculate_cliffs() and fixture for the test
5- - Test for calculate_single_economy with cliff impacts
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.4.5 "
7+ version = " 0.5.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