Skip to content

Commit

Permalink
release 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhky committed Sep 23, 2020
1 parent a4e9128 commit 6f4faef
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 9 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ If you would like to contribute, feel free to submit the pull requests. You can

## News

* 09/23/2020: `shorttext` 1.4.1 released.
* 09/02/2020: `shorttext` 1.4.0 released.
* 07/23/2020: `shorttext` 1.3.0 released.
* 06/05/2020: `shorttext` 1.2.6 released.
Expand Down
6 changes: 6 additions & 0 deletions docs/codes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ API

API unlisted in tutorials are listed here.

Shorttext Models Smart Loading
------------------------------

.. automodule:: shorttext.smartload
:members:

Supervised Classification using Word Embedding
----------------------------------------------

Expand Down
22 changes: 14 additions & 8 deletions docs/news.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
News
====

* 09/23/2020: `shorttext` 1.4.1 released.
* 09/02/2020: `shorttext` 1.4.0 released.
* 07/23/2020: `shorttext` 1.3.0 released.
* 06/05/2020: `shorttext` 1.2.6 released.
Expand Down Expand Up @@ -60,6 +61,11 @@ News
What's New
----------

Release 1.4.0 (September 23, 2020)
----------------------------------

* Documentation and codes cleaned up.

Release 1.4.0 (September 2, 2020)
---------------------------------

Expand All @@ -77,20 +83,20 @@ Release 1.2.6 (June 20, 2020)
* Removed Python-2 codes (`urllib2`).

Release 1.2.5 (May 20, 2020)
-----------------------------
----------------------------

* Update on `gensim` package usage and requirements;
* Removed some deprecated functions.

Release 1.2.4 (May 13, 2020)
-----------------------------
----------------------------

* Update on `scikit-learn` requirements to `>=0.23.0`.
* Directly dependence on `joblib`;
* Support for Python 3.8 added.

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

* PyUP scan implemented;
* Support for Python 3.5 decommissioned.
Expand All @@ -101,13 +107,13 @@ Release 1.2.2 (April 7, 2020)
* Removed dependence on `PyStemmer`, which is replaced by `snowballstemmer`.

Release 1.2.1 (March 23, 2020)
--------------------------------
------------------------------

* Added port number adjustability for word-embedding API;
* Removal of Spacy dependency.

Release 1.2.0 (March 21, 2020)
--------------------------------
------------------------------

* API for word-embedding algorithm for one-time loading.

Expand Down Expand Up @@ -141,7 +147,7 @@ Release 1.1.2 (June 5, 2019)
* Updated codes for Fasttext moddel loading as the previous function was deprecated.

Release 1.1.1 (April 23, 2019)
-----------------------------
------------------------------

* Bug fixed. (Acknowledgement: `Hamish Dickson
<https://github.com/hamishdickson>`_ )
Expand All @@ -154,7 +160,7 @@ Release 1.1.0 (March 3, 2019)


Release 1.0.8 (February 14, 2019)
--------------------------------
---------------------------------

* Minor bugs fixed.

Expand Down Expand Up @@ -185,7 +191,7 @@ Release 1.0.5 (January 13, 2019)


Release 1.0.4 (October 3, 2018)
------------------------------
-------------------------------

* Package `keras` requirement updated;
* Less dependence on `pandas`.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def test_requirements():


setup(name='shorttext',
version='1.4.1a1',
version='1.4.1',
description="Short Text Mining",
long_description=package_description(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 6f4faef

Please sign in to comment.