Skip to content

v0.5.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Dec 14:12
· 25 commits to main since this release
c08671c

Release Notes - OTAnalytics v0.5.0.0

Version v0.5.0.0 of OTAnalytics introduces new features, optimizations, and bug fixes to improve both usability and performance.

Notable Updates:

  • Visualization of Track Statistics and Counts
    Added functionality to display track statistics and counts directly in the user interface for improved data visualization.

  • Memory Optimization
    The command-line interface (CLI) has been optimized to reduce memory consumption when processing longer durations of traffic data.

  • Bug Fixes

    • Fixed an issue where the wrong frame was loaded from video files during bounding box visualization.
    • Corrected inaccurate track assignment to flows caused by sections being too close to each other.
  • Dependency Updates
    Updated to the latest versions of software dependencies to improve stability and compatibility.

This release focuses on enhancing core functionalities, reducing resource usage, and resolving key issues to provide a more robust and efficient user experience.

Detailed Changes

Features

  • Task/5990 show track statistics by @schubsen in #558
  • Feature/6490 display the number of assigned tracks per flow in the flow table by @randy-seng in #564
  • Feature/6491 display the number of tracks that need to be validated according to the svz metric by @randy-seng in #567
  • Op#3648 reduce memory consumption in track parser by @KueblerJelle in #554

Removed features

Bug fixes

  • bug/5243-events-of-ottrks-not-starting-at-export-interval-exported-in-wrong-intervals-(counting) by @briemla in #547
  • Bug/5938 indexerror list index out of range when updating flow highlighting in otanalytics app by @briemla in #556
  • bug/5821-bounding-boxes-are-offset by @briemla in #555
  • Bug/6321 tracks are not assigned if sections are too close to each other by @briemla in #577

Build updates

  • feature 2056 update metadata in pyprojecttoml by @frunika in #551
  • Bump github/super-linter from 5 to 6 by @dependabot in #513
  • Bump pre-commit from 3.8.0 to 4.0.1 by @dependabot in #568
  • Bug/5669 replace types all in mypy in pre commit configyaml by @randy-seng in #550
  • bug/5812-export-benchmark-is-failing by @briemla in #578
  • Bug/6739 release workflow has no permission to create release by @briemla in #580

Dependency updates

New Contributors

Full Changelog: v0.4.1.4...v0.5.0.0