asam-ev / qc-openscenarioxml

6 stars 3 forks source link

Update baselib, add LICENSE, use Optional #67

Closed hoangtungdinh closed 5 days ago

hoangtungdinh commented 6 days ago

Description

This is the last PR to prepare for the release candidate v1.0.0-rc.1

Main changes

  1. Add LICENSE
  2. Use asam-qc-baselib from PyPi with version range ^1.0.0rc1
  3. Use typing.Optional

How was the PR tested?

  1. Unit-test
  2. Test release asam-qc-openscenarioxml on the test PyPi server. Install the published package locally and it works.

Notes