Skip to content

Releases: stephenhky/PyShortTextCategorization

Release 1.5.3

11 Jul 21:15
Compare
Choose a tag to compare
  • Documentation updated.

Release 1.5.2

07 Jul 03:43
Compare
Choose a tag to compare
  • Resolved bugs regarding keras import.
  • Support for Python 3.9.

Release 1.5.1

10 Apr 17:40
5b5c4d8
Compare
Choose a tag to compare

Replace TravisCI with CircleCI in the continuous integration (CI) pipeline.

Release 1.5.0

09 Apr 15:39
Compare
Choose a tag to compare
  • Decommissioned support for Python 3.6;
  • Removed buggy unit tests.

Release 1.4.8

11 Feb 17:01
Compare
Choose a tag to compare
  • Updated requirements for scipy for Python 3.7 or above.

Release 1.4.7

11 Jan 20:48
Compare
Choose a tag to compare
  • Updated version of transformers in requirement.txt;
  • Updated BERT encoder for the change of implementation;
  • Fixed unit tests.

Release 1.4.6

04 Jan 16:44
Compare
Choose a tag to compare
  • Bug regarding Python 3.6 requirement for scipy.

Release 1.4.5

29 Dec 04:02
43bf568
Compare
Choose a tag to compare
  • Bugs fixed about Python 2 to 3 updates, filter in shorttext.metrics.embedfuzzy.

Release 1.4.4

24 Dec 17:02
Compare
Choose a tag to compare
  • Bugs regarding SumEmbedVeccClassification.py;
  • Fixing bugs due to Python 3.6 restriction on scipy.

Release 1.4.3

10 Nov 21:51
Compare
Choose a tag to compare
  • Bugs about transformer-based model on different devices resolved.