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->VSATensorBSC->BSCTensorMAP->MAPTensorHRR->HRRTensorFHRR->FHRRTensorempty_hv->emptyidentity_hv->identityrandom_hv->randomlevel_hv->levelthermometer_hv->thermometercircular_hv->circularcos_similarity->cosine_similarityand aliased ascos- The function signature of hypervector creation now takes in a string instead of the
VSATensortype
New Contributors
Full Changelog: v4.5.0...v5.0.0