Skip to content

Hotfix to release 1.3.2#1050

Merged
vinnamkim merged 7 commits intoopen-edge-platform:releases/1.3.2from
vinnamkim:hotfix/releases-1.3.2
Jun 16, 2023
Merged

Hotfix to release 1.3.2#1050
vinnamkim merged 7 commits intoopen-edge-platform:releases/1.3.2from
vinnamkim:hotfix/releases-1.3.2

Conversation

@vinnamkim
Copy link
Copy Markdown
Contributor

@vinnamkim vinnamkim commented Jun 16, 2023

Summary

  • Install dvc version to 2.x Install dvc version to 2.x #1048
  • Replace np.append() in Validator (ticket no. 113373)
  • Let CocoBase continue even if an InvalidAnnotationError is raised

How to test

Checklist

  • I have added unit tests to cover my changes.​
  • I have added integration tests to cover my changes.​
  • I have added the description of my changes into CHANGELOG.​
  • I have updated the documentation accordingly

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) 2023 Intel Corporation
#
# SPDX-License-Identifier: MIT

wonjuleee and others added 3 commits June 16, 2023 15:49
<!-- Contributing guide:
https://github.com/openvinotoolkit/datumaro/blob/develop/CONTRIBUTING.md
-->

### Summary

<!--
Resolves open-edge-platform#111 and open-edge-platform#222.
Depends on open-edge-platform#1000 (for series of dependent commits).

This PR introduces this capability to make the project better in this
and that.

- Added this feature
- Removed that feature
- Fixed the problem open-edge-platform#1234
-->

### How to test
<!-- Describe the testing procedure for reviewers, if changes are
not fully covered by unit tests or manual testing can be complicated.
-->

### Checklist
<!-- Put an 'x' in all the boxes that apply -->
- [ ] I have added unit tests to cover my changes.​
- [ ] I have added integration tests to cover my changes.​
- [ ] I have added the description of my changes into
[CHANGELOG](https://github.com/openvinotoolkit/datumaro/blob/develop/CHANGELOG.md).​
- [ ] I have updated the
[documentation](https://github.com/openvinotoolkit/datumaro/tree/develop/docs)
accordingly

### License

- [ ] I submit _my code changes_ under the same [MIT
License](https://github.com/openvinotoolkit/datumaro/blob/develop/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).

```python
# Copyright (C) 2023 Intel Corporation
#
# SPDX-License-Identifier: MIT
```
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
@vinnamkim vinnamkim force-pushed the hotfix/releases-1.3.2 branch from d62ad25 to 080ee17 Compare June 16, 2023 07:24
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
@vinnamkim vinnamkim added this to the 1.3.0 milestone Jun 16, 2023
@vinnamkim vinnamkim added BUG enhancement Enhancement of existing features labels Jun 16, 2023
@vinnamkim vinnamkim marked this pull request as ready for review June 16, 2023 07:43
@vinnamkim vinnamkim requested review from a team as code owners June 16, 2023 07:43
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Jun 16, 2023

Codecov Report

Patch coverage: 20.00% and project coverage change: -0.03 ⚠️

Comparison is base (228fd10) 78.74% compared to head (fdc7ecc) 78.71%.

Additional details and impacted files
@@                Coverage Diff                 @@
##           releases/1.3.2    #1050      +/-   ##
==================================================
- Coverage           78.74%   78.71%   -0.03%     
==================================================
  Files                 237      237              
  Lines               27097    27098       +1     
  Branches             5407     5407              
==================================================
- Hits                21337    21331       -6     
- Misses               4497     4501       +4     
- Partials             1263     1266       +3     
Flag Coverage Δ
macos-11_Python-3.8 77.74% <20.00%> (-0.02%) ⬇️
ubuntu-20.04_Python-3.8 78.71% <20.00%> (-0.02%) ⬇️
windows-2019_Python-3.8 ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
datumaro/plugins/data_formats/coco/base.py 91.00% <0.00%> (-1.39%) ⬇️
datumaro/plugins/validators.py 94.81% <100.00%> (-0.01%) ⬇️

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@vinnamkim
Copy link
Copy Markdown
Contributor Author

This should be merged by "Create a merge commit"
image

@vinnamkim vinnamkim merged commit f45e8aa into open-edge-platform:releases/1.3.2 Jun 16, 2023
@vinnamkim vinnamkim deleted the hotfix/releases-1.3.2 branch June 16, 2023 08:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Enhancement of existing features

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants