gensim v3.8.1 Release Notes

Release Date: 2019-09-23 // over 4 years ago
  • 🛠 :red_circle: Bug fixes

    • Fix usage of base_dir instead of BASE_DIR in load_info in downloader. (movb_, #2605)
    • Update the version of smart_open in the setup.py file (AMR-KELEG, #2582)
    • Properly handle unicode_errors arg parameter when loading a vocab file (wmtzk, #2570)
    • Catch loading older TfidfModels without smartirs (bnomis, #2559)
    • Fix bug where a module import set up logging, pin doctools for Py2 (piskvorky, #2552)

    :books: Tutorial and doc improvements

    :+1: Improvements

    🚀 :warning: Deprecations (will be removed in the next major release)

    • ✂ Remove

      • gensim.models.FastText.load_fasttext_format: use load_facebook_vectors to load embeddings only (faster, less CPU/memory usage, does not support training continuation) and load_facebook_model to load full model (slower, more CPU/memory intensive, supports training continuation)
      • gensim.models.wrappers.fasttext (obsoleted by the new native gensim.models.fasttext implementation)
      • gensim.examples
      • gensim.nosy
      • gensim.scripts.word2vec_standalone
      • gensim.scripts.make_wiki_lemma
      • gensim.scripts.make_wiki_online
      • gensim.scripts.make_wiki_online_lemma
      • gensim.scripts.make_wiki_online_nodebug
      • gensim.scripts.make_wiki (all of these obsoleted by the new native gensim.scripts.segment_wiki implementation)
      • "deprecated" functions and attributes
    • 🚚 Move

      • gensim.scripts.make_wikicorpusgensim.scripts.make_wiki.py
      • gensim.summarizationgensim.models.summarization
      • gensim.topic_coherencegensim.models._coherence
      • gensim.utilsgensim.utils.utils (old imports will continue to work)
      • gensim.parsing.*gensim.utils.text_utils