What's Changed
* Fix bug that raises KeyError exception for complex_polygon by hwaxxer in https://github.com/v7labs/darwin-py/pull/517
* Darwin JSON validation CLI by Nathanjp91 in https://github.com/v7labs/darwin-py/pull/508
This new feature allows Darwin JSON 2.0 users to validate annotation files before they get uploaded. To validate a file or a folder full of annotation files, one can just type:
darwin validate path/to/annotation/file.json
**Full Changelog**: https://github.com/v7labs/darwin-py/compare/v0.8.7...v0.8.8