Skip to content

Commit

Permalink
releases v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bmabey committed Apr 14, 2016
1 parent 1fc7f63 commit dfa0a20
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions HISTORY.rst
Expand Up @@ -3,6 +3,12 @@
History
-------

1.5.1 (2016-04-15)
---------------------

* Add sort_topics option to prepare function to allow disabling of topic re-ordering.


1.5.0 (2016-02-20)
---------------------

Expand Down
2 changes: 1 addition & 1 deletion pyLDAvis/__init__.py
Expand Up @@ -38,7 +38,7 @@
"display", "show", "save_html", "save_json",
"enable_notebook", "disable_notebook"]

__version__ = '1.5.0'
__version__ = '1.5.1'

from ._display import *
from ._prepare import prepare, js_PCoA, PreparedData
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -55,7 +55,7 @@ def run_tests(self):

setup(
name='pyLDAvis',
version='1.5.0',
version='1.5.1',
description="Interactive topic model visualization. Port of the R package.",
long_description=readme + '\n\n' + history,
author="Ben Mabey",
Expand Down

0 comments on commit dfa0a20

Please sign in to comment.