Skip to content

Commit

Permalink
Version 2.4.4. Fixed issue with produce_scattertext_html.
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonKessler committed Mar 13, 2017
1 parent 61bdb97 commit c01e92f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Build Status](https://travis-ci.org/JasonKessler/scattertext.svg?branch=master)](https://travis-ci.org/JasonKessler/scattertext)
[![Gitter Chat](https://img.shields.io/badge/GITTER-join%20chat-green.svg)](https://gitter.im/scattertext/Lobby)

#Scattertext 0.0.2.4.3
#Scattertext 0.0.2.4.4

**Table of Contents**

Expand Down Expand Up @@ -383,6 +383,11 @@ $ python2.7 src/main.py <script file name> --enable-volume-trees \
* [Turning Unstructured Content into Kernels of Ideas](https://www.slideshare.net/JasonKessler/turning-unstructured-content-into-kernels-of-ideas) for an introduction to the metrics and algorithms used.
##What's new
### 0.0.2.4.4
Corrected example links on this Readme.
Fixed a bug in Issue 8 where the HTML visualization produced by `produce_scattertext_html` would fail.
### 0.0.2.4.2
Fixed a couple issues that rendered Scattertext broken in Python 2. Chinese processing still does not work.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

setup(name='scattertext',
version='0.0.2.4.2',
version='0.0.2.4.4',
description='An NLP libarary to help find interesting terms in small to medium-sized corpora.',
url='https://github.com/JasonKessler/scattertext',
author='Jason Kessler',
Expand Down

0 comments on commit c01e92f

Please sign in to comment.