File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
77
8+ ## [ Unreleased]
9+ ### Added
10+ * Added ` model_type ` option to ` translate_text() ` to use models with higher
11+ translation quality (available for some language pairs), or better latency.
12+ Options are ` 'quality_optimized' ` , ` 'latency_optimized' ` , and ` 'prefer_quality_optimized' `
13+ * Added the ` model_type_used ` field to ` translate_text() ` response, that
14+ indicates the translation model used when the ` model_type ` option is
15+ specified.
16+
17+
818## [ 1.19.1] - 2024-09-17
919### Fixed
1020* Fixed typing issues, black-formatting and a test case failure.
@@ -304,6 +314,7 @@ Version increased to avoid conflicts with old packages on PyPI.
304314Initial version.
305315
306316
317+ [ Unreleased ] : https://github.com/DeepLcom/deepl-python/compare/v1.19.1...HEAD
307318[ 1.19.1 ] : https://github.com/DeepLcom/deepl-python/compare/v1.19.0...v1.19.1
308319[ 1.19.0 ] : https://github.com/DeepLcom/deepl-python/compare/v1.18.0...v1.19.0
309320[ 1.18.0 ] : https://github.com/DeepLcom/deepl-python/compare/v1.17.0...v1.18.0
You can’t perform that action at this time.
0 commit comments