Skip to content

Latest commit

 

History

History
115 lines (74 loc) · 3.17 KB

CHANGELOG.md

File metadata and controls

115 lines (74 loc) · 3.17 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.0 - 2024 - 10 - 28

Added

  • A new version of Personalization Dashboard for cases in which Unity App inputs are not simulated.
  • Containers registry
  • Personalization heuristics now takes into consideration the User Skill Level to calculate personalized suggestions.

Changed

  • Refactoring
  • Name changes: from DemoUI to Personalization Dashboard
  • Emotions Aggregation calculated from Inference Tools outputs is now shown as frequency, e.g., Engagement: 30%

Removed

  • Feedback message on Personalization Dashboard.

0.2.3 - 2024 - 07 - 25

Changed

  • Refactoring

Added

  • Support for BM (bio-measurements) modality with data from Magic XRoom.

0.2.2 - 2024-03-12

Changed

  • License Update to Apache 2.0.

Known Issues

  • No support for BM (bio-measurements) modality with data from Magic XRoom.

0.2.1 - 2024-02-15

Added

  • More documentation
  • License

0.2.0 - 2024-01-19

Added

  • More documentation
  • DemoUI v2: with Emotions not simulated anymore, but coming from the multimodal fusion layer component (Inference)
  • DemoUI v3: with Unity App not simulated anymore, but coming from a Unity App.
  • Three different DemoUI, depending on which component is simulated.

0.1.1 - 2023-12-06

Added

  • More user-friendly messages with the next activity level.
  • Documentation

Fixed

  • Bug: An error occurring when there is no emotion to consider.

0.1.0 - 2023-10-31

Added

  • Basic version of Enablers 6: Personalisation tool.
    • Implementing a Pub/Sub messaging pattern.
    • Using REDIS as a message broker.
    • Personalisation function implements a majority voting for defining the emotion of activity.
    • Simulate input/output script.
  • A DemoUI to showcase Enabler 6 functionality.
    • Flask app using websockets (sockets.io)
  • Changelog

Known Issues

  • Bug: An error occurring when there is no emotion to consider.