Skip to content

Commit 30facf3

Browse files
Update PolicyEngine Core
1 parent 0eaf60a commit 30facf3

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.16.5] - 2025-04-02 09:54:58
9+
10+
### Fixed
11+
12+
- Subsampling logic.
13+
814
## [3.16.4] - 2025-03-25 15:06:42
915

1016
### Fixed
@@ -990,6 +996,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
990996

991997

992998

999+
[3.16.5]: https://github.com/PolicyEngine/policyengine-core/compare/3.16.4...3.16.5
9931000
[3.16.4]: https://github.com/PolicyEngine/policyengine-core/compare/3.16.3...3.16.4
9941001
[3.16.3]: https://github.com/PolicyEngine/policyengine-core/compare/3.16.2...3.16.3
9951002
[3.16.2]: https://github.com/PolicyEngine/policyengine-core/compare/3.16.1...3.16.2

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -805,3 +805,8 @@
805805
fixed:
806806
- Bug causing some reforms to fail.
807807
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

changelog_entry.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
- bump: patch
2-
changes:
3-
fixed:
4-
- Subsampling logic.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
setup(
5151
name="policyengine-core",
52-
version="3.16.4",
52+
version="3.16.5",
5353
author="PolicyEngine",
5454
author_email="hello@policyengine.org",
5555
classifiers=[

0 commit comments

Comments
 (0)