Releases: Azure/co-op-translator
v0.5.1
What's Changed
- Add Architecture by @skytin1004 in #25
- Add PyPI downloads badge by @skytin1004 in #26
- Update badges in README.md by @skytin1004 in #27
- Update README.md, Improve tutorials, Delete obsolete notebooks and Remove Unused folders by @skytin1004 in #31
- Update README.md by @skytin1004 in #32
- Docs: Update Issue and PR templates by @skytin1004 in #34
- Build: Add labeler.yml for automatic labeling by @skytin1004 in #36
- Translator: Refactor Config class to use static methods for configuration access and add tests for config by @skytin1004 in #38
- Build: Add GitHub Actions for PR labeling and automatic title prefixing by @skytin1004 in #39
- Build: Fix title prefix by @skytin1004 in #41
- Docs, Build: Add pip-based installation guide and update requirements.txt by @skytin1004 in #42
- Docs: Update virtual environment name and add maintainer guide to CONTRIBUTING.md by @skytin1004 in #43
- Translator: Add unit tests for Image_translator by @skytin1004 in #44
- Docs: Add 'Why Choose Co-op Translator for Markdown Translations?' section and update Phi-3 Cookbook case study in README by @skytin1004 in #47
- Docs: Update project title, improve Phi-3 Cookbook case study, and README by @skytin1004 in #48
- Docs: Add logo, update table of contents, fix links, and improve multi-language support example by @skytin1004 in #49
- Docs: Update architecture image and improve language support in README by @skytin1004 in #50
- Fix tuple conversion in draw_text_on_image function, improve test_image_translator ,and add tests for image_utils.py by @skytin1004 in #52
- Docs: Update title by @skytin1004 in #53
- Translator: Add tests for text_translator and Refactor test files for better coverage by @skytin1004 in #54
- Translator: Improve test_image_translator to use temp_path instead of real path and add tests for markdown translator by @skytin1004 in #55
- Add a vertical version of the logo by @FBoucher in #58
- Translator: Fix bug in translation retry process, improve language-specific handling and efficiency by @skytin1004 in #59
- Build: Release version 0.5.1 by @skytin1004 in #60
New Contributors
Full Changelog: v0.5.0...v0.5.1
v0.5.0
Major Updates
Release version 0.5.0: Major improvements and bug fixes
This release focuses on significant updates and resolves multiple critical issues related to markdown and image translations.
Fix markdown translation issues
-
Addressed problems where code blocks and inline code were split across chunks during translation, leading to incomplete translations and broken markdown structures. Code blocks and inline code are now replaced with placeholders (e.g.,
@@CODE_BLOCK_x@@
,@@INLINE_CODE_x@@
) before translation and restored afterward to ensure no splitting occurs. -
Translation logic was improved to process markdown files and their chunks sequentially, ensuring each chunk is fully translated before moving on to the next. This resolves issues related to missing or skipped chunks during the translation process.
Improve generative AI disclaimer
Updated the disclaimer message to reflect more clearly that the translation is AI-generated, giving users context on the limitations of the translation.
What's Changed
- Add Devcontainer by @leestott in #9
- Update Issues template by @leestott in #10
- Add Supported Languages Table to README by @skytin1004 in #12
- Update README.md and Add CONTRIBUTING.md by @skytin1004 in #13
- Add .gitattributes file with Jupyter Notebooks configuration by @skytin1004 in #14
- Improve disclaimer to indicate translation by generative AI and resolve issues with skipped chunks and incomplete document translations by processing markdown files sequentially. by @skytin1004 in #17
- Update README.md and CONTRIBUTING.md with Quick Install instructions and reorganize sections by @skytin1004 in #20
- Fix issue with markdown translation where code blocks were split across chunks by @skytin1004 in #21
- Release version 0.5.0: Major improvements and bug fixes by @skytin1004 in #22
Important
All translation issues previously encountered in the Phi-3 CookBook, such as skipped chunks and incomplete translations, have been resolved in this version.
Full Changelog: v0.2.1...v0.5.0
v0.2.1
Updates
- The README has been updated to reflect recent changes and enhancements made to the project.
- The project has been moved from Imperial-EE-Microsoft/co_op_translator to Azure/co-op-translator and will be maintained in the new repository going forward.
What's Changed
- Inital Commit for co-op-translator by @leestott in #1
- Update project authors, version, and repository URL by @skytin1004 in #5
- Update .gitignore and bump version to 0.2.1 in pyproject.toml by @skytin1004 in #6