Skip to content
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.

Releases: ContinuumIO/topik

LDA Model Creation FIx

21 Apr 17:02
Compare
Choose a tag to compare

This fix deals with the errors happening when building models on Linux machines.

0.3.0

30 Nov 17:12
Compare
Choose a tag to compare

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

15 Oct 17:53
Compare
Choose a tag to compare
0.2.2 Pre-release
Pre-release
  • update documentation to show (interactive!) plots
  • fix LDA model issue where word weights did not sum to 1, causing an LDAvis validation error

0.2.1

10 Oct 01:11
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release

Fix markdown display at PyPI

0.2.0

09 Oct 23:53
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
  • 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

17 Feb 19:04
Compare
Choose a tag to compare
Release 0.1.0 Pre-release
Pre-release
v0.1.0

add docs config