Changelog
1.0.0 (2025-10-17)
This is the first ever release of the Multimodal translation Python Package.
The package is open source and is part of the Multimodal-translation Project.
The project is hosted in a public repository on github at https://github.com/Issamricin/multimodal-translation
The project was scaffolded using the Cookiecutter Python Package (cookiecutter) Template at https://github.com/boromir674/cookiecutter-python-package/tree/master/src/cookiecutter_python
Scaffolding included:
CI Pipeline running on Github Actions at https://github.com/Issamricin/multimodal-translation/actions
- Test Workflow running a multi-factor Build Matrix spanning different platform’s and python version’s
Platforms: ubuntu-latest, macos-latest
Python Interpreters: 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12
Automated Test Suite with parallel Test execution across multiple cpus.
Code Coverage
Automation in a ‘make’ like fashion, using tox
Seamless Lint, Type Check, Build and Deploy operations