Skip to content

Commit cd0f149

Browse files
committed
Update PolicyEngine Core
1 parent 54b1f18 commit cd0f149

File tree

4 files changed

+18
-7
lines changed

4 files changed

+18
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.16.0] - 2024-12-18 15:12:25
9+
10+
### Changed
11+
12+
- Refactor all Hugging Face downloads to use the same download function
13+
- Attempt to determine whether a token is necessary before downloading from Hugging Face
14+
- Add tests for this new functionality
15+
816
## [3.15.0] - 2024-12-05 14:47:01
917

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

959967

960968

969+
[3.16.0]: https://github.com/PolicyEngine/policyengine-core/compare/3.15.0...3.16.0
961970
[3.15.0]: https://github.com/PolicyEngine/policyengine-core/compare/3.14.1...3.15.0
962971
[3.14.1]: https://github.com/PolicyEngine/policyengine-core/compare/3.14.0...3.14.1
963972
[3.14.0]: https://github.com/PolicyEngine/policyengine-core/compare/3.13.0...3.14.0

changelog.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -777,3 +777,11 @@
777777
added:
778778
- Chained reform handling in TaxBenefitSystems.
779779
date: 2024-12-05 14:47:01
780+
- bump: minor
781+
changes:
782+
changed:
783+
- Refactor all Hugging Face downloads to use the same download function
784+
- Attempt to determine whether a token is necessary before downloading from Hugging
785+
Face
786+
- Add tests for this new functionality
787+
date: 2024-12-18 15:12:25

changelog_entry.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +0,0 @@
1-
- bump: minor
2-
changes:
3-
changed:
4-
- Refactor all Hugging Face downloads to use the same download function
5-
- Attempt to determine whether a token is necessary before downloading from Hugging Face
6-
- Add tests for this new functionality

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.15.0",
52+
version="3.16.0",
5353
author="PolicyEngine",
5454
author_email="hello@policyengine.org",
5555
classifiers=[

0 commit comments

Comments
 (0)