Skip to content

Commit

Permalink
Bump 2.3.0 (#2200)
Browse files Browse the repository at this point in the history
  • Loading branch information
francoishernandez authored Sep 14, 2022
1 parent ffd2ba9 commit 9311a9a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@

## [Unreleased]

## [2.3.0](https://github.com/OpenNMT/OpenNMT-py/tree/2.3.0) (2022-09-14)

### New features
* BLEU/TER (& custom) scoring during training and validation (#2198)
* LM related tools (#2197)
* Allow encoder/decoder freezing (#2176)
* Dynamic data loading for inference (#2145)
* Sentence-level scores at inference (#2196)
* MBR and oracle reranking scoring tools (#2196)

### Fixes and improvements
* Updated beam exit condition (#2190)
* Improve scores reporting (#2191)
* Fix dropout scheduling (#2194)
* Better catch CUDA ooms when training (#2195)
* Fix source features support in inference and REST server (#2109)
* Make REST server more flexible with dictionaries (#2104)
* Fix target prefixing in LM decoding (#2099)

## [2.2.0](https://github.com/OpenNMT/OpenNMT-py/tree/2.2.0) (2021-09-14)

### New features
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.2.0"
__version__ = "2.3.0"
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.2.0',
version='2.3.0',
packages=find_packages(),
project_urls={
"Documentation": "http://opennmt.net/OpenNMT-py/",
Expand Down

0 comments on commit 9311a9a

Please sign in to comment.