gensim v0.10.3 Release Notes

Release Date: 2014-11-17 // over 9 years ago
    • โž• added streamed phrases = collocation detection (Miguel Cabrera, #258)
    • โž• added param for multiple word2vec epochs (sebastienj, #243)
    • โž• added doc2vec (=paragraph2vec = extension of word2vec) model (Timothy Emerick, #231)
    • ๐ŸŽ‰ initialize word2vec deterministically, for increased experiment reproducibility (KCzar, #240)
    • all indexed corpora now allow full Python slicing syntax (Christopher Corley, #246)
    • โšก๏ธ update distributed code for new Pyro4 API and py3k (Michael Brooks, Marco Bonzanini, #255, #249)
    • ๐Ÿ›  fixes to six module version (Lars Buitinck, #259)
    • ๐Ÿ›  fixes to setup.py (Maxim Avanov and Christopher Corley, #260, #251)
    • โšก๏ธ ...and lots of minor fixes & updates all around