From 4420bfab8316bf15f8002423d3a2c35f50e3e130 Mon Sep 17 00:00:00 2001 From: Guillaume Klein Date: Mon, 28 Oct 2019 11:21:40 +0100 Subject: [PATCH] Bump version --- CHANGELOG.md | 13 +++++++++++++ python/setup.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 931913aa3..c9856caf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ ### Fixes and improvements +## [v1.2.0](https://github.com/OpenNMT/CTranslate2/releases/tag/v1.2.0) (2019-10-28) + +### New features + +* Accept Transformer models with custom number of layers and heads +* `--log-profiling` client option to profile ops execution + +### Fixes and improvements + +* Fix conversion error for models having 2 different weights with the same values +* Fix invalid MKL function override after a refactoring +* Add more information and context to several error messages + ## [v1.1.0](https://github.com/OpenNMT/CTranslate2/releases/tag/v1.1.0) (2019-10-18) ### New features diff --git a/python/setup.py b/python/setup.py index f4f44e127..0d066740a 100644 --- a/python/setup.py +++ b/python/setup.py @@ -29,7 +29,7 @@ def _maybe_add_library_root(lib_name): setup( name="ctranslate2", - version="1.1.0", + version="1.2.0", packages=find_packages(exclude=["bin"]), ext_modules=[ctranslate2_module], install_requires=[