Skip to content

v3.7.0

Choose a tag to compare

@BriannaDelgado BriannaDelgado released this 14 May 18:07
d8ab77b

Added

  • Added support for listing translation memories via DeepL.translation_memories.list.
  • Added translation_memory and translation_memory_threshold parameters to translate()
    to use a translation memory during text translation. The translation_memory parameter
    accepts a string ID or a TranslationMemory object.
  • Added support for style rules CRUD operations via DeepL.style_rules:
    create(), find(), update_name(), update_configured_rules(), and destroy().
  • Added support for style rule custom instruction CRUD operations via DeepL.style_rules:
    create_custom_instruction(), find_custom_instruction(),
    update_custom_instruction(), and destroy_custom_instruction().
    Please refer to the README for usage instructions.

Changed

  • Updated unit test to expect the model_type_used to now be quality_optimized
  • Set explicit image for gitlab release CI job to avoid missing $HOME issues