Skip to content
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

Fixed issue with metric_kwds #100

Merged
merged 6 commits into from
May 15, 2020
Merged

Fixed issue with metric_kwds #100

merged 6 commits into from
May 15, 2020

Commits on May 14, 2020

  1. Fixed issue with metric_kwds. Numba didn't like the call to self so I…

    … did the same thing UMAP does.
    Colin Weir committed May 14, 2020
    Configuration menu
    Copy the full SHA
    c4807ad View commit details
    Browse the repository at this point in the history
  2. Added fix to the sparse one as well.

    Colin Weir committed May 14, 2020
    Configuration menu
    Copy the full SHA
    ed9b6a3 View commit details
    Browse the repository at this point in the history
  3. Tweaked a test to uses a metric with kwds.

    Colin Weir committed May 14, 2020
    Configuration menu
    Copy the full SHA
    72fc53b View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. Blackened Code

    Colin Weir committed May 15, 2020
    Configuration menu
    Copy the full SHA
    0427ec3 View commit details
    Browse the repository at this point in the history
  2. Blackened Code

    Colin Weir committed May 15, 2020
    Configuration menu
    Copy the full SHA
    2e284ba View commit details
    Browse the repository at this point in the history
  3. Fixed test

    Colin Weir committed May 15, 2020
    Configuration menu
    Copy the full SHA
    f02c6f8 View commit details
    Browse the repository at this point in the history