Releases: hyperdimensional-computing/torchhd
Releases · hyperdimensional-computing/torchhd
3.0.0 Release Notes
Breaking Changes
- Renaming of
functional.sequence
tofunctional.bundle_sequence
. - Renaming of
functional.distinct_sequence
tofunctional.bind_sequence
. - Renaming of
structures.Sequence
tostructures.BundleSequence
. - Renaming of
structures.DistinctSequence
tostructures.BindSequence
. - Removal of the
out
optional keyword argument.
What's Changed
- Rename sequence by @mikeheddes in #68
- Plotting by @dheyay in #67
- Add binary hypervector support by @mikeheddes in #71
Full Changelog: v2.3.0...v3.0.0
2.3.0 Release Notes
What's Changed
- Fix sequence replace and from_tensor by @mikeheddes in #61
- Sparsity by @igordeoliveiranunes in #56
- Improvements to documentation/readme by @igordeoliveiranunes in #64
- Fix graph neighbors by @mikeheddes in #65
- Add structures tests by @pverges in #66
Full Changelog: v2.2.3...v2.3.0
2.2.3 Release Notes
Working on making the library available on Anaconda.
What's Changed
- Conda package by @dheyay in #58
- Fix conda package upload by @mikeheddes in #59
Full Changelog: v2.2.2...v2.2.3
v2.2.2
What's Changed
- Testing functional module by @mikeheddes in #50
- Conda package by @dheyay in #51
- Add aliasing for basic function by @mikeheddes in #52
- Conda package by @dheyay in #57
Full Changelog: v2.2.1...v2.2.2
2.2.1 Release Notes
What's Changed
- Add documentation for functional module by @mikeheddes in #39
- Add structures documentation by @mikeheddes in #41
- Add embeddings documentation by @mikeheddes in #40
- Update example in README by @mikeheddes in #44
- Add cross product function by @mikeheddes in #46
- Add Getting started and HDC Learning tutorials to docs by @igordeoliveiranunes in #43
- Conda package workflow updated by @dheyay in #45
- Add sparsity option to random hypervectors by @mikeheddes in #47
New Contributors
- @igordeoliveiranunes made their first contribution in #43
Full Changelog: 2.1.3...v2.2.1
2.1.0 Release Notes
What's Changed
- RegHD single model regression example by @dheyay in #23
- Add hash table data structure by @mikeheddes in #27
- Move documentation to readthedocs by @mikeheddes in #28
- Add cleanup function for associative memory lookup by @mikeheddes in #30
- Add multibind, sequence and distinct sequence functions by @mikeheddes in a75fe04
New Contributors
Full Changelog: v2.0.0...2.1.0
2.0.0 Release Notes
Jump to version 2 because torch-hd on PyPi is already on 1.0.4 and since we are making a breaking change we move to the next major version number.
What's Changed
- Add basic data structures by @mikeheddes in #4
- Add distinct sequence by @mikeheddes in #13
New Contributors
- @mikeheddes made their first contribution in #4
Full Changelog: v0.6.0...v2.0.0
0.6.0 Release Notes
First release after merger between the torch-hd
and hdc
libraries, now called torchhd
.