We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8367b98 commit 49bf19fCopy full SHA for 49bf19f
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## \[2.4.1\]
6
+
7
+### Bug fixes
8
9
+- Update Datumaro from 1.10.0rc0 to 1.10.0
10
11
## \[2.4.0\]
12
13
### New features
pyproject.toml
@@ -26,7 +26,7 @@ classifiers = [
26
"Programming Language :: Python :: 3.11",
27
]
28
dependencies = [
29
- "datumaro==1.10.0rc0",
+ "datumaro==1.10.0",
30
"omegaconf==2.3.0",
31
"rich==13.9.4",
32
"jsonargparse==4.30.0",
src/otx/__init__.py
@@ -3,7 +3,7 @@
# Copyright (C) 2024-2025 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
-__version__ = "2.4.0"
+__version__ = "2.4.1"
import os
from pathlib import Path
0 commit comments