Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update change logs #186

Merged
merged 1 commit into from
Sep 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions doc/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,40 @@ QC4OpenX QChecker for OpenX - Change Log File

This file tracks the changes made within the QC4OpenX project.

v2.0.0-beta
==========================================
- The QC Framework is now standards agnostic
- Remove unnecessary dependencies
- Add Python Base Library
- Update C++ Base Library
- Add CI/CD
- Add a demo pipeline
- Simplify the architecture by splitting runtime module and configuration GUI
- Add a new runtime module in Python
- Support the manifest file mechanism to register checker bundles in any programming language with the framework.
- Update configuration file format and result file format to include necessary information
- Support the rule UID concept in the framework
- Add new features to result pooling
- Order the results
- Support severity level
- Support result filtering
- Resolve naming conflict
- Improve ReportGUI
- Support arbitrary ASCII-based input files
- Remove the 5MB file size limit
- Improve usability (drag and drop to open, refresh after loading a new result file)
- Support domain specific information
- Add Esmini Viewer plugin to visualize issues in OpenDrive files
- Improve Text Report
- Add more information to Text Report
- Support domain-specific information
- Add support for automatic documentation generation in the Python Base Library
- Improve documentation
- Add three checker bundles
- OpenDrive checker bundle: https://github.com/asam-ev/qc-opendrive
- OpenScenario XML checker bundle: https://github.com/asam-ev/qc-openscenarioxml
- OTX checker bundle: https://github.com/asam-ev/qc-otx

v1.0.0 First open source compliant version
==========================================
- ConfigGUI executable for checker configuration
Expand Down
Loading