All Versions
82
Latest Version
Avg Release Cycle
82 days
Latest Release
718 days ago

Changelog History
Page 8

  • v0.7.0 Changes

    • โšก๏ธ optimized vocabulary generation in gensim.corpora.dictionary (faster and less memory-intense)
    • MmCorpus accepts compressed input (file-like objects such as GzipFile, BZ2File; to save disk space)
    • ๐Ÿ”„ changed sparse solver to SVDLIBC (sparsesvd on PyPi) for large document chunks
    • โž• added distributed LSA, updated tutorials (still experimental though)
    • ๐Ÿ›  several minor bug fixes
  • v0.6.0 Changes

    • โž• added option for online LSI training (yay!). the transformation can now be used after any amount of training, and training can be continued at any time with more data.
    • โšก๏ธ optimized the tf-idf transformation, so that it is a strictly one-pass algorithm in all cases (thx to Brian Merrell).
    • ๐Ÿ›  fixed Windows-specific bug in handling binary files (thx to Sutee Sudprasert)
    • ๐Ÿ›  fixed 1-based feature counting bug in SVMlight format (thx to Richard Berendsen)
    • โž• added 'Topic :: Text Processing :: Linguistic' to gensim's pypi classifiers
    • ๐Ÿ“š change of sphinx documentation css and layout
  • v0.5.0 Changes

    • finished all tutorials, stable version
  • v0.4.7 Changes

    • tutorial on transformations
  • v0.4.6 Changes

    • โž• added Random Projections (aka Random Indexing), as another transformation model.
    • โšก๏ธ several DML-CZ specific updates
  • v0.4.5 Changes

    • ๐Ÿ“š updated documentation
    • further memory optimizations in SVD (LSI)
  • v0.4.4 Changes

    • โž• added missing test files to MANIFEST.in
  • v0.4.3 Changes

    • ๐Ÿ“š documentation changes
    • โž• added gensim reference to Wikipedia articles (SVD, LSI, LDA, TFIDF, ...)
  • v0.4.2 Changes

    • finally, a tutorial!
    • ๐Ÿ“ฆ similarity queries got their own package
  • v0.4.1 Changes

    • ๐Ÿ“š pdf documentation
    • โœ‚ removed dependency on python2.5 (theoretically, gensim now runs on 2.6 and 2.7 as well).