Skip to content

Commit

Permalink
Bump version to 2.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumekln committed Sep 16, 2022
1 parent d0e977c commit aafefca
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@

### Fixes and improvements

## [v2.23.0](https://github.com/OpenNMT/CTranslate2/releases/tag/v2.23.0) (2022-09-16)

### New features

* Build wheels for Python 3.11

### Fixes and improvements

* In beam search, get more candidates from the model output and replace finished hypotheses by these additional candidates
* Fix possibly incorrect attention vectors returned from the beam search
* Fix coverage penalty that was actually not applied
* Fix crash when the beam size is larger than the vocabulary size
* Add missing compilation flag `-fvisibility=hidden` when building the Python module
* Update oneDNN to 2.6.2
* Update OpenBLAS to 0.3.21

## [v2.22.0](https://github.com/OpenNMT/CTranslate2/releases/tag/v2.22.0) (2022-09-02)

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

__version__ = "2.22.0"
__version__ = "2.23.0"

0 comments on commit aafefca

Please sign in to comment.