We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8cf860 commit e52317cCopy full SHA for e52317c
CHANGELOG.md
@@ -26,6 +26,13 @@ The project follows [semantic versioning 2.0.0](https://semver.org/). The API co
26
27
### Fixes and improvements
28
29
+## [v1.37.1](https://github.com/OpenNMT/Tokenizer/releases/tag/v1.37.1) (2023-03-01)
30
+
31
+### Fixes and improvements
32
33
+* Consider escaped characters as single characters in BPE
34
+* Ignore undefined scripts when resolving inherited or common scripts
35
36
## [v1.37.0](https://github.com/OpenNMT/Tokenizer/releases/tag/v1.37.0) (2023-02-28)
37
38
### New features
bindings/python/pyonmttok/version.py
@@ -1,3 +1,3 @@
1
"""Version information."""
2
3
-__version__ = "1.37.0"
+__version__ = "1.37.1"
0 commit comments