Skip to content

Commit 1cf165a

Browse files
Bump 2.0.1 (#2002)
1 parent 9fb5f30 commit 1cf165a

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
## [Unreleased]
66

7+
## [2.0.1](https://github.com/OpenNMT/OpenNMT-py/tree/2.0.0) (2021-01-20)
8+
9+
### Fixes and improvements
10+
* Support embedding layer for larger vocabularies with GGNN (e8065b7)
11+
* Reorganize some inference options (9fb5f30)
12+
713
## [2.0.0](https://github.com/OpenNMT/OpenNMT-py/tree/2.0.0) (2021-01-20)
814

915
First official release for OpenNMT-py major upgdate to 2.0!

onmt/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
__all__ = [onmt.inputters, onmt.encoders, onmt.decoders, onmt.models,
1616
onmt.utils, onmt.modules, "Trainer"]
1717

18-
__version__ = "2.0.0"
18+
__version__ = "2.0.1"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
description='A python implementation of OpenNMT',
1212
long_description=long_description,
1313
long_description_content_type='text/markdown',
14-
version='2.0.0',
14+
version='2.0.1',
1515
packages=find_packages(),
1616
project_urls={
1717
"Documentation": "http://opennmt.net/OpenNMT-py/",

0 commit comments

Comments
 (0)