Skip to content

4.0.0 Release Notes

Compare
Choose a tag to compare
@mikeheddes mikeheddes released this 10 Nov 01:31
· 88 commits to main since this release

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 as torchhd.multiset.

Breaking changes

  • Renamed cosine_similarity to cos_similarity.
  • Removal of the unbind function in favor of inverse and negative functions.

Full Changelog: v3.4.0...v4.0.0