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] subtantial refactoring of CounterGather and related Index code. #2116

Merged
merged 45 commits into from
Jul 16, 2022

Commits on Jul 8, 2022

  1. Configuration menu
    Copy the full SHA
    241dbc5 View commit details
    Browse the repository at this point in the history
  2. add LinearIndex wrapper

    ctb committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    66490a4 View commit details
    Browse the repository at this point in the history
  3. getting closer

    ctb committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    ebb00ea View commit details
    Browse the repository at this point in the history
  4. fix a bunch of the tests

    ctb committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    a8a4dd9 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'latest' of https://github.com/sourmash-bio/sourmash int…

    …o refactor/counter_gather_tests
    ctb committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    fdc8d4f View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2022

  1. Merge branch 'latest' of https://github.com/sourmash-bio/sourmash int…

    …o refactor/counter_gather_tests
    ctb committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    ba114dd View commit details
    Browse the repository at this point in the history
  2. fix call to 'peek'

    ctb committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    b444a68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f87c9d4 View commit details
    Browse the repository at this point in the history
  4. add CounterGather_LCA

    ctb committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    68458cf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b835c96 View commit details
    Browse the repository at this point in the history
  6. minor refactoring

    ctb committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    1903920 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5099d5a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a8125b4 View commit details
    Browse the repository at this point in the history
  9. fix location foo

    ctb committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    1760ada View commit details
    Browse the repository at this point in the history
  10. fix remaining test

    ctb committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    5c9748a View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2022

  1. minor cleanup

    ctb committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    c2d2637 View commit details
    Browse the repository at this point in the history
  2. add doc

    ctb committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    6f9eb78 View commit details
    Browse the repository at this point in the history
  3. test multiple identical matches

    ctb committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    f82e1d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9472ed View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Configuration menu
    Copy the full SHA
    3e1c1ae View commit details
    Browse the repository at this point in the history
  2. cleanup protocol tests

    ctb committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    4c14e01 View commit details
    Browse the repository at this point in the history
  3. revert LCA_Database fix

    ctb committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    3df8c66 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36d4c2c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    846c0ba View commit details
    Browse the repository at this point in the history
  6. restore CounterGather_LCA

    ctb committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    39835fc View commit details
    Browse the repository at this point in the history
  7. cleanup

    ctb committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    1a4e01b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ee0fd18 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dbabfe9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b7c37bd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a676a69 View commit details
    Browse the repository at this point in the history
  12. fix or ignore most errors ;)

    ctb committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    402dbc6 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Configuration menu
    Copy the full SHA
    0e4ca95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f7a20e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb2efd7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22aa74c View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Configuration menu
    Copy the full SHA
    e9022c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ace44f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    430ef9d View commit details
    Browse the repository at this point in the history
  4. fix test_index tests for counter

    ctb committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    f97b8e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c6078a6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    db87d5e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    889e731 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2022

  1. Merge branch 'latest' of https://github.com/sourmash-bio/sourmash int…

    …o update/counter_gather
    ctb committed Jul 16, 2022
    Configuration menu
    Copy the full SHA
    b5e497d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8e2edc View commit details
    Browse the repository at this point in the history
  3. fix typo

    ctb committed Jul 16, 2022
    Configuration menu
    Copy the full SHA
    61624fc View commit details
    Browse the repository at this point in the history