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] Fix similarity bug in NMSLIB indexer #2821

Closed
wants to merge 22 commits into from
Closed

Commits on Apr 28, 2020

  1. get tests to pass on Py27 (#2812)

    * get tests to pass on Py27
    
    * enable Py27 builds under Appveyor and TravisCI
    
    * fix utils.open invocation
    mpenkov authored Apr 28, 2020
    Configuration menu
    Copy the full SHA
    afaf76f View commit details
    Browse the repository at this point in the history
  2. Prepare gensim v3.8.2 to pin smart_open for Py2.7 compatibility (#2787)

    * pin version of smart-open to py2 compatible
    
    * add a comment
    
    Co-Authored-By: Radim Řehůřek <me@radimrehurek.com>
    
    * make pin conditional (py27 only)
    
    * prepare version 3.8.2
    
    * add deprecations to README
    
    * get rid rackcdn, bump scipy to 1.0.0
    
    * bump scipy to 1.0.0 in setup.py
    
    Co-authored-by: Yury Brukau <brukau@ebu.ch>
    Co-authored-by: Radim Řehůřek <me@radimrehurek.com>
    Co-authored-by: Michael Penkov <misha.penkov@gmail.com>
    Co-authored-by: Ivan Menshikh <menshikh.iv@gmail.com>
    5 people committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    0e7c2aa View commit details
    Browse the repository at this point in the history
  3. bump versions to 3.8.3

    mpenkov committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    a8e771d View commit details
    Browse the repository at this point in the history
  4. clean up setup.py

    mpenkov committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    b74fa68 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    510551f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b514a04 View commit details
    Browse the repository at this point in the history
  7. avoid circular import of utils

    seems to break the Py2.7 build under AppVeyor, but not Travis CI
    mpenkov committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    0f06ace View commit details
    Browse the repository at this point in the history
  8. flake8 fixes

    mpenkov committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    4ed3c22 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9fdc600 View commit details
    Browse the repository at this point in the history
  10. add missing six import

    mpenkov committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    f006987 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. Configuration menu
    Copy the full SHA
    c3d95ab View commit details
    Browse the repository at this point in the history
  2. fix import collision

    menshikh-iv authored May 1, 2020
    Configuration menu
    Copy the full SHA
    00d27b9 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2020

  1. update CHANGELOG for v3.8.3

    mpenkov committed May 2, 2020
    Configuration menu
    Copy the full SHA
    e889fa3 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2020

  1. Configuration menu
    Copy the full SHA
    d570cf7 View commit details
    Browse the repository at this point in the history
  2. fix overlong line

    piskvorky committed May 3, 2020
    Configuration menu
    Copy the full SHA
    f7b57db View commit details
    Browse the repository at this point in the history
  3. uppercase global vars

    piskvorky committed May 3, 2020
    Configuration menu
    Copy the full SHA
    683a58d View commit details
    Browse the repository at this point in the history
  4. fix deprecated examples

    piskvorky committed May 3, 2020
    Configuration menu
    Copy the full SHA
    153d997 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fd4d288 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. more docs cleanup

    piskvorky committed May 4, 2020
    Configuration menu
    Copy the full SHA
    3bbd829 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

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

Commits on May 6, 2020

  1. fix import order

    piskvorky committed May 6, 2020
    Configuration menu
    Copy the full SHA
    2906f9a View commit details
    Browse the repository at this point in the history

Commits on May 9, 2020

  1. fix CI docs build

    piskvorky committed May 9, 2020
    Configuration menu
    Copy the full SHA
    bb5fbd4 View commit details
    Browse the repository at this point in the history