Skip to content

Commit

Permalink
Update PolicyEngine Core
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGhenis committed Dec 18, 2024
1 parent 54b1f18 commit cd0f149
Show file tree
Hide file tree
Showing 4 changed files with 18 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.16.0] - 2024-12-18 15:12:25

### Changed

- Refactor all Hugging Face downloads to use the same download function
- Attempt to determine whether a token is necessary before downloading from Hugging Face
- Add tests for this new functionality

## [3.15.0] - 2024-12-05 14:47:01

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



[3.16.0]: https://github.com/PolicyEngine/policyengine-core/compare/3.15.0...3.16.0
[3.15.0]: https://github.com/PolicyEngine/policyengine-core/compare/3.14.1...3.15.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
Expand Down
8 changes: 8 additions & 0 deletions changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -777,3 +777,11 @@
added:
- Chained reform handling in TaxBenefitSystems.
date: 2024-12-05 14:47:01
- bump: minor
changes:
changed:
- Refactor all Hugging Face downloads to use the same download function
- Attempt to determine whether a token is necessary before downloading from Hugging
Face
- Add tests for this new functionality
date: 2024-12-18 15:12:25
6 changes: 0 additions & 6 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +0,0 @@
- bump: minor
changes:
changed:
- Refactor all Hugging Face downloads to use the same download function
- Attempt to determine whether a token is necessary before downloading from Hugging Face
- Add tests for this new functionality
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.15.0",
version="3.16.0",
author="PolicyEngine",
author_email="[email protected]",
classifiers=[
Expand Down

0 comments on commit cd0f149

Please sign in to comment.