Skip to content

Commit

Permalink
Releases v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bmabey committed Feb 11, 2021
1 parent 02a2e66 commit e60daae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions HISTORY.rst
Expand Up @@ -3,6 +3,10 @@
History
-------

3.2.0 (2021-02-10)
--------------------
* Switches the CDN to cdn.jsdelivr to get accurate mime types.

3.1.0 (2021-02-07)
--------------------
* Replaces rawgit CDN since it has been sunset.
Expand Down
2 changes: 1 addition & 1 deletion pyLDAvis/__init__.py
Expand Up @@ -39,7 +39,7 @@
"display", "show", "save_html", "save_json",
"enable_notebook", "disable_notebook"]

__version__ = '3.1.0'
__version__ = '3.2.0'

from ._display import *
from ._prepare import prepare, js_PCoA, PreparedData
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -18,13 +18,13 @@

setup(
name='pyLDAvis',
version='3.1.0',
version='3.2.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/3.1.0',
download_url = 'https://github.com/bmabey/pyLDAvis/tarball/3.2.0',
packages=[
'pyLDAvis',
],
Expand Down

0 comments on commit e60daae

Please sign in to comment.