Skip to content

Commit

Permalink
Bump version to 1.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumekln committed Jan 11, 2023
1 parent 13eef88 commit bf9c1af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ The project follows [semantic versioning 2.0.0](https://semver.org/). The API co

### Fixes and improvements

## [v1.36.0](https://github.com/OpenNMT/Tokenizer/releases/tag/v1.36.0) (2023-01-11)

### New features

* [Python] Add argument `vocabulary` in the `Tokenizer` constructor to set the vocabulary with a list of tokens instead of using a file
* [Python] Add function `pyonmttok.is_valid_language` to check if a language code is valid and can be passed to the `Tokenizer` constructor

## [v1.35.0](https://github.com/OpenNMT/Tokenizer/releases/tag/v1.35.0) (2022-12-06)

### New features
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/pyonmttok/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version information."""

__version__ = "1.35.0"
__version__ = "1.36.0"

0 comments on commit bf9c1af

Please sign in to comment.