File tree Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ 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.14.0] - 2024-11-29 16:08:25
9
+
10
+ ### Added
11
+
12
+ - Support for HuggingFace-hosted H5 file inputs.
13
+
8
14
## [ 3.13.0] - 2024-11-27 13:12:44
9
15
10
16
### Added
@@ -938,6 +944,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
938
944
939
945
940
946
947
+ [ 3.14.0 ] : https://github.com/PolicyEngine/policyengine-core/compare/3.13.0...3.14.0
941
948
[ 3.13.0 ] : https://github.com/PolicyEngine/policyengine-core/compare/3.12.5...3.13.0
942
949
[ 3.12.5 ] : https://github.com/PolicyEngine/policyengine-core/compare/3.12.4...3.12.5
943
950
[ 3.12.4 ] : https://github.com/PolicyEngine/policyengine-core/compare/3.12.3...3.12.4
Original file line number Diff line number Diff line change 760
760
added :
761
761
- HuggingFace upload/download functionality.
762
762
date : 2024-11-27 13:12:44
763
+ - bump : minor
764
+ changes :
765
+ added :
766
+ - Support for HuggingFace-hosted H5 file inputs.
767
+ date : 2024-11-29 16:08:25
Original file line number Diff line number Diff line change 1
- - bump : minor
2
- changes :
3
- added :
4
- - Support for HuggingFace-hosted H5 file inputs.
Original file line number Diff line number Diff line change 49
49
50
50
setup (
51
51
name = "policyengine-core" ,
52
- version = "3.13 .0" ,
52
+ version = "3.14 .0" ,
53
53
author = "PolicyEngine" ,
54
54
55
55
classifiers = [
You can’t perform that action at this time.
0 commit comments