Releases: v7labs/darwin-py
Releases · v7labs/darwin-py
v0.7.5
- Added feature that allows customers to add comments to items in dataset via the
darwin dataset comment
option.
v0.7.4
- Introduce
get_importer
andget_exporter
functions - Fix bug when printing error messages when target importer/exporter modules do not exist
v0.7.3
- Added support for SuperAnnotate bounding_box, polygon, polyline, cuboid, ellipse, point tags and attributes
- Fixed bug on dataset split management
- A warning is now print when an attribute that does not exist is not imported
- Removed unused dependencies
- Bugfix for list_local_datasets
- General fixes and improvements for torch dataset
- Refactor of Client.py SDK part of the API
- Improvements to Documentation
v0.7.2
- Added support for labelbox polygons, points and polylines (all images)
- Added support for labelbox classifications as darwinpy annotation tags
- Added tests for split datasets
- Added JSONschema validation for labelbox imports
- Documented Public API of cli_functions.py
v0.7.1 Released
- Fixed an issue with coco imports not working
- Fixed an issue with dataset slips not working
- preliminary support for labelbox bouding_box imports
v0.7.0 Released
- Files can now be reseted/move to NEW status
- Item Count now considers both images and videos
- Added support for polygon and complex_polygon bboxes in pascalvoc
- Fixed weight measuring for classification datasets
- Added support for item deletion in both CLI and SDK
- General bug fixes
v0.6.15 Released
- Added typing to all modules
- PDF files can now be uploaded as videos
- General bugfixes
v0.6.14 Released
- Specify
release_name
parameter value indetectron2_register_datasets
- Keep bounding box annotation data when splitting video annotations
v0.6.13 Released
- New
ml
extra for ML-related dependencies (pip install darwin-py[ml]
)
v0.6.12 Released
- Deconstruct Paths for COCO
- fixed check on filename not existing (PascalVOC import issue)
- Add DARWIN_UPLOAD_CHUNK_SIZE environment variable (fixing uploads failing when uploads are too big)
- Improved failed requests handling
- Added try except for symlink creation (Now symlink creation should not crash in any platform)
- Add class to dataset based on annotation class id (adaption to new API)