Skip to content

Commit

Permalink
release 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhky committed Apr 28, 2020
1 parent 2703e6e commit 95ce86c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ of these representations, including topic modeling and word-embedding algorithms

Since release 1.2.3, support for Python 3.5 was decommissioned.
Since release 1.1.7, support for Python 2.7 was decommissioned.
Since release 1.0.0, `shorttext` runs on Python 2.7, 3.5, and 3.6.
Since release 1.0.7, it runs on Python 3.7 as well, but the backend for `keras` cannot be `TensorFlow`.
Since release 1.0.8, it runs on Python 3.7 with 'TensorFlow' being the backend for `keras`.
Since release 1.0.7, it runs on Python 3.7 as well, but the backend for `keras` cannot be `TensorFlow`.
Since release 1.0.0, `shorttext` runs on Python 2.7, 3.5, and 3.6.

Characteristics:

Expand Down Expand Up @@ -85,6 +85,7 @@ If you would like to contribute, feel free to submit the pull requests. You can

## News

* 04/28/2020: `shorttext` 1.2.3 released.
* 04/07/2020: `shorttext` 1.2.2 released.
* 03/23/2020: `shorttext` 1.2.1 released.
* 03/21/2020: `shorttext` 1.2.0 released.
Expand Down
7 changes: 7 additions & 0 deletions docs/news.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
News
====

* 04/28/2020: `shorttext` 1.2.3 released.
* 04/07/2020: `shorttext` 1.2.2 released.
* 03/23/2020: `shorttext` 1.2.1 released.
* 03/21/2020: `shorttext` 1.2.0 released.
Expand Down Expand Up @@ -54,6 +55,12 @@ News
What's New
----------

Release 1.2.2 (April 28, 2020)
-----------------------------

* PyUP scan implemented;
* Support for Python 3.5 decommissioned.

Release 1.2.2 (April 7, 2020)
-----------------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def setup_requirements():


setup(name='shorttext',
version='1.2.3a01',
version='1.2.3',
description="Short Text Mining",
long_description=package_description(),
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion setup_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Cython==0.29.16
Cython>=0.29.0
numpy>=1.16.0
scipy>=1.2.0

0 comments on commit 95ce86c

Please sign in to comment.