Skip to content

Commit fd4d695

Browse files
vinnamkimchuneuny-emilysooahleex
authored
Merge back releases/v1.0.0 to develop for taping out v1.0.0.rc (#818)
* Update version to release v1.0 early version to PyPI * Dev to 1.0.0 pre-release (#817) * Add daily/weekly test triggers (#811) * Add daily/weekly checks in schedule * Update for testing * Fix version * Fix version * Fix version * Update ttest configuration * Rename daily to nightly * Apply some feedbacks * Apply some feedbacks * Correct wrong file path. * Raise ImportError on importing malformed COCO directory (#812) * Raise ImportError on importing malformed COCO directory - Previously, COCOImporter implicitly set its rootpath and images_dir unless the directory structure is not well formed. This makes users cannot know what's happening although their dataset structure is malformed. As a result, after importing, users try to load its images but fail and don't know why. Signed-off-by: Kim, Vinnam <[email protected]> * Update CHANGELOG.md Signed-off-by: Kim, Vinnam <[email protected]> * Fix isort Signed-off-by: Kim, Vinnam <[email protected]> * Fix unittest Signed-off-by: Kim, Vinnam <[email protected]> * Fix testcase Signed-off-by: Kim, Vinnam <[email protected]> * Fix testcase Signed-off-by: Kim, Vinnam <[email protected]> * Image should have 2 or 3 dims Signed-off-by: Kim, Vinnam <[email protected]> * Fix testcase Signed-off-by: Kim, Vinnam <[email protected]> --------- Signed-off-by: Kim, Vinnam <[email protected]> * Upload data explorer model in public storage (#813) * Upload model in public storage * Update model_dir * Make dir * Skip test if macos * Skip unit tests if macos --------- Signed-off-by: Kim, Vinnam <[email protected]> Co-authored-by: Emily Chun <[email protected]> Co-authored-by: Sooah Lee <[email protected]> --------- Signed-off-by: Kim, Vinnam <[email protected]> Co-authored-by: chuneuny <[email protected]> Co-authored-by: Sooah Lee <[email protected]>
1 parent c6c55e5 commit fd4d695

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ 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
## \[Unreleased\]
9+
10+
## 13/02/2023 - Release v1.0.0rc1
911
### Added
1012
- Add Data Explorer
1113
(<https://github.com/openvinotoolkit/datumaro/pull/773>)

datumaro/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.5.0"
1+
VERSION = "1.0.0rc1"

0 commit comments

Comments
 (0)