Releases: v7labs/darwin-py
Releases · v7labs/darwin-py
v0.7.15
Adds support for /api/v2, the sdk api at the surface level should be unchanged, but then underlying structure has gone through some large changes.
RemoteDataset is now an abstract class with implementations for both v1 and v2 datasets, clients picks the right implementation depending on payload.
Client also has a new .api_v2 field, that contains all backend calls to /api/v2, I would like to do the same for v1 but it's possible that past users are depending on tho
se calls existing inside client which makes this a bit tricky.
v0.7.14
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