Skip to content

Commit

Permalink
releasing 0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhky committed Oct 27, 2017
1 parent 4501e9e commit eefa072
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ to fix any errors.

# News

* 10/27/2017: `shorttext` 0.5.7 released.
* 10/17/2017: `shorttext` 0.5.6 released.
* 09/28/2017: `shorttext` 0.5.5 released.
* 09/08/2017: `shorttext` 0.5.4 released.
Expand Down
3 changes: 2 additions & 1 deletion UPCOMING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Upcoming Updates to `shorttext`
Confirmed Updates
-----------------

* Removed most explicit user-specification of `vecsize` for given word-embedding models.
* Removed most explicit user-specification of `vecsize` for given word-embedding models;
* Removed old namespace for topic models (no more backward compatibility).

Expected Updates
----------------
Expand Down
2 changes: 1 addition & 1 deletion apidocs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
# The short X.Y version.
version = '0.5'
# The full version, including alpha/beta/rc tags.
release = '0.5.6'
release = '0.5.7'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
# The short X.Y version.
version = u'0.5'
# The full version, including alpha/beta/rc tags.
release = u'0.5.6'
release = u'0.5.7'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
9 changes: 8 additions & 1 deletion docs/news.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
News
====

* 10/27/2017: `shorttext` 0.5.7 released.
* 10/17/2017: `shorttext` 0.5.6 released.
* 09/28/2017: `shorttext` 0.5.5 released.
* 09/08/2017: `shorttext` 0.5.4 released.
Expand All @@ -26,7 +27,13 @@ News
What's New
----------

Release 0.5.6 (September 28, 2017)
Release 0.5.7 (October 27, 2017)
---------------------------------

* Removed most explicit user-specification of `vecsize` for given word-embedding models;
* Removed old namespace for topic models (hence no more backward compatibility).

Release 0.5.6 (October 17, 2017)
---------------------------------

* Updated the neural network framework due to the change in `gensim` API.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def readme():
return f.read()

setup(name='shorttext',
version="0.5.6",
version="0.5.7",
description="Short Text Categorization",
long_description="Supervised learning algorithms for short text categorization using embedded word vectors such as Word2Vec, or immediate feature vectors using topic models",
classifiers=[
Expand Down

0 comments on commit eefa072

Please sign in to comment.