Releases: asam-ev/qc-framework
Releases · asam-ev/qc-framework
v1.1.0
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
Full Changelog: v1.0.0...v1.1.0
v1.1.0-rc.1
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
- @ClemensLinnhoff made their first contribution in #191
- @pmai made their first contribution in #221
Full Changelog: v1.0.0...v1.1.0-rc.1
v1.0.0
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.