From 7579265735adfa5d20fa304f073565797c7db7cb Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Mon, 13 May 2024 16:26:56 +0000 Subject: [PATCH] Update PolicyEngine Core --- CHANGELOG.md | 7 +++++++ changelog.yaml | 6 ++++++ changelog_entry.yaml | 4 ---- setup.py | 2 +- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ddbb61aa..a7d126137 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). +## [2.21.6] - 2024-05-13 16:26:53 + +### Changed + +- Replaced unsafe numpy-Python comparison with use of numpy dtype to convert byte-string arrays to Unicode ones within enums + ## [2.21.5] - 2024-05-08 15:07:51 ### Fixed @@ -664,6 +670,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[2.21.6]: https://github.com/PolicyEngine/policyengine-core/compare/2.21.5...2.21.6 [2.21.5]: https://github.com/PolicyEngine/policyengine-core/compare/2.21.4...2.21.5 [2.21.4]: https://github.com/PolicyEngine/policyengine-core/compare/2.21.3...2.21.4 [2.21.3]: https://github.com/PolicyEngine/policyengine-core/compare/2.21.2...2.21.3 diff --git a/changelog.yaml b/changelog.yaml index 428062eaf..e5c06c278 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -556,3 +556,9 @@ fixed: - Bug in macro cache logic. date: 2024-05-08 15:07:51 +- bump: patch + changes: + changed: + - Replaced unsafe numpy-Python comparison with use of numpy dtype to convert byte-string + arrays to Unicode ones within enums + date: 2024-05-13 16:26:53 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 244bdde67..e69de29bb 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - changed: - - Replaced unsafe numpy-Python comparison with use of numpy dtype to convert byte-string arrays to Unicode ones within enums \ No newline at end of file diff --git a/setup.py b/setup.py index ea1d453c5..1af8c2d72 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ setup( name="policyengine-core", - version="2.21.5", + version="2.21.6", author="PolicyEngine", author_email="hello@policyengine.org", classifiers=[