-
Notifications
You must be signed in to change notification settings - Fork 4
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
Added vectorized distance calculations #4
base: main
Are you sure you want to change the base?
Conversation
using scipy.spatial.distance for efficient distance calculations. Execution time reduced ~10x.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apologies for the delay, didn't seem to get a notification about this PR from github.
Thanks for the PR 🚀
Please could you sync with master so we can let the CI run, thanks
Update from master done. Thanks for the library :) |
No worries, thanks. Please could you take a look at the CI failure? |
Thanks for the update, could you take a look at fixing the formatting with |
formatted file kde.py with black formatter
Formatted with black. Hope this works. |
formatted file kde.py with black formatter
Still seems to be failing, please can you try using |
using scipy.spatial.distance for efficient distance calculations. Execution time reduced ~10x.