Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/OpenNMT/CTranslate2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Klein <guillaume.klein@systrangroup.com>2021-03-02 11:18:12 +0300
committerGuillaume Klein <guillaume.klein@systrangroup.com>2021-03-02 11:18:12 +0300
commit55f1a0f10e89ef19133d415e9e5cbd2a53a1d147 (patch)
treeaa65b00f808fc7bfed744112642333f0afec4031
parent000427ed762563e5b1656055dd0d57eed80ed526 (diff)
Bump version to 1.18.3v1.18.3
-rw-r--r--CHANGELOG.md6
-rw-r--r--python/setup.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6ecad6c8..5e7c6f2d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,12 @@
### Fixes and improvements
+## [v1.18.3](https://github.com/OpenNMT/CTranslate2/releases/tag/v1.18.3) (2021-03-02)
+
+### Fixes and improvements
+
+* Use Intel OpenMP instead of GNU OpenMP in the Docker images as a workaround for issue #409.
+
## [v1.18.2](https://github.com/OpenNMT/CTranslate2/releases/tag/v1.18.2) (2021-02-23)
### Fixes and improvements
diff --git a/python/setup.py b/python/setup.py
index 0de26ecd..f6e40230 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -49,7 +49,7 @@ ctranslate2_module = Extension(
setup(
name="ctranslate2",
- version="1.18.2",
+ version="1.18.3",
license="MIT",
description="Fast inference engine for OpenNMT models",
long_description=_get_long_description(),