- Lowered minimum supported rust version (MSRV) from 1.91 to 1.77.2, at request of CRAN (#29).
- Updated upstream tokenizers library to 0.22.2.
- Update extendr-api to 0.9.0.
- Changed maintainer to Tomasz Kalinowski.
- Fixed tiny documentation issue for normalizers.
- Updated upstream tokenizers to 0.20.3
- Update extendr-api to 0.8.1
- add message translation in FR (#19, @cregouby)
- Updated libR-sys to fix mac oldrel notes. (#18)
- Report rust version during compilation.
- 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)
- Dependencies are now vendored to avoid versioning problems on CRAN. (#5)
- Initial CRAN submission.