Skip to content

Releases: v7labs/darwin-py

v0.7.13

13 Apr 13:07
1d279cf
Compare
Choose a tag to compare
  • 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

10 Mar 18:11
639226a
Compare
Choose a tag to compare

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

01 Mar 12:00
7a0556f
Compare
Choose a tag to compare
  • 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

28 Feb 10:31
39203de
Compare
Choose a tag to compare
  • Added skip flag for annotation imports
  • Added fix to allow filenames with commas in their names
  • Added docs

v0.7.9

23 Feb 18:29
149d614
Compare
Choose a tag to compare
  • Hotfix for an issue preventing the download of datasets
  • Added docs to darwin/exporter/formats/dataloop.py

v0.7.8

22 Feb 14:37
66f73c0
Compare
Choose a tag to compare
  • Added docs
  • Fixed a bug where PascalVoc conversion failed for video

v0.7.7

14 Feb 09:14
9ea72a3
Compare
Choose a tag to compare
  • 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

08 Feb 11:09
24f6bf7
Compare
Choose a tag to compare
  • Hotfix for compute distributions
  • Added ndpi support
  • Added more documentation

v0.7.5

17 Jan 15:47
4718c3f
Compare
Choose a tag to compare
  • Added feature that allows customers to add comments to items in dataset via the darwin dataset comment option.

v0.7.4

05 Jan 16:22
Compare
Choose a tag to compare
  • Introduce get_importer and get_exporter functions
  • Fix bug when printing error messages when target importer/exporter modules do not exist