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.5] - 2025-04-02 09:54:58
9
+
10
+ ### Fixed
11
+
12
+ - Subsampling logic.
13
+
8
14
## [ 3.16.4] - 2025-03-25 15:06:42
9
15
10
16
### Fixed
@@ -990,6 +996,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
990
996
991
997
992
998
999
+ [ 3.16.5 ] : https://github.com/PolicyEngine/policyengine-core/compare/3.16.4...3.16.5
993
1000
[ 3.16.4 ] : https://github.com/PolicyEngine/policyengine-core/compare/3.16.3...3.16.4
994
1001
[ 3.16.3 ] : https://github.com/PolicyEngine/policyengine-core/compare/3.16.2...3.16.3
995
1002
[ 3.16.2 ] : https://github.com/PolicyEngine/policyengine-core/compare/3.16.1...3.16.2
Original file line number Diff line number Diff line change 805
805
fixed :
806
806
- Bug causing some reforms to fail.
807
807
date : 2025-03-25 15:06:42
808
+ - bump : patch
809
+ changes :
810
+ fixed :
811
+ - Subsampling logic.
812
+ date : 2025-04-02 09:54:58
Original file line number Diff line number Diff line change 1
- - bump : patch
2
- changes :
3
- fixed :
4
- - Subsampling logic.
Original file line number Diff line number Diff line change 49
49
50
50
setup (
51
51
name = "policyengine-core" ,
52
- version = "3.16.4 " ,
52
+ version = "3.16.5 " ,
53
53
author = "PolicyEngine" ,
54
54
author_email = "hello@policyengine.org" ,
55
55
classifiers = [
You can’t perform that action at this time.
0 commit comments