From 741035687e02aa9c0a680aa2da97a4bf92a5e899 Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Fri, 29 Nov 2024 16:08:28 +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 e2914c38..3d66cdd8 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.14.0] - 2024-11-29 16:08:25 + +### Added + +- Support for HuggingFace-hosted H5 file inputs. + ## [3.13.0] - 2024-11-27 13:12:44 ### Added @@ -938,6 +944,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[3.14.0]: https://github.com/PolicyEngine/policyengine-core/compare/3.13.0...3.14.0 [3.13.0]: https://github.com/PolicyEngine/policyengine-core/compare/3.12.5...3.13.0 [3.12.5]: https://github.com/PolicyEngine/policyengine-core/compare/3.12.4...3.12.5 [3.12.4]: https://github.com/PolicyEngine/policyengine-core/compare/3.12.3...3.12.4 diff --git a/changelog.yaml b/changelog.yaml index be727d65..709c3f00 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -760,3 +760,8 @@ added: - HuggingFace upload/download functionality. date: 2024-11-27 13:12:44 +- bump: minor + changes: + added: + - Support for HuggingFace-hosted H5 file inputs. + date: 2024-11-29 16:08:25 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 61f3f7e0..e69de29b 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: minor - changes: - added: - - Support for HuggingFace-hosted H5 file inputs. diff --git a/setup.py b/setup.py index fa168135..b6c13394 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ setup( name="policyengine-core", - version="3.13.0", + version="3.14.0", author="PolicyEngine", author_email="hello@policyengine.org", classifiers=[