All Versions
82
Latest Version
Avg Release Cycle
82 days
Latest Release
512 days ago
Changelog History
Page 8
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).