- Allow passing ``model_name`` and ``action`` arguments to the ``ContextualWordEmbeddingsAugmenter``. - Replace ``bert-base-cased`` with ``bert-base-multilingual-cased`` as a default model for ``ContextualWordEmbeddingsAugmenter``. - Improve ``PPTX`` document layout. - Minor fixes in documentation.
0.10.9
------ 2023-01-18
- Add an installation directive ``[common]`` to install everything except ML libraries. - Added testing of UTF8 content.
0.10.8
------ 2023-01-16
- Switch to PyPI releases of ``gtts``. - Stop testing against Django 3.0 and 3.1. - Documentation improvements. - Tests improvements.
0.10.7
------ 2023-01-13
- Add ``OdtFileProvider`` and ``create_inner_odt_file`` function. - Documentation improvements. - Async related deprecation fixes in ``EdgeTtsMp3Generator``. - Optimize example factories.