diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d098080f..931913aa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ ### Fixes and improvements +## [v1.1.0](https://github.com/OpenNMT/CTranslate2/releases/tag/v1.1.0) (2019-10-18) + +### New features + +* New Docker images: `latest-ubuntu16-gpu`, `latest-ubuntu18`, `latest-ubuntu18-gpu` +* Support OpenNMT-tf Transformer models with shared embeddings +* Update to TensorRT 6 +* Make OpenMP runtime configurable + +### Fixes and improvements + +* Reduce the size of models with shared weights on disk and in memory +* Shared words vocabulary is no longer duplicated on disk and in memory +* Improve performance of translation with a vocabulary map on GPU +* Statically link against Intel MKL +* Remove some implementation details from public headers + ## [v1.0.1](https://github.com/OpenNMT/CTranslate2/releases/tag/v1.0.1) (2019-10-08) ### Fixes and improvements diff --git a/python/setup.py b/python/setup.py index 60df47c92..f4f44e127 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.0.1", + version="1.1.0", packages=find_packages(exclude=["bin"]), ext_modules=[ctranslate2_module], install_requires=[