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

KeyedVectors & *2Vec API streamlining, consistency #2698

Merged
merged 64 commits into from
Jul 19, 2020

Commits on May 15, 2020

  1. slim low-value warnings

    gojomo committed May 15, 2020
    Configuration menu
    Copy the full SHA
    7e642a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8de987 View commit details
    Browse the repository at this point in the history
  3. mv FT, KV tests to right place

    gojomo committed May 15, 2020
    Configuration menu
    Copy the full SHA
    38343d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a255e8c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e334c1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a16cec5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d4267f8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f6e7aa6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    470b119 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cd02b8b View commit details
    Browse the repository at this point in the history
  11. table formatting

    gojomo committed May 15, 2020
    Configuration menu
    Copy the full SHA
    0c77ae4 View commit details
    Browse the repository at this point in the history
  12. return pyemd to linux test env

    gojomo committed May 15, 2020
    Configuration menu
    Copy the full SHA
    cfa723d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a4f7b77 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4412696 View commit details
    Browse the repository at this point in the history
  15. rm obsolete Vocab/Trainable/abstract/Wrapper classes, persistent call…

    …backs (bug piskvorky#2136), outdated tests/warnings; update usages
    gojomo committed May 15, 2020
    Configuration menu
    Copy the full SHA
    65c2b2d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1d0f52f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8123596 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c5efb24 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2c234dd View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9910404 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    658813f View commit details
    Browse the repository at this point in the history
  22. rename .docvecs to .dv

    gojomo committed May 15, 2020
    Configuration menu
    Copy the full SHA
    3cdb1d6 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    10d9f55 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    79af68e View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    8875d8b View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    4b7566e View commit details
    Browse the repository at this point in the history
  27. tighten testParallel

    gojomo committed May 15, 2020
    Configuration menu
    Copy the full SHA
    1baab2a View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    8d2f1fe View commit details
    Browse the repository at this point in the history
  29. update usages (no vocabs)

    gojomo committed May 15, 2020
    Configuration menu
    Copy the full SHA
    fc65525 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    4657b14 View commit details
    Browse the repository at this point in the history
  31. faster sample_int reads

    gojomo committed May 15, 2020
    Configuration menu
    Copy the full SHA
    b5ff29b View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

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

Commits on May 26, 2020

  1. Configuration menu
    Copy the full SHA
    318a858 View commit details
    Browse the repository at this point in the history
  2. improve FT comment

    gojomo committed May 26, 2020
    Configuration menu
    Copy the full SHA
    fe3ae31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d503205 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2020

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

Commits on Jul 6, 2020

  1. fixes to code style

    piskvorky committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    411473b View commit details
    Browse the repository at this point in the history
  2. flake8: fix overlong lines

    piskvorky committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    45fd5f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5acc5f5 View commit details
    Browse the repository at this point in the history
  4. rm stray merge error

    gojomo authored Jul 6, 2020
    Configuration menu
    Copy the full SHA
    5764f8c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e49ae4c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    278c2bd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5c7eb1c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    23805d1 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. Configuration menu
    Copy the full SHA
    f5b902c View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Radim Řehůřek <me@radimrehurek.com>
    gojomo and piskvorky authored Jul 7, 2020
    Configuration menu
    Copy the full SHA
    7b571b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87860c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    39fe128 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15152ff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3d424a2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    99f7009 View commit details
    Browse the repository at this point in the history
  8. Apply suggestions from code review

    Co-authored-by: Radim Řehůřek <me@radimrehurek.com>
    gojomo and piskvorky authored Jul 7, 2020
    Configuration menu
    Copy the full SHA
    2bb8abf View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

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

Commits on Jul 10, 2020

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

Commits on Jul 11, 2020

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

Commits on Jul 14, 2020

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

Commits on Jul 16, 2020

  1. Configuration menu
    Copy the full SHA
    9f21cba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d912616 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    583bbe6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0330cfc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9caf217 View commit details
    Browse the repository at this point in the history
  6. chained range check

    Co-authored-by: Radim Řehůřek <me@radimrehurek.com>
    gojomo and piskvorky authored Jul 16, 2020
    Configuration menu
    Copy the full SHA
    14dd9f5 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2020

  1. Configuration menu
    Copy the full SHA
    8674949 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    mpenkov authored Jul 19, 2020
    Configuration menu
    Copy the full SHA
    0d2679a View commit details
    Browse the repository at this point in the history