Skip to content

Releases: asam-ev/qc-framework

v1.1.0

19 Feb 22:07
dc2e9c3

Choose a tag to compare

This is the 1.1.0 minor release of the ASAM Quality Checker Framework.

What's Changed

  • Fix wrong link and update virtualenv apt package in documentation by @hoangtungdinh in #213
  • JSON Formatter for Result file (C++ and Python versions). Adds py Text report and py GithubCI report by @MatteoRagni in #191
  • Relax and clean up rule uid schema by @pmai in #221
  • Add preliminary support for vcpkg dependency management by @pmai in #225
  • Windows vcpkg builds for CI by @pmai in #226
  • Enhance file location, add time and message locations by @pmai in #224
  • Update asam-qc-baselib dependency to v1.1.0-rc.1 by @pmai in #234
  • Add manual triggers for all workflows by @pmai in #238
  • Fix version for 1.1.0 final by @pmai in #240
  • Fix demo pipeline by @pmai in #239

New Contributors

  • @pmai made their first contribution in #221

Full Changelog: v1.0.0...v1.1.0

v1.1.0-rc.1

02 Oct 18:11
cb96180

Choose a tag to compare

v1.1.0-rc.1 Pre-release
Pre-release

This is the first release candidate for the 1.1.0 minor release of the ASAM Quality Checker Framework.

The current version is a release candidate. The official release is expected to be in November.

What's Changed

  • Fix wrong link and update virtualenv apt package in documentation by @hoangtungdinh in #213
  • JSON Formatter for Result file (Python version). Adds py Text report and py GithubCI report by @MatteoRagni and @ClemensLinnhoff in #191
  • Relax and clean up rule uid schema by @pmai in #221
  • Add preliminary support for vcpkg dependency management by @pmai in #225
  • Windows vcpkg builds for CI by @pmai in #226
  • Enhance file location, add time and message locations by @pmai in #224
  • Update asam-qc-baselib dependency to v1.1.0-rc.1 by @pmai in #234

New Contributors

Full Changelog: v1.0.0...v1.1.0-rc.1

v1.0.0

03 Dec 08:37
828eb2d

Choose a tag to compare

This is the first release of the ASAM Quality Checker Framework.

Features

  • Configuration and result file formats for checker bundles.
  • Python and C++ base libraries for implementing checker bundles.
  • Manifest file mechanism to register checker bundles.
  • Resul pooling to combine results from different checker bundles.
  • Text report to generate human-readable report from result files.
  • Report GUI to interact with result files.
  • Esmini viewer integrated in Report GUI to visualize results from OpenDrive checker bundles.
  • Runtime for executing the framework.