File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
bindings/python/pyonmttok Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,17 @@ The project follows [semantic versioning 2.0.0](https://semver.org/). The API co
2626
2727### Fixes and improvements
2828
29+ ## [ v1.33.0] ( https://github.com/OpenNMT/Tokenizer/releases/tag/v1.33.0 ) (2022-08-29)
30+
31+ ### New features
32+
33+ * [ Python] Build ARM64 wheels for macOS
34+
35+ ### Fixes and improvements
36+
37+ * [ CLI] Fix error when the option ` --segment_alphabet ` is not set
38+ * Fix SentencePiece build warning when compiling with Clang
39+
2940## [ v1.32.0] ( https://github.com/OpenNMT/Tokenizer/releases/tag/v1.32.0 ) (2022-07-25)
3041
3142### New features
Original file line number Diff line number Diff line change 11"""Version information."""
22
3- __version__ = "1.32 .0"
3+ __version__ = "1.33 .0"
You can’t perform that action at this time.
0 commit comments