Releases: v7labs/darwin-py
Releases · v7labs/darwin-py
v0.7.13
- Deleting non-existent files from a dataset now shows a warning message. Updated delete-files success message to better reflect the operation. (#393)
- Fixed exports not filtering by class ids. Updated docs. (#394)
- Fixed val-percentage and test-percentage being optional when they were required. Updated
-h
menu message. Now when using dataset split you have to use:darwin dataset split dataset-name -v X -t Y
(#388) - Added option to have Rich output when using dataset report. Ex.
darwin dataset report dataset-name -r
(#387) - Listing files now prints a rich table (#385)
- Several documentation improvements and API trimming (#373, #382, #384, #380, #374, #375, #376, #377, #378, #379, #397)
- Fixed typos and incorrect menu -h descriptions (#386, #390)
- Added export flag for including authorship. Ex.
darwin dataset export dataset-name export-name --include-authorship
(#389) - Reverted Release download requiring a client to download a zip (#372)
- Added warning for class collisions when importing (#368)
v0.7.12
Revert changes to Release
's download_zip
method, so it does not assume a config file exists for Darwin.
The users should not see any MissingConfig
errors being raised when pulling a dataset via Darwin-Py API.
v0.7.11
- Hotfix: supporting python 3.6 again
- Added docs and trimmed API surface of darwin/exporter/formats/pascalvoc.py
- Added docs to darwin/exporter/formats/instance_mask.py
- Added docs to darwin/exporter/formats/semantic_mask.py
v0.7.10
- Added skip flag for annotation imports
- Added fix to allow filenames with commas in their names
- Added docs
v0.7.9
- Hotfix for an issue preventing the download of datasets
- Added docs to darwin/exporter/formats/dataloop.py
v0.7.8
- Added docs
- Fixed a bug where PascalVoc conversion failed for video
v0.7.7
- Added documentation
- Fixed an issue where receiving a NameTaken error from darwin-backend would not result in raising the
NameTaken
exception in the SDK.
v0.7.6
- Hotfix for compute distributions
- Added ndpi support
- Added more documentation
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