Releases: hyperdimensional-computing/torchhd
Releases · hyperdimensional-computing/torchhd
5.6.0 Release Notes
What's Changed
- Add normalization function of hypervectors and deprecate hard_quantize by @mikeheddes in #173
Full Changelog: v5.5.0...v5.6.0
5.5.0 Release Notes
What's Changed
- Add implementation of AdaptHD and zero-norm warning by @mikeheddes in #165
- Update tutorial with new (working) example code by @mikeheddes in #168
- Add new
classifiers
module with commonly used HD/VSA classifiers by @mikeheddes in #166
Full Changelog: v5.4.1...v5.5.0
5.4.1 Release Notes
What's Changed
- Fix
randsel
probability is opposite of documentation by @mikeheddes in #162
Full Changelog: v5.4.0...v5.4.1
5.4.0 Release Notes
What's Changed
- Add citation file by @mikeheddes in #154
- Ensure hamming similarity inputs are vsa tensors by @mikeheddes in #159
- Remove unneccessary Random in EMG example by @Zeldax64 in #156
- Allow custom dtype for some VSA similarity functions by @mikeheddes in #160
New Contributors
Full Changelog: v5.3.0...v5.4.0
5.3.0 Release Notes
What's Changed
- Implement Vector-Derived Transformation Binding by @mikeheddes in #149
- Squared sinc distribution to create triangular kernel shape by @scken in #151
- Implement Binary Sparse Block Codes VSA model by @mikeheddes in #146
New Contributors
Full Changelog: v5.2.1...v5.3.0
5.2.1 Release Notes
What's Changed
- Fix dtype validation error in the Fractional Power Encoding by @mikeheddes in #148
Full Changelog: v5.2.0...v5.2.1
5.2.0 Release Notes
5.1.2 Release Notes
Re-release of 5.1.1 because it did not trigger the publishing workflow on GitHub.
Full Changelog: v5.1.1...v5.1.2
5.1.1 Release Notes
PyTorch backward compatibility fix.
What's Changed
- Fix usage of new .mT to older .transpose() by @mikeheddes in #138
Full Changelog: v5.1.0...v5.1.1
5.1.0 Release Notes
What's Changed
- Fix incorrect variable usage in EMG example by @mikeheddes in #136
- Add Hopfield and Attention memory models by @mikeheddes in #134
Full Changelog: v5.0.1...v5.1.0