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.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 3.16.2] - 2025-01-28 07:08:07
9
+
10
+ ### Fixed
11
+
12
+ - Bug in parametric reforms.
13
+
8
14
## [ 3.16.1] - 2024-12-20 12:56:31
9
15
10
16
### Changed
@@ -972,6 +978,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
972
978
973
979
974
980
981
+ [ 3.16.2 ] : https://github.com/PolicyEngine/policyengine-core/compare/3.16.1...3.16.2
975
982
[ 3.16.1 ] : https://github.com/PolicyEngine/policyengine-core/compare/3.16.0...3.16.1
976
983
[ 3.16.0 ] : https://github.com/PolicyEngine/policyengine-core/compare/3.15.0...3.16.0
977
984
[ 3.15.0 ] : https://github.com/PolicyEngine/policyengine-core/compare/3.14.1...3.15.0
Original file line number Diff line number Diff line change 790
790
changed :
791
791
- Explicitly set local directory when downloading datasets from Hugging Face
792
792
date : 2024-12-20 12:56:31
793
+ - bump : patch
794
+ changes :
795
+ fixed :
796
+ - Bug in parametric reforms.
797
+ date : 2025-01-28 07:08:07
Original file line number Diff line number Diff line change 1
- - bump : patch
2
- changes :
3
- fixed :
4
- - Bug in parametric reforms.
Original file line number Diff line number Diff line change 49
49
50
50
setup (
51
51
name = "policyengine-core" ,
52
- version = "3.16.1 " ,
52
+ version = "3.16.2 " ,
53
53
author = "PolicyEngine" ,
54
54
55
55
classifiers = [
You can’t perform that action at this time.
0 commit comments