Skip to content

Releases: hyperdimensional-computing/torchhd

5.0.1 Release Notes

07 Mar 18:20
6b69e36
Compare
Choose a tag to compare

Minor documentation changes.

Full Changelog: v5.0.0...v5.0.1

5.0.0 Release Notes

07 Mar 05:32
d438b41
Compare
Choose a tag to compare

What's Changed

Breaking changes (renaming)

  • VSA_Model -> VSATensor
  • BSC -> BSCTensor
  • MAP -> MAPTensor
  • HRR -> HRRTensor
  • FHRR -> FHRRTensor
  • empty_hv -> empty
  • identity_hv -> identity
  • random_hv -> random
  • level_hv -> level
  • thermometer_hv -> thermometer
  • circular_hv -> circular
  • cos_similarity -> cosine_similarity and aliased as cos
  • The function signature of hypervector creation now takes in a string instead of the VSATensor type

New Contributors

Full Changelog: v4.5.0...v5.0.0

4.5.0 Release Notes

07 Feb 04:33
7601e6c
Compare
Choose a tag to compare

What's Changed

  • Add Centroid classification model with iterative learning methods by @mikeheddes in #113
  • Add UCI classification benchmark and example using intRVFL by @denkle in #98
  • Created create_random_permute function by @21leejenny in #115
  • Dataset documentation improvements by @pereverges in #116

New Contributors

  • @21leejenny made their first contribution in #115
  • @pereverges made their first contribution in #116

Full Changelog: v4.4.0...v4.5.0

4.4.0 Release Notes

25 Jan 18:37
f508a68
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.3.0...v4.4.0

4.3.0 Release Notes

07 Jan 22:51
bfd95e6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.1...v4.3.0

4.2.1 Release Notes

31 Dec 00:02
22d1126
Compare
Choose a tag to compare

Re-release of v4.2.0 because of missing version update.

Full Changelog: v4.2.0...v4.2.1

4.2.0 Release Notes

30 Dec 23:58
0ac7881
Compare
Choose a tag to compare

What's Changed

  • Add 20 datasets from UCI repository by @denkle in #103

Full Changelog: v4.1.1...v4.2.0

4.1.1 Release Notes

27 Dec 08:21
996a71d
Compare
Choose a tag to compare

Re-release of v4.1.0 because of an error in the publication pipeline.

Full Changelog: v4.1.0...v4.1.1

4.1.0 Release Notes

27 Dec 08:02
da80152
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.0...v4.1.0

4.0.0 Release Notes

10 Nov 01:31
Compare
Choose a tag to compare

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