File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 2.7.1] - 2023-12-06
9+
10+ ### Fixed
11+
12+ - Fixed a bug where a ` CURLStreamFile ` would report itself as unreadable,
13+ causing HTTP(S) and S3 deserialization to fail
14+
815## [ 2.7.0] - 2023-12-06
916
1017### Added
@@ -258,6 +265,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
258265 - ` get_gpu_name `
259266 - ` no_init_or_tensor `
260267
268+ [ 2.7.0 ] : https://github.com/coreweave/tensorizer/compare/v2.7.0...v2.7.1
261269[ 2.7.0 ] : https://github.com/coreweave/tensorizer/compare/v2.6.0...v2.7.0
262270[ 2.6.0 ] : https://github.com/coreweave/tensorizer/compare/v2.5.1...v2.6.0
263271[ 2.5.1 ] : https://github.com/coreweave/tensorizer/compare/v2.5.0...v2.5.1
Original file line number Diff line number Diff line change 1- __version__ = "2.7.0 "
1+ __version__ = "2.7.1 "
You can’t perform that action at this time.
0 commit comments