Skip to content

Releases: londogard/text-gen-kt

v1.1.0

22 Aug 10:39
e3c1467
Compare
Choose a tag to compare

🥳 Out of BETA!

🤓 Complete rewrite

🚀 Faster (by multitudes)
🚀 Less memory requirements (by using a dict)
🚀 Easier API usage

Extras:
✔️ Kotlin 1.4.0 (!)
✔️ Tests added
✔️ Pre-trained models updated & simplified
✔️ Better serialization (keeps more data, simplifying usage)

v1.0.2-beta

18 May 17:26
Compare
Choose a tag to compare

✔️ Bump smile to 2.4.0
✔️ Bump kotlinx-serialization to 0.20.0
✔️ Bump kotlin version

v1.0.1-beta

05 Jan 12:46
Compare
Choose a tag to compare

This release includes everything from:

  • Custom generation & loading
  • Working path for library use (using Resource as a stream instead of path)
  • 70x speedup in time usage of generation
  • Minor slow-down of generating model
  • Still same size on model (very small)

v1.0-beta

04 Jan 16:44
Compare
Choose a tag to compare
Fixed issue with pathing of resources; using Stream instead of Path

v0.9-beta

04 Jan 15:15
Compare
Choose a tag to compare
v0.9-beta Pre-release
Pre-release

BETA release. Basically missing a few things completely.