Skip to content

Commit

Permalink
releases v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bmabey committed Nov 9, 2015
1 parent 848b247 commit 11e4b50
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
History
-------

1.3.2 (2015-11-09)
---------------------

* Gensim prepare 25% speed increase, thanks @mattilyra!
* Pandas deprecation warnings are now gone.
* Pandas v0.17 is now being used.

1.3.1 (2015-11-02)
---------------------

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

__version__ = '1.3.1'
__version__ = '1.3.2'

from ._display import *
from ._prepare import prepare, js_PCoA, PreparedData
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def run_tests(self):

setup(
name='pyLDAvis',
version='1.3.1',
version='1.3.2',
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 11e4b50

Please sign in to comment.