Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 737 Bytes

NEWS.md

File metadata and controls

28 lines (18 loc) · 737 Bytes

tok (development version)

  • add message translation in FR (#19, @cregouby)

tok 0.1.4

  • Updated libR-sys to fix mac oldrel notes. (#18)
  • Report rust version during compilation.

tok 0.1.3

tok 0.1.2

  • Added support for authentication. (#7)
  • Added support for training tokenizers from scratch. (#8)
  • Added support for serializing tokenizers. (#8)
  • Implemented support for configuring padding and truncation. (#9)
  • Added support for decoders, post_processors and normalizers. (#10)
  • Added support for get_vocab_size(). (#10)
  • Updated extendr version to avoid non-API function calls. (#11)

tok 0.1.1

  • Dependencies are now vendored to avoid versioning problems on CRAN. (#5)

tok 0.1.0

  • Initial CRAN submission.