File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
bindings/python/pyonmttok Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,24 @@ The project follows [semantic versioning 2.0.0](https://semver.org/). The API co
26
26
27
27
### Fixes and improvements
28
28
29
+ ## [ v1.34.0] ( https://github.com/OpenNMT/Tokenizer/releases/tag/v1.34.0 ) (2022-09-13)
30
+
31
+ ### Changes
32
+
33
+ * [ Python] Wheels are now built under ` manylinux2014 ` and requires ` pip ` >= 19.3 for installation
34
+
35
+ ### New features
36
+
37
+ * [ Python] Build wheels for Python 3.11
38
+
39
+ ### Fixes and improvements
40
+
41
+ * Improve error handling when reading token frequencies in the vocabulary file
42
+ * [ Python] Fix possible crash when ` pyonmttok ` is imported before ` torch `
43
+ * [ Python] Update ICU to 71.1
44
+ * [ C++] Fix static compilation with ` -DBUILD_SHARED_LIBS=OFF `
45
+ * [ C++] Fix CMake warning when compiling the tests
46
+
29
47
## [ v1.33.0] ( https://github.com/OpenNMT/Tokenizer/releases/tag/v1.33.0 ) (2022-08-29)
30
48
31
49
### New features
Original file line number Diff line number Diff line change 1
1
"""Version information."""
2
2
3
- __version__ = "1.33 .0"
3
+ __version__ = "1.34 .0"
You can’t perform that action at this time.
0 commit comments