-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Prepare gensim v3.8.2 to pin smart_open for Py2.7 compatibility #2787
Conversation
Co-Authored-By: Radim Řehůřek <me@radimrehurek.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@piskvorky @menshikh-iv We should make a 3.8.2 release with minimum changes (essentially, just this pin). I've pushed some changes to prepare the next release - please have a look.
My plan is to merge this onto master and make the release from that branch. Please let me know what you think.
@mpenkov sounds good for me, but please fix appveyor before that |
Thank you for taking care of Appveyor @menshikh-iv !!! |
* 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>
Pin version of smart-open to <1.11.
Pull request to master as soon as gensim develop seems to be Python3 only.
Fixes #2786.