Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 1.41 KB

CHANGELOG.md

File metadata and controls

58 lines (36 loc) · 1.41 KB

Change Log

All notable changes to this package will be documented in this file. This package adheres to Semantic Versioning.

1.1.3 release

Bug Fixes

  • Improve the stability of the GHA with testing Auido & Video Translations
  • Fix project name in setup script

1.1.2 release

Bug Fixes

  • Fix transaltion module import error
  • Add support to download mimasa sample data
  • Improve setup envrionment script

1.1.1 release

Bug Fixes

  • Fix dependency issues
  • Add pre-commit config to fix linting issues

1.1.0 release

Features

  • Add Django App for Mimasa to perform translations
  • Add asynchronous functionality to detect faces and separate audio
  • Add translation units for mimasa app and video, audio interfaces
  • Improve face detection performance with asynchronous approaches added

Documentation

  • Document expected features and stories
  • Document performance results

Bug Fixes

  • Fix labeler workflow for PRs
  • Added tests results for performance of face detection & audio separation
  • Prepare a demo video for Mimasa Django App

1.0.0 release

Features

  • Initial implementation of Mimasa App with FaceDetector component implemented
  • Implement AudioSeparator component with NUSSL Separator

Documentation

  • Design documentation is added including components relationship, mimasa-state behavior and sequence diagrams
  • Prepared the concept of Mimasa Application