Skip to content

Commit 43a2305

Browse files
committed
Update CHANGELOG
1 parent d79002e commit 43a2305

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
(<https://github.com/openvinotoolkit/datumaro/pull/1484>)
1818
- Add TabularValidator
1919
(<https://github.com/openvinotoolkit/datumaro/pull/1498>)
20+
- Add TblStats in Configurable Validator
21+
(<https://github.com/openvinotoolkit/datumaro/pull/1504>)
2022

2123
### Enhancements
2224
- Fix ambiguous COCO format detector

src/datumaro/plugins/configurable_validator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023 Intel Corporation
1+
# Copyright (C) 2023-2024 Intel Corporation
22
#
33
# SPDX-License-Identifier: MIT
44
from copy import deepcopy

tests/unit/test_configurable_validator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2021 Intel Corporation
1+
# Copyright (C) 2023-2024 Intel Corporation
22
#
33
# SPDX-License-Identifier: MIT
44

0 commit comments

Comments
 (0)