asam-ev / qc-openscenarioxml

6 stars 3 forks source link

CCB Review: Prepare v1.0.0-rc.1 release candidate #68

Open hoangtungdinh opened 5 days ago

hoangtungdinh commented 5 days ago

Description

This PR prepares for the release candidate 1.0.0rc1. After this PR is merged into main, the tag v1.0.0-rc1 will be created and the Python package asam-qc-openscenarioxml 1.0.0rc1 will be published to PyPi.

Main changes

  1. Add release disclaimer
  2. Remove the optional argument build_date when registering checker bundle
  3. Add documentation about how to implement new checkers
  4. Add quotation to example windows manifest to handle spaces (https://github.com/asam-ev/qc-framework/issues/189)
  5. Fix #65
  6. Add missing LICENSE file
  7. Use asam-qc-baselib from the official PyPi server with the version range ^1.0.0rc1
  8. Use typing.Optional instead of Union[None, ...].

How was the PR tested?

  1. Tests are documented in #66 and #67

Notes

A test release in the Test PyPi server is available here.