Skip to content

Commit

Permalink
releases v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bmabey committed Jun 30, 2016
1 parent 5645751 commit 1f92fbe
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
History
-------

2.0.0 (2016-06-30)
---------------------

* Removed dependency on `scikit-bio` by adding an internal PCoA implementation.
* Added helper functions for scikit-learn LDA model! See the new notebook for details.
* Extended gensim helper functions to work with HDP models.
* Added scikit-learn's Multi-dimensional scaling as another MDS option when scikit-learn is installed.

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

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

__version__ = '1.5.1'
__version__ = '2.0.0'

from ._display import *
from ._prepare import prepare, js_PCoA, PreparedData
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ def run_tests(self):

setup(
name='pyLDAvis',
version='1.5.1',
version='2.0.0',
description="Interactive topic model visualization. Port of the R package.",
long_description=readme + '\n\n' + history,
author="Ben Mabey",
author_email='ben@benmabey.com',
url='https://github.com/bmabey/pyLDAvis',
download_url = 'https://github.com/bmabey/pyLDAvis/tarball/1.2.0',
download_url = 'https://github.com/bmabey/pyLDAvis/tarball/2.0.0',
packages=[
'pyLDAvis',
],
Expand Down

0 comments on commit 1f92fbe

Please sign in to comment.