Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

v1.1.0

Compare
Choose a tag to compare
@hotzenklotz hotzenklotz released this 13 Aug 13:53
· 4 commits to master since this release

New Features:

  • added support for parsing multiple user bounding box tags #45

Breaking Changes:

  • the userBoundingBox parameter is now called userBoundingBoxes to reflect that there can be more than one user bounding box
    • e.g. nml.parameters.userBoundingBoxes
    • the default value is an empty list []
    • the new type signature for the attribute is List[Vector6[int]]