Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

- Tensors with long dimensions (≥ `2 ** 32` elements in a single dimension)
can now be serialized and deserialized

### Fixed

- `tensorizer.torch_compat` can now serialize and deserialize tensors that have
storages with sizes ≥ `2 ** 32`

## [2.11.1] - 2025-08-05

### Fixed
Expand Down Expand Up @@ -492,6 +504,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `get_gpu_name`
- `no_init_or_tensor`

[Unreleased]: https://github.com/coreweave/tensorizer/compare/v2.11.1...HEAD
[2.11.1]: https://github.com/coreweave/tensorizer/compare/v2.11.0...v2.11.1
[2.11.0]: https://github.com/coreweave/tensorizer/compare/v2.10.1...v2.11.0
[2.10.1]: https://github.com/coreweave/tensorizer/compare/v2.10.0...v2.10.1
Expand Down
2 changes: 1 addition & 1 deletion tensorizer/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.11.1"
__version__ = "2.12.0a0"
Loading