File tree Expand file tree Collapse file tree 4 files changed +18
-7
lines changed Expand file tree Collapse file tree 4 files changed +18
-7
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
16
## [ 3.15.0] - 2024-12-05 14:47:01
9
17
10
18
### Added
@@ -958,6 +966,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
958
966
959
967
960
968
969
+ [ 3.16.0 ] : https://github.com/PolicyEngine/policyengine-core/compare/3.15.0...3.16.0
961
970
[ 3.15.0 ] : https://github.com/PolicyEngine/policyengine-core/compare/3.14.1...3.15.0
962
971
[ 3.14.1 ] : https://github.com/PolicyEngine/policyengine-core/compare/3.14.0...3.14.1
963
972
[ 3.14.0 ] : https://github.com/PolicyEngine/policyengine-core/compare/3.13.0...3.14.0
Original file line number Diff line number Diff line change 777
777
added :
778
778
- Chained reform handling in TaxBenefitSystems.
779
779
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 49
49
50
50
setup (
51
51
name = "policyengine-core" ,
52
- version = "3.15 .0" ,
52
+ version = "3.16 .0" ,
53
53
author = "PolicyEngine" ,
54
54
author_email = "hello@policyengine.org" ,
55
55
classifiers = [
You can’t perform that action at this time.
0 commit comments