- Added area of complex polygons when converting to coco (https://github.com/v7labs/darwin-py/commit/75dcc567258a7b395fb9e7639bb583fffaf37f8a)
- Fixed crash when importing files with empty annotations for datasets belonging to both V1 and V2 (https://github.com/v7labs/darwin-py/commit/1ca49bfa5ade73bbef8294503ec9162be7825a43)
- Added new option for V2 datasets when importing annotations, `delete-for-empty` which when set to true, will delete all annotations for a remote file when importing an empty annotation for said file. Example: `darwin dataset import DATASET_NAME FORMAT FILES --delete-for-empty` (https://github.com/v7labs/darwin-py/commit/1ca49bfa5ade73bbef8294503ec9162be7825a43)
- Added support for uploading `.webp` files (https://github.com/v7labs/darwin-py/commit/265491b24e8e33b54f8c39af832ad4ad14a64e77)
- Added support to change the status of items to "complete" (https://github.com/v7labs/darwin-py/commit/e4ba93c0ed3a741d41af001f866a1d87eed67fd2)
- Fixed issues with DatasetIetm setup in V2 datasets (https://github.com/v7labs/darwin-py/commit/8f6cd1686231739406cc81a94ab041363138a228)
- Extended decoding algorithms when importing annotations from coco files. Coco file annotations now support the cyrilic alphabet (https://github.com/v7labs/darwin-py/commit/273b50fdf0861ad9c7fbc27c5681aea6ea983d34)