Releases: stephenhky/PyShortTextCategorization
Releases · stephenhky/PyShortTextCategorization
Release 1.1.6
- Compatibility with TensorFlow 2.0.0
Release 1.1.5
- Decommissioned GCP buckets; using data files stored in AWS S3 buckets.
Release 1.1.4
- Minor bugs fixed.
Release 1.1.3
- Updated codes for Console code loading;
- Updated Travis CI script.
Release 1.1.2
- Updated code to load FastText models (as previous function was deprecated by
gensim
).
Release 1.1.1
- Bug fixed.
Release 1.1.0
- Size of embedded vectors set to 300 again when necessary; (possibly break compatibility)
- Moving corpus data from Github to Google Cloud Storage.
Release 1.0.8
- Compatibility with Python 3.7 with TensorFlow as the backend.
Release 1.0.7
- Compatibility with Python 3.7 with Theano as the backend;
- Minor documentation changes.
Release 1.0.6
- Minor documentation updates;
- Testing word-embedding model on Amazon S3 bucket.