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

Changing six's viewitems() to iteritems() #1508

Merged
merged 1 commit into from
Aug 25, 2017

Conversation

HodorTheCoder
Copy link
Contributor

Per issue 1495, using viewitems() from the six package breaks the six package version requirement of >= 1.5 when iteritems() has the same functionality for this use.

Changing back to iteritems() fixes the requirement properly, in the file gensim/topic_coherence/text_analysis.py

…ext_analysis.py to stay true to the requirements of needing a six library version >= 1.5 without breaking functionality
@menshikh-iv
Copy link
Contributor

Nice, thank you @HodorTheCoder, congratulations with your first PR 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants