Releases: v7labs/darwin-py
Releases · v7labs/darwin-py
v0.7.25
v0.7.24
v0.7.23
- Added area of complex polygons when converting to coco (75dcc56)
- Fixed crash when importing files with empty annotations for datasets belonging to both V1 and V2 (1ca49bf)
- 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
(1ca49bf) - Added support for uploading
.webp
files (265491b) - Added support to change the status of items to "complete" (e4ba93c)
- Fixed issues with DatasetIetm setup in V2 datasets (8f6cd16)
- Extended decoding algorithms when importing annotations from coco files. Coco file annotations now support the cyrilic alphabet (273b50f)
v0.7.22
v0.7.21
- Fixed an issue where using
darwin dataset comment
would not add a comment to the given file - Added missing documentation to
post_comment
forRemoteDataset
- Fixed the name of a public function that had a typo in it
- Added ability to download multiple files when they are registered as single file with multiple keys (mostly for DICOMs)
v0.7.20
v0.7.19 Released
Added support for importing into darwin v2 datasets
v0.7.18
- Add support for conversion of Darwin JSON annotations to YOLO format
v0.7.17
- Only installs dataclasses if python version 3.6 or older. (thanks @campbell-remedy)
- Fixes issue with dataset creation in v2
V0.7.16
Improves error message when API call fails.