Skip to content

v0.5.6 - Speed up Vector3Array validation

Compare
Choose a tag to compare
@fwkoch fwkoch released this 01 Mar 21:23
· 63 commits to master since this release

Bug fix

  • Vector3Array validation is simplified to not include the check for string representations (e.g. 'up', 'east') if using a numpy array. This vastly speeds up validation for large arrays since we no longer must iterate through every value. This fix is already present in Vector2Array. See gmggroup/omf#43