• v4.0.1 071656c2d2

    v4.0.1 Stable

    kj7rrv 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 822aa7d1fd

    v4.0.0 Stable

    kj7rrv 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 a76c6d3da8

    v3.1.1 Stable

    kj7rrv 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 e4eb322aa7

    v3.1.0 Stable

    kj7rrv released this 2022-11-26 18:39:45 -08:00 | 34 commits to master since this release

    This release adds the Model.get() and Model.confidence() functions, and the gptc check CLI subcommand (an interface to Model.get()).

    It deprecates Classifier objects and the Classifier.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 of Classifier.classify()/gptc classify --category.

    Downloads
  • v3.0.1 b4766cb613

    v3.0.1 Stable

    kj7rrv released this 2022-11-25 19:45:40 -08:00 | 46 commits to master since this release

    Remove most of the code formerly used to make the emoji library an optional dependency.

    Downloads
  • v3.0.0 7ecb7dd90a

    v3.0.0 Stable

    kj7rrv 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 30a2ebe33e

    v2.1.3 Stable

    kj7rrv released this 2022-11-22 11:52:41 -08:00 | 56 commits to master since this release

    Downloads
  • v2.1.2 ad138b37d6

    v2.1.2 Stable

    kj7rrv released this 2022-07-21 13:12:54 -07:00 | 62 commits to master since this release

    Fix another emoji bug

    Downloads
  • v2.1.1 7250787228

    v2.1.1 Stable

    kj7rrv released this 2022-07-20 14:10:41 -07:00 | 64 commits to master since this release

    Fix bugs in emoji handling

    Downloads
  • v2.1.0 185692790f

    v2.1.0 Stable

    kj7rrv 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