This repository has been archived by the owner on Jun 14, 2018. It is now read-only.
Releases: ContinuumIO/topik
Releases · ContinuumIO/topik
LDA Model Creation FIx
This fix deals with the errors happening when building models on Linux machines.
0.3.0
This version is a major update of the API to be consistent across all modules. Each step is now expected to be a function that returns either an iterator of content or some more complicated object that aids in presentation of results. Each step is registered with a borg-pattern dictionary, which hopefully will facilitate future integration with GUIs.
0.2.2
0.2.1
0.2.0
- Refactor with aim towards modularity at each step
- add elasticsearch input source
- add elasticsearch as output backend option
- add initial PLSA model algorithm
- expand documentation; add examples of using Topik with Python API
- add API docs from docstrings
- add continuous integration with Travis CI
- add code coverage monitoring with Coveralls
- add code analysis with Scrutinizer
- replace R-LDAvis with PyLDAvis to eliminate R dependency for simplicity
- multitudinous bug fixes guided by Travis + doctests
Release 0.1.0
v0.1.0 add docs config