Skip to content

Commit bf9c1af

Browse files
committed
Bump version to 1.36.0
1 parent 13eef88 commit bf9c1af

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ The project follows [semantic versioning 2.0.0](https://semver.org/). The API co
2626

2727
### Fixes and improvements
2828

29+
## [v1.36.0](https://github.com/OpenNMT/Tokenizer/releases/tag/v1.36.0) (2023-01-11)
30+
31+
### New features
32+
33+
* [Python] Add argument `vocabulary` in the `Tokenizer` constructor to set the vocabulary with a list of tokens instead of using a file
34+
* [Python] Add function `pyonmttok.is_valid_language` to check if a language code is valid and can be passed to the `Tokenizer` constructor
35+
2936
## [v1.35.0](https://github.com/OpenNMT/Tokenizer/releases/tag/v1.35.0) (2022-12-06)
3037

3138
### New features
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version information."""
22

3-
__version__ = "1.35.0"
3+
__version__ = "1.36.0"

0 commit comments

Comments
 (0)