-
v4.0.1 Stable
released this
2022-12-24 12:51:04 -08:00 | 14 commits to master since this release- Fix type annotations
- Fix
Model.check()
/gptc check
Downloads
-
v4.0.0 Stable
released this
2022-12-24 12:25:02 -08:00 | 17 commits to master since this release- Performance improvements
- Remove
has_emoji
from compiled model serialization format (#11) - Allow selection of hash algorithm (#9)
- Normalize special font characters (#3)
- Treat numbers as words (#12)
Note that this release breaks the compiled model format. Compiled models from v3.x.x will not work with v4.0.0 and vice versa.
Downloads
-
v3.1.1 Stable
released this
2022-11-27 15:08:06 -08:00 | 28 commits to master since this release- Performance improvements in compilation
- Add type annotations to
Model.get()
Downloads
-
v3.1.0 Stable
released this
2022-11-26 18:39:45 -08:00 | 34 commits to master since this releaseThis release adds the
Model.get()
andModel.confidence()
functions, and thegptc check
CLI subcommand (an interface toModel.get()
).It deprecates
Classifier
objects and theClassifier.classify()
/gptc classify --category
function, command, and feature. These will be removed in GPTC 4.0.0. There is no supported method to replicate the functionality ofClassifier.classify()
/gptc classify --category
.Downloads
-
v3.0.1 Stable
released this
2022-11-25 19:45:40 -08:00 | 46 commits to master since this releaseRemove most of the code formerly used to make the
emoji
library an optional dependency.Downloads
-
v3.0.0 Stable
released this
2022-11-23 17:51:06 -08:00 | 48 commits to master since this release- New model format
- Require
emoji
module - Switch from LGPLv3+ to GPLv3+
Downloads
-
v2.1.3 Stable
released this
2022-11-22 11:52:41 -08:00 | 56 commits to master since this releaseDownloads
-
v2.1.2 Stable
released this
2022-07-21 13:12:54 -07:00 | 62 commits to master since this releaseFix another emoji bug
Downloads
-
v2.1.1 Stable
released this
2022-07-20 14:10:41 -07:00 | 64 commits to master since this releaseFix bugs in emoji handling
Downloads
-
v2.1.0 Stable
released this
2022-07-19 19:31:22 -07:00 | 66 commits to master since this release- Emoji support (optional, requires
emoji
package) - Type annotations
- Move
utils/pack.py
to main module (gptc pack
)
Downloads
- Emoji support (optional, requires