Skip to content

Commit

Permalink
chore: bump version to 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
percevalw committed Sep 16, 2024
1 parent 3ab7b1d commit f245809
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changelog

## Unreleased
## v0.3.5

- Support hashing the `folded_tensor.length` field (via a UserList), which is convenient for caching
- Improve error messaging when refolding with missing dims

## v0.3.4

Expand Down
2 changes: 1 addition & 1 deletion foldedtensor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
except AttributeError:
DisableTorchFunctionSubclass = torch._C.DisableTorchFunction

__version__ = "0.3.4"
__version__ = "0.3.5"


class FoldedTensorLengths(UserList):
Expand Down

0 comments on commit f245809

Please sign in to comment.