Skip to content

Commit 4619baf

Browse files
authored
Update for release 1.9.1 (#1622)
<!-- Contributing guide: https://github.com/openvinotoolkit/datumaro/blob/develop/CONTRIBUTING.md --> ### Summary <!-- Resolves #111 and #222. Depends on #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 #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) 2024 Intel Corporation # # SPDX-License-Identifier: MIT ```
1 parent ec9f3ba commit 4619baf

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## \[Q4 2024 Release 1.9.1\]
9-
### New features
10-
119
### Enhancements
1210
- Support multiple labels for kaggle format
1311
(<https://github.com/openvinotoolkit/datumaro/pull/1607>)

docs/source/docs/release_notes.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ Release Notes
44
.. toctree::
55
:maxdepth: 1
66

7+
v1.9.1 (2024 Q3)
8+
----------------
9+
10+
Enhancements
11+
^^^^^^^^^^^^
12+
- Support multiple labels for kaggle format
13+
- Use DataFrame.map instead of DataFrame.applymap
14+
15+
Bug fixes
16+
^^^^^^^^^
17+
- Fix StreamDataset merging when importing in eager mode
18+
719
v1.9.0 (2024 Q3)
820
----------------
921

src/datumaro/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.9.1rc0"
1+
__version__ = "1.9.1"

0 commit comments

Comments
 (0)