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

Add pairwise #627

Merged
merged 22 commits into from
May 2, 2021
Merged

Add pairwise #627

merged 22 commits into from
May 2, 2021

Commits on Jan 1, 2021

  1. Add pairwise

    This generic method takes iterators of vectors and supports skipping
    missing values.
    It is a more general version of `pairwise` in Distances.jl.
    Since methods are compatible, both packages can override a common empty
    function defined in another API package.
    nalimilan committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    9c8b3a6 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2021

  1. Configuration menu
    Copy the full SHA
    a730ba4 View commit details
    Browse the repository at this point in the history
  2. Clarify "diagonal cells"

    nalimilan committed Jan 9, 2021
    Configuration menu
    Copy the full SHA
    2b43466 View commit details
    Browse the repository at this point in the history
  3. Improve wording

    nalimilan committed Jan 9, 2021
    Configuration menu
    Copy the full SHA
    da2e97c View commit details
    Browse the repository at this point in the history
  4. Handle empty inputs

    nalimilan committed Jan 9, 2021
    Configuration menu
    Copy the full SHA
    535a094 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2021

  1. Configuration menu
    Copy the full SHA
    a7f647e View commit details
    Browse the repository at this point in the history
  2. Use @inbounds

    nalimilan committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    4f8f0c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d03726 View commit details
    Browse the repository at this point in the history
  4. Rename res to dest

    nalimilan committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    b62b95a View commit details
    Browse the repository at this point in the history
  5. Add examples

    nalimilan committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    b3ae81e View commit details
    Browse the repository at this point in the history
  6. More tests for pairwise!

    nalimilan committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    c2c2798 View commit details
    Browse the repository at this point in the history
  7. More generic code

    nalimilan committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    bb04b5c View commit details
    Browse the repository at this point in the history
  8. Fix tests on Julia < 1.6

    nalimilan committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    baab8d2 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. Add missing using

    nalimilan committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    2378f26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd0af8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88912da View commit details
    Browse the repository at this point in the history
  4. Fix Julia 1.0

    nalimilan committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    e52a9c0 View commit details
    Browse the repository at this point in the history
  5. Avoid anonymous function

    nalimilan committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    6bbc25b View commit details
    Browse the repository at this point in the history
  6. Fix vector check

    nalimilan committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    42a940a View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2021

  1. Use StatsAPI

    nalimilan committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    d10e3b4 View commit details
    Browse the repository at this point in the history
  2. Add pairwise! to docs

    nalimilan committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    dc2ab9c View commit details
    Browse the repository at this point in the history

Commits on May 2, 2021

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