- Deleting non-existent files from a dataset now shows a warning message. Updated delete-files success message to better reflect the operation. (https://github.com/v7labs/darwin-py/pull/393)
- Fixed exports not filtering by class ids. Updated docs. (https://github.com/v7labs/darwin-py/pull/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` (https://github.com/v7labs/darwin-py/pull/388)
- Added option to have Rich output when using dataset report. Ex.`darwin dataset report dataset-name -r` (https://github.com/v7labs/darwin-py/pull/387)
- Listing files now prints a rich table (https://github.com/v7labs/darwin-py/pull/385)
- Several documentation improvements and API trimming (https://github.com/v7labs/darwin-py/pull/373, https://github.com/v7labs/darwin-py/pull/382, https://github.com/v7labs/darwin-py/pull/384, https://github.com/v7labs/darwin-py/pull/380, https://github.com/v7labs/darwin-py/pull/374, https://github.com/v7labs/darwin-py/pull/375, https://github.com/v7labs/darwin-py/pull/376, https://github.com/v7labs/darwin-py/pull/377, https://github.com/v7labs/darwin-py/pull/378, https://github.com/v7labs/darwin-py/pull/379, https://github.com/v7labs/darwin-py/pull/397)
- Fixed typos and incorrect menu -h descriptions (https://github.com/v7labs/darwin-py/pull/386, https://github.com/v7labs/darwin-py/pull/390)
- Added export flag for including authorship. Ex. `darwin dataset export dataset-name export-name --include-authorship` (https://github.com/v7labs/darwin-py/pull/389)
- Reverted Release download requiring a client to download a zip (https://github.com/v7labs/darwin-py/pull/372)
- Added warning for class collisions when importing (https://github.com/v7labs/darwin-py/pull/368)