4.0.0 Release Notes
What's Changed
- Support explicit VSA models enabling customization of operations by @mikeheddes in #91
- Support for the Binary Spatter Codes, Multiply-Add-Permute, and Fourier Holographic Reduced Representation VSA models.
- All functions in the functional module are now accessible from the root of torchhd. For example
torchhd.functional.multiset
is now accessible astorchhd.multiset
.
Breaking changes
- Renamed
cosine_similarity
tocos_similarity
. - Removal of the unbind function in favor of inverse and negative functions.
Full Changelog: v3.4.0...v4.0.0