Skip to content

Commit

Permalink
Update PolicyEngine Core
Browse files Browse the repository at this point in the history
  • Loading branch information
anth-volk committed Nov 29, 2024
1 parent e1bbf58 commit 7410356
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 0 additions & 4 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
- bump: minor
changes:
added:
- Support for HuggingFace-hosted H5 file inputs.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

setup(
name="policyengine-core",
version="3.13.0",
version="3.14.0",
author="PolicyEngine",
author_email="hello@policyengine.org",
classifiers=[
Expand Down

0 comments on commit 7410356

Please sign in to comment.