Skip to content

Commit

Permalink
Bump 2.1.1 (#2055)
Browse files Browse the repository at this point in the history
  • Loading branch information
francoishernandez authored Apr 30, 2021
1 parent e4ab06c commit edf4b46
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

## [Unreleased]

## [2.1.1](https://github.com/OpenNMT/OpenNMT-py/tree/2.1.1) (2021-04-30)

### Fixes and improvements
* Fix potential deadlock (b1a4615)
* Add more CT2 conversion checks (e4ab06c)

## [2.1.0](https://github.com/OpenNMT/OpenNMT-py/tree/2.1.0) (2021-04-16)

### New features
Expand All @@ -14,7 +20,7 @@
* Fix beam warning and buffers reuse
* Handle invalid lines in vocab file gracefully

## [2.0.1](https://github.com/OpenNMT/OpenNMT-py/tree/2.0.1) (2021-01-20)
## [2.0.1](https://github.com/OpenNMT/OpenNMT-py/tree/2.0.1) (2021-01-27)

### Fixes and improvements
* Support embedding layer for larger vocabularies with GGNN (e8065b7)
Expand Down
2 changes: 1 addition & 1 deletion onmt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
__all__ = [onmt.inputters, onmt.encoders, onmt.decoders, onmt.models,
onmt.utils, onmt.modules, "Trainer"]

__version__ = "2.1.0"
__version__ = "2.1.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
description='A python implementation of OpenNMT',
long_description=long_description,
long_description_content_type='text/markdown',
version='2.1.0',
version='2.1.1',
packages=find_packages(),
project_urls={
"Documentation": "http://opennmt.net/OpenNMT-py/",
Expand Down

0 comments on commit edf4b46

Please sign in to comment.