Fixed kmeans for inner product

This commit is contained in:
Andrew Kane
2021-05-06 22:31:17 -07:00
parent 67e317141b
commit b8f3688e41
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
## 0.1.4 (unreleased)
- Fixed kmeans for inner product
- Fixed multiple definition error with GCC 10
## 0.1.3 (2021-05-06)