5.0.0 Release Notes
What's Changed
- Allow batch dimensions in dot and cosine similarity by @mikeheddes in #119
- Add resonator network and sparse distributed memory by @mikeheddes in #123
- Simplified renaming of various core functions and classes by @mikeheddes in #124
- Add intRVFL to the models module by @denkle in #125
- Add license to source files by @mikeheddes in #128
- Add tests for the models module by @mikeheddes in #129
- Add tests for the embedding module by @mikeheddes in #126
- Add test for create random permute function by @mikeheddes in #131
- Add tests for datasets by @Didanny in #130
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 ascos
- 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