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] MinHash class refactoring #1128

Merged
merged 59 commits into from
Aug 5, 2020
Merged

[MRG] MinHash class refactoring #1128

merged 59 commits into from
Aug 5, 2020

Commits on Jul 25, 2020

  1. Configuration menu
    Copy the full SHA
    883732c View commit details
    Browse the repository at this point in the history
  2. deprecate max_hash throughout

    ctb committed Jul 25, 2020
    Configuration menu
    Copy the full SHA
    80f9bef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1584283 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72b3ab9 View commit details
    Browse the repository at this point in the history
  5. remove subtract_mins

    ctb committed Jul 25, 2020
    Configuration menu
    Copy the full SHA
    c3567ed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    19a4365 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    01e8a45 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    de589ea View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2020

  1. Configuration menu
    Copy the full SHA
    c3b4416 View commit details
    Browse the repository at this point in the history
  2. elminate most of the deprecation warnings in test__minhash by switchi…

    …ng compare to similarity
    ctb committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    7a7bba9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f97bf39 View commit details
    Browse the repository at this point in the history
  4. fix compat message

    ctb committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    1bd9df8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe1384f View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. Configuration menu
    Copy the full SHA
    b1b5dd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7743a95 View commit details
    Browse the repository at this point in the history
  3. minor upd

    ctb committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    70edc78 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. add deprecations

    ctb committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    eb6b971 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccfe8b8 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'remove_compare_from_tests' of github.com:dib-lab/sourma…

    …sh into minhash_class_munge
    ctb committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    031f91a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    624b005 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    464dcca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    23171d9 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. Configuration menu
    Copy the full SHA
    02239d9 View commit details
    Browse the repository at this point in the history
  2. return two deleted tests

    ctb committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    07cb474 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d178c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b2b35b View commit details
    Browse the repository at this point in the history
  5. fix ordering in hash retrieval

    ctb committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    f6faf89 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aa5441f View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. add 'flatten' method to MinHash

    ctb committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    64f99e3 View commit details
    Browse the repository at this point in the history
  2. add test for MinHash.flatten

    ctb committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    d6222b6 View commit details
    Browse the repository at this point in the history
  3. add tests for add and add_kmer

    ctb committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    372f4ec View commit details
    Browse the repository at this point in the history
  4. remove nonsense test

    ctb committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    4ef2505 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b77b77 View commit details
    Browse the repository at this point in the history
  6. test (deprecated) get_hashes

    ctb committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    1cb391c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    899ec4c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6b33685 View commit details
    Browse the repository at this point in the history
  9. fix py27

    ctb committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    09068a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2020

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

Commits on Aug 2, 2020

  1. Configuration menu
    Copy the full SHA
    8d3c083 View commit details
    Browse the repository at this point in the history
  2. adjust import req

    ctb committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    9a8cf64 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

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

Commits on Aug 4, 2020

  1. remove __future__ imports

    ctb committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    f8c9c00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d86020 View commit details
    Browse the repository at this point in the history
  3. remove requirement for enum34

    ctb committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    274be2e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cace054 View commit details
    Browse the repository at this point in the history
  5. remove __reduce__ again, here :)

    ctb committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    3d6961c View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. avoid the DeprecationWarning

    ctb committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    f10d632 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57679d2 View commit details
    Browse the repository at this point in the history
  3. remove 2.7 from travis

    ctb committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    d00e77d View commit details
    Browse the repository at this point in the history
  4. remove _compat from signature.py

    ctb committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    fef2c64 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5745db1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1fe7668 View commit details
    Browse the repository at this point in the history
  7. remove _compat from nodegraph

    ctb committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    26e4c0d View commit details
    Browse the repository at this point in the history
  8. remove _compat completely

    ctb committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    c5f1c43 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    69252ab View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ac6e2fc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    310b267 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a1fbf9f View commit details
    Browse the repository at this point in the history
  13. Update sourmash/minhash.py

    Co-authored-by: Luiz Irber <luizirber@users.noreply.github.com>
    ctb and luizirber committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    91de874 View commit details
    Browse the repository at this point in the history