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 Dec 2, 2024
1 parent 155b01a commit aabf085
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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.1] - 2024-12-02 16:35:14

### Changed

- Replaced coexistent standard/HuggingFace URL with standalone URL parameter
- Fixed bugs in download_from_huggingface() method
- Create utility function for pulling HuggingFace env var

## [3.14.0] - 2024-11-29 16:08:25

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



[3.14.1]: https://github.com/PolicyEngine/policyengine-core/compare/3.14.0...3.14.1
[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
Expand Down
7 changes: 7 additions & 0 deletions changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -765,3 +765,10 @@
added:
- Support for HuggingFace-hosted H5 file inputs.
date: 2024-11-29 16:08:25
- bump: patch
changes:
changed:
- Replaced coexistent standard/HuggingFace URL with standalone URL parameter
- Fixed bugs in download_from_huggingface() method
- Create utility function for pulling HuggingFace env var
date: 2024-12-02 16:35:14
6 changes: 0 additions & 6 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +0,0 @@
- bump: patch
changes:
changed:
- Replaced coexistent standard/HuggingFace URL with standalone URL parameter
- Fixed bugs in download_from_huggingface() method
- Create utility function for pulling HuggingFace env var
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.14.0",
version="3.14.1",
author="PolicyEngine",
author_email="[email protected]",
classifiers=[
Expand Down

0 comments on commit aabf085

Please sign in to comment.