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
Add release disclaimer
Remove the optional argument build_date when registering checker bundle
Add documentation about how to implement new checkers
Description
This PR prepares for the release candidate 1.0.0rc1. After this PR is merged into
main
, the tagv1.0.0-rc1
will be created and the Python packageasam-qc-openscenarioxml 1.0.0rc1
will be published to PyPi.Main changes
build_date
when registering checker bundleasam-qc-baselib
from the official PyPi server with the version range^1.0.0rc1
typing.Optional
instead ofUnion[None, ...]
.How was the PR tested?
Notes
A test release in the Test PyPi server is available here.