Fixed out of range results for cosine distance - fixes #196

This commit is contained in:
Andrew Kane
2023-07-25 14:54:13 -07:00
parent f210791846
commit 47e5a86b63
4 changed files with 25 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
- Added element-wise multiplication for vectors
- Added `sum` aggregate
- Improved performance of distance functions
- Fixed out of range results for cosine distance
## 0.4.4 (2023-06-12)