Skip to content

Releases: huggingface/tokenizers

Node v0.13.3

05 Apr 08:03
37372b6

Choose a tag to compare

Node v0.13.3 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: node-v0.13.2...python-v0.13.3rc1

What's Changed

Read more

Python v0.13.3rc1

04 Apr 13:06
a05be6b

Choose a tag to compare

Python v0.13.3rc1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: node-v0.13.2...python-v0.13.3rc1

What's Changed

Read more

Rust 0.13.2

07 Nov 08:42
b8a4aa6

Choose a tag to compare

Python 3.11 support (Python only modification)

Python 0.13.2

07 Nov 08:12
b8a4aa6

Choose a tag to compare

[0.13.2]

  • [#1096] Python 3.11 support

Node 0.13.2

07 Nov 08:43
b8a4aa6

Choose a tag to compare

Node 0.13.2 Pre-release
Pre-release

Python 3.11 support (Python only modification)

Rust 0.13.1

06 Oct 13:10

Choose a tag to compare

[0.13.1]

  • [#1072] Fixing Roberta type ids.

Python v0.13.1

06 Oct 12:33

Choose a tag to compare

[0.13.1]

  • [#1072] Fixing Roberta type ids.

Node 0.13.1

06 Oct 13:10

Choose a tag to compare

[0.13.1]

  • [#1072] Fixing Roberta type ids.

Python v0.13.0

21 Sep 10:20
63082c4

Choose a tag to compare

[0.13.0]

  • [#956] PyO3 version upgrade
  • [#1055] M1 automated builds
  • [#1008] Decoder is now a composable trait, but without being backward incompatible
  • [#1047, #1051, #1052] Processor is now a composable trait, but without being backward incompatible

Both trait changes warrant a "major" number since, despite best efforts to not break backward
compatibility, the code is different enough that we cannot be exactly sure.

Rust v0.13.0

19 Sep 08:13
7c146d9

Choose a tag to compare

[0.13.0]

  • [#1009] unstable_wasm feature to support building on Wasm (it's unstable !)
  • [#1008] Decoder is now a composable trait, but without being backward incompatible
  • [#1047, #1051, #1052] Processor is now a composable trait, but without being backward incompatible

Both trait changes warrant a "major" number since, despite best efforts to not break backward
compatibility, the code is different enough that we cannot be exactly sure.