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

[MRG] Fix euclidean_distances numerical instabilities #13410

Closed
wants to merge 35 commits into from

Commits on Mar 7, 2019

  1. vect vect euclidean

    jeremiedbb committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    005a311 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7e8e5e View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2019

  1. fix arry order

    jeremiedbb committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    419d90e View commit details
    Browse the repository at this point in the history
  2. fix array order

    jeremiedbb committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    ecf8c3c View commit details
    Browse the repository at this point in the history
  3. tst debug windows

    jeremiedbb committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    cd5eec2 View commit details
    Browse the repository at this point in the history
  4. tst debug windows

    jeremiedbb committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    81ef489 View commit details
    Browse the repository at this point in the history
  5. tst debug windows

    jeremiedbb committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    25d90f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2019

  1. clean

    jeremiedbb committed Mar 10, 2019
    Configuration menu
    Copy the full SHA
    0d10f03 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2019

  1. Configuration menu
    Copy the full SHA
    d6849f7 View commit details
    Browse the repository at this point in the history
  2. lint

    jeremiedbb committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    f376632 View commit details
    Browse the repository at this point in the history
  3. comment on norms

    jeremiedbb committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    8cf87df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9adcc24 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb750fc View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2019

  1. consistent names

    jeremiedbb committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    9f02593 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bd0f4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c2098a View commit details
    Browse the repository at this point in the history
  4. document ignored norms

    jeremiedbb committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    cecdb5f View commit details
    Browse the repository at this point in the history
  5. what's new

    jeremiedbb committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    7e4acdf View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2019

  1. typo

    jeremiedbb committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    dfc82b8 View commit details
    Browse the repository at this point in the history
  2. what's new

    jeremiedbb committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    ab78675 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17fa839 View commit details
    Browse the repository at this point in the history
  4. same

    jeremiedbb committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    f66dc97 View commit details
    Browse the repository at this point in the history
  5. sym -> symmetric

    jeremiedbb committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    d49fe8b View commit details
    Browse the repository at this point in the history
  6. add norms numpy style

    jeremiedbb committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    aab5f48 View commit details
    Browse the repository at this point in the history
  7. accept precomputed norms

    jeremiedbb committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    9e954b2 View commit details
    Browse the repository at this point in the history
  8. fix sym

    jeremiedbb committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    809591e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9b4a5a4 View commit details
    Browse the repository at this point in the history
  10. lint

    jeremiedbb committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    79faace View commit details
    Browse the repository at this point in the history
  11. switch 32 -> 16

    jeremiedbb committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    bdbb5c3 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2019

  1. Configuration menu
    Copy the full SHA
    4e9e4c2 View commit details
    Browse the repository at this point in the history
  2. fix upcast symmetric

    jeremiedbb committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    390cba4 View commit details
    Browse the repository at this point in the history
  3. special case c contiguous

    jeremiedbb committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    5d7721b View commit details
    Browse the repository at this point in the history
  4. clean

    jeremiedbb committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    f4fca49 View commit details
    Browse the repository at this point in the history
  5. fix docstring

    jeremiedbb committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    5fe7644 View commit details
    Browse the repository at this point in the history
  6. typo

    jeremiedbb committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    6694ee1 View commit details
    Browse the repository at this point in the history