Skip to content

Commit

Permalink
releases v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bmabey committed Jan 31, 2016
1 parent bc71f27 commit 9c7cb8e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion HISTORY.rst
Expand Up @@ -3,7 +3,15 @@
History
-------

1.3.5 (2015-12-18)
1.4.0 (2016-01-31)
---------------------

* Updated to newest version of skibio for PCoA mds.
* requirements.txt cleanup
* New 'tsne' option for prepare, see docs and notebook for more info.


1.3.5 (2015-12-18)
---------------------

* Add explicit version info for scikit-bio since the API has changed.
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.3.5'
__version__ = '1.4.0'

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.3.5',
version='1.4.0',
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 9c7cb8e

Please sign in to comment.