Added subvector function

This commit is contained in:
Andrew Kane
2024-04-02 12:13:04 -07:00
parent c75634a03c
commit d6044dd423
7 changed files with 77 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
- Added `hamming_distance` function
- Added `jaccard_distance` function
- Added `quantize_binary` function
- Added `subvector` function
- Updated comparison operators to support vectors with different dimensions
## 0.6.2 (2024-03-18)