Skip to content

Commit 7410356

Browse files
committed
Update PolicyEngine Core
1 parent e1bbf58 commit 7410356

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.14.0] - 2024-11-29 16:08:25
9+
10+
### Added
11+
12+
- Support for HuggingFace-hosted H5 file inputs.
13+
814
## [3.13.0] - 2024-11-27 13:12:44
915

1016
### Added
@@ -938,6 +944,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
938944

939945

940946

947+
[3.14.0]: https://github.com/PolicyEngine/policyengine-core/compare/3.13.0...3.14.0
941948
[3.13.0]: https://github.com/PolicyEngine/policyengine-core/compare/3.12.5...3.13.0
942949
[3.12.5]: https://github.com/PolicyEngine/policyengine-core/compare/3.12.4...3.12.5
943950
[3.12.4]: https://github.com/PolicyEngine/policyengine-core/compare/3.12.3...3.12.4

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -760,3 +760,8 @@
760760
added:
761761
- HuggingFace upload/download functionality.
762762
date: 2024-11-27 13:12:44
763+
- bump: minor
764+
changes:
765+
added:
766+
- Support for HuggingFace-hosted H5 file inputs.
767+
date: 2024-11-29 16:08:25

changelog_entry.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
- bump: minor
2-
changes:
3-
added:
4-
- Support for HuggingFace-hosted H5 file inputs.

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.13.0",
52+
version="3.14.0",
5353
author="PolicyEngine",
5454
author_email="[email protected]",
5555
classifiers=[

0 commit comments

Comments
 (0)