-
Notifications
You must be signed in to change notification settings - Fork 675
bump version to v1.0.0 #1960
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bump version to v1.0.0 #1960
Conversation
A fix diff --git a/tools/package_tools/test/test_sdk.sh b/tools/package_tools/test/test_sdk.sh
index 57e27de75..472a8d5b4 100755
--- a/tools/package_tools/test/test_sdk.sh
+++ b/tools/package_tools/test/test_sdk.sh
@@ -18,7 +18,7 @@ cp -r $test_pkg $work_dir
pushd $work_dir
# opencv
-if [[ ! -d $OpenCV_DIR ]]; then
+if [ ! -d "$OpenCV_DIR" ]; then
./install_opencv.sh
fi |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1960 +/- ##
=======================================
Coverage ? 49.44%
=======================================
Files ? 338
Lines ? 12920
Branches ? 1897
=======================================
Hits ? 6388
Misses ? 6088
Partials ? 444
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
5d8f14a
to
3d1850a
Compare
3d1850a
to
19ba8e8
Compare
363c539
to
fab78c1
Compare
2fa47cf
to
fbfff32
Compare
950b503
to
0f876f8
Compare
0f876f8
to
d293fd6
Compare
* change docs from 1.x to main * bump version * update readme status info and highlights * revert version change * fix dead links * fix script * fix docs * fix building status * fix md lint error * upgrade to ubuntu20.04 for github ci * Revert "upgrade to ubuntu20.04 for github ci" This reverts commit 9c598f4. * update codebase md files * upgrade to ubuntu20.04 for github ci * fix * fix requirements * fix * fix ci * bump version * fix * fix pplnn torchscript * fix building status * fix ncnn * fix * remove circileci hold * fix pytorch image mmcls -> mmpretrain
Motivation
bump version to v1.0.0
Modification
Bump version to v1.0.0
Update docs for switching default branch to
main
BC-breaking (Optional)
Does the modification introduce changes that break the backward-compatibility of the downstream repositories?
If so, please describe how it breaks the compatibility and how the downstream projects should modify their code to keep compatibility with this PR.
Use cases (Optional)
If this PR introduces a new feature, it is better to list some use cases here, and update the documentation.
Checklist