gensim v0.8.1 Release Notes

Release Date: 2011-10-10 // over 12 years ago
    • ๐Ÿ‘€ transactional similarity server: see docs/simserver.html
    • ๐Ÿšš website moved from university hosting to radimrehurek.com
    • much improved speed of lsi[corpus] transformation:
    • accuracy tests of incremental svd: test/svd_error.py and http://groups.google.com/group/gensim/browse_thread/thread/4b605b72f8062770
    • further improvements to memory-efficiency of LDA and LSA
    • ๐Ÿ‘Œ improved wiki preprocessing (thx to Luca de Alfaro)
    • ๐Ÿ–จ model.print_topics() debug fncs now support std output, in addition to logging (thx to Homer Strong)
    • ๐Ÿ›  several smaller fixes and improvements