diff --git a/CHANGELOG.md b/CHANGELOG.md index 767eb876..1797499c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/changelog.yaml b/changelog.yaml index efecc782..d378445a 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -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 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 5ab310e3..e69de29b 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -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 \ No newline at end of file diff --git a/setup.py b/setup.py index 3a5c4169..cb5fd0f2 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ setup( name="policyengine-core", - version="3.15.0", + version="3.16.0", author="PolicyEngine", author_email="hello@policyengine.org", classifiers=[