Releases: stephenhky/PyShortTextCategorization
Releases · stephenhky/PyShortTextCategorization
Release 2.0.0
- Decommissioned support for Python 3.8.
- Added support for Python 3.12.
- Updated file extensions for model files.
Release 1.6.1
- Update package requirements.
Release 1.6.0
- Pinned requirements for ReadTheDocs documentation;
- Fixed bugs in word-embedding model mean pooling classifiers;
- Updated package requirements.
Release 1.5.9
- Support for Python 3.11;
- Removing
flask
.
Release 1.5.8
- Package administration.
Release 1.5.7
- Removal of requirement of pre-installation of
numpy
andCython
.
Release 1.5.6
- Faster inference for
VarNNEmbeddedVecClassifier
. (Contributed by Ritesh Agrawal)
Release 1.5.5
- Support for Python 3.10.
Release 1.5.4
- Non-negative stop words.
Release 1.5.3
- Documentation updated.