Skip to content

Releases: stephenhky/PyShortTextCategorization

Release 1.0.8

Choose a tag to compare

@stephenhky stephenhky released this 14 Feb 05:08
  • Compatibility with Python 3.7 with TensorFlow as the backend.

Release 1.0.7

Choose a tag to compare

@stephenhky stephenhky released this 30 Jan 21:48
  • Compatibility with Python 3.7 with Theano as the backend;
  • Minor documentation changes.

Release 1.0.6

Choose a tag to compare

@stephenhky stephenhky released this 30 Jan 02:41
  • Minor documentation updates;
  • Testing word-embedding model on Amazon S3 bucket.

Release 1.0.5

Choose a tag to compare

@stephenhky stephenhky released this 13 Jan 23:48
  • Minor versioning bug.

Release 1.0.4

Choose a tag to compare

@stephenhky stephenhky released this 03 Oct 16:56
  • Update package;
  • Less pandas dependence.

Release 1.0.3

Choose a tag to compare

@stephenhky stephenhky released this 07 Aug 03:09
  • Minor bugs fixed.

Release 1.0.2

Choose a tag to compare

@stephenhky stephenhky released this 24 Jul 16:34
  • Minor bugs regarding installation fixed.

Release 1.0.1

Choose a tag to compare

@stephenhky stephenhky released this 17 Jul 18:25
  • Minor bugs fixed.

Release 1.0.0

Choose a tag to compare

@stephenhky stephenhky released this 14 Jul 14:51
  • Python-3 compatibility;
  • Replacing the original stemmer to use Snowball;
  • Certain functions cythonized;
  • Various bugs fixed.

Release 1.0.0a3

Release 1.0.0a3 Pre-release
Pre-release

Choose a tag to compare

@stephenhky stephenhky released this 13 Jul 15:53
12b5263
  • Cythonizing some functions.