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

Fix bug where a module import set up logging, pin doctools for Py2 #2552

Merged
merged 5 commits into from
Aug 26, 2019

Commits on Jul 4, 2019

  1. Fix bug with inadvertent logging setup

    - module imports must never issue logging events (logging not set up yet in main app, triggers a default config init)
    - warnings better, but in this case, we can more simply re-use the existing functionality from `gensim.utils`
    piskvorky authored Jul 4, 2019
    Configuration menu
    Copy the full SHA
    57e877c View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2019

  1. Update textcleaner.py

    piskvorky authored Jul 21, 2019
    Configuration menu
    Copy the full SHA
    497c2a2 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2019

  1. get Py2.7 docs to build

    mpenkov committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    0bad844 View commit details
    Browse the repository at this point in the history
  2. bugfix in setup.py

    mpenkov committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    f0ae8fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15c19e5 View commit details
    Browse the repository at this point in the history