gensim v0.8.0 Release Notes

Release Date: 2011-06-28 // almost 13 years ago
    • ๐Ÿ”„ changed all variable and function names to comply with PEP8 (numTopics->num_topics): BREAKS BACKWARD COMPATIBILITY!
    • added support for similarity querying more documents at once (index[query_documents] in addition to index[query_document]; much faster)
    • rewrote Similarity so that it is more efficient and scalable (using disk-based mmap'ed shards)
    • simplified directory structure (src/gensim/ is now only gensim/)
    • ๐Ÿ›  several small fixes and optimizations