-
Couldn't load subscription status.
- Fork 11
feat: support float32 datatype
#31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
float32 datatype
…ut type inference
…sting behaviour fail the test
|
Build success! 🎉 The Bray Curtis test is passing uint64, I only put in support for float32, it seems like this was silently being cast to float64 too. It makes sense to keep the behaviour, but that makes this no longer just a float32 PR (so perfect time to squash and re-submit it!) |
|
I'm going to squash this one into a new branch ready to review/merge |
Putting a PR in to iterate on #17 (lots of warnings I will address and only covered euclidean distance so far, but tests are passing 👍 )