From 1bc4ec69421eae8981a88814966a70cdb8889ad6 Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Wed, 4 Sep 2024 21:19:24 +0000 Subject: [PATCH] Update PolicyEngine Core --- CHANGELOG.md | 7 +++++++ changelog.yaml | 5 +++++ changelog_entry.yaml | 4 ---- setup.py | 2 +- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e7963fc..a63b3c58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.6.5] - 2024-09-04 21:19:20 + +### Fixed + +- Corrected logic with Simulation.check_macro_cache to prevent undesirable caching + ## [3.6.4] - 2024-09-03 18:42:55 ### Changed @@ -822,6 +828,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[3.6.5]: https://github.com/PolicyEngine/policyengine-core/compare/3.6.4...3.6.5 [3.6.4]: https://github.com/PolicyEngine/policyengine-core/compare/3.6.3...3.6.4 [3.6.3]: https://github.com/PolicyEngine/policyengine-core/compare/3.6.2...3.6.3 [3.6.2]: https://github.com/PolicyEngine/policyengine-core/compare/3.6.1...3.6.2 diff --git a/changelog.yaml b/changelog.yaml index c26d8095..1151cb11 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -661,3 +661,8 @@ if equal to 'None' - Add better safeguards to 'check_macro_cache' method of 'Simulation' class date: 2024-09-03 18:42:55 +- bump: patch + changes: + fixed: + - Corrected logic with Simulation.check_macro_cache to prevent undesirable caching + date: 2024-09-04 21:19:20 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 1b732c16..e69de29b 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - fixed: - - Corrected logic with Simulation.check_macro_cache to prevent undesirable caching \ No newline at end of file diff --git a/setup.py b/setup.py index 7d9802dd..f9cb9cef 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ setup( name="policyengine-core", - version="3.6.4", + version="3.6.5", author="PolicyEngine", author_email="hello@policyengine.org", classifiers=[