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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

move implementations into type overloading (aka. functor) #139

Merged
merged 17 commits into from
Aug 15, 2019
Merged

move implementations into type overloading (aka. functor) #139

merged 17 commits into from
Aug 15, 2019

Commits on Aug 6, 2019

  1. Configuration menu
    Copy the full SHA
    85d8fe0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7962c3 View commit details
    Browse the repository at this point in the history
  3. Bregman

    johnnychen94 committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    200203c View commit details
    Browse the repository at this point in the history
  4. Haversine

    johnnychen94 committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    a4d78ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5484e25 View commit details
    Browse the repository at this point in the history
  6. metrics in metrics.jl

    CorrDist is excluded from `UnionMetrics` since it's a simple wrap on CosineDist
    johnnychen94 committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    83a2f3a View commit details
    Browse the repository at this point in the history
  7. remove specification of pairwise and colwise on CorrDist

    The previous specification is needed to pass a centralized input, now
    we don't need it anymore
    johnnychen94 committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    53307b4 View commit details
    Browse the repository at this point in the history
  8. metrics in wmetrics.jl

    johnnychen94 committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    f1214a1 View commit details
    Browse the repository at this point in the history
  9. colwise and pairwise

    johnnychen94 committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    c79f914 View commit details
    Browse the repository at this point in the history
  10. update README.md

    johnnychen94 committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    c31007e View commit details
    Browse the repository at this point in the history
  11. update test

    johnnychen94 committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    089243a View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2019

  1. Configuration menu
    Copy the full SHA
    b0f1148 View commit details
    Browse the repository at this point in the history
  2. revert auto-formatted spaces

    changed parts:
    
    * spaces after type annotation, e.g, `b::AbstractMatrix = a`
    
    not changed parts:
    
    * additional spaces at the end of line
    * spaces between operations and comma, e.g., `a + b` and `(a, b)`
    johnnychen94 committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    86f5d22 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2019

  1. update format

    johnnychen94 committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    498647f View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2019

  1. Configuration menu
    Copy the full SHA
    51b4ab5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acd1095 View commit details
    Browse the repository at this point in the history
  3. test if there are any ambiguities

    This PR fixes all the ambiguities as a good start, future PRs may not
    break this.
    johnnychen94 committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    b885201 View commit details
    Browse the repository at this point in the history