Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update operations #386

Merged
merged 21 commits into from
Jul 28, 2021
Merged

Update operations #386

merged 21 commits into from
Jul 28, 2021

Conversation

zhiltsov-max
Copy link
Contributor

@zhiltsov-max zhiltsov-max commented Jul 26, 2021

Summary

  • Fixed Not all builtin source format are displayed in help message for import command #332
  • Dataset remembers export options when is not bound
  • Added more typed errors for Dataset, added default error messages
    • class incompatibility in simple merge
    • unknown format, no matching formats and multiple matching formats
    • dataset not found
  • Fixed nms function
  • Allowed class instances in is_member_redefined
  • Fixed some type annotations

How to test

Checklist

License

  • I submit my code changes under the same MIT License that covers the project.
    Feel free to contact the maintainers if that's a concern.
  • I have updated the license header for each file (see an example below)
# Copyright (C) 2021 Intel Corporation
#
# SPDX-License-Identifier: MIT

CHANGELOG.md Outdated Show resolved Hide resolved
datumaro/components/cli_plugin.py Outdated Show resolved Hide resolved
datumaro/components/dataset.py Outdated Show resolved Hide resolved
datumaro/components/dataset.py Outdated Show resolved Hide resolved
datumaro/components/dataset.py Outdated Show resolved Hide resolved
datumaro/components/extractor.py Outdated Show resolved Hide resolved
datumaro/components/operations.py Outdated Show resolved Hide resolved
datumaro/components/operations.py Outdated Show resolved Hide resolved
tests/test_dataset.py Outdated Show resolved Hide resolved
CHANGELOG.md Show resolved Hide resolved
@zhiltsov-max zhiltsov-max merged commit 74f2321 into develop Jul 28, 2021
@zhiltsov-max zhiltsov-max deleted the zm/update-operations branch July 28, 2021 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Not all builtin source format are displayed in help message for import command
2 participants