Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
MMCV
Commits
60ce48d1
Unverified
Commit
60ce48d1
authored
Aug 03, 2020
by
Kai Chen
Committed by
GitHub
Aug 03, 2020
Browse files
bump version to 1.0.5 (#459)
parent
71b59a8d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
15 deletions
+15
-15
.github/workflows/build.yml
.github/workflows/build.yml
+14
-14
mmcv/version.py
mmcv/version.py
+1
-1
No files found.
.github/workflows/build.yml
View file @
60ce48d1
...
...
@@ -38,10 +38,10 @@ jobs:
strategy
:
matrix
:
python-version
:
[
3.7
]
torch
:
[
1.5.
0
]
torch
:
[
1.5.
1
]
include
:
-
torch
:
1.5.
0
torchvision
:
0.6.
0
-
torch
:
1.5.
1
torchvision
:
0.6.
1
steps
:
-
uses
:
actions/checkout@v2
-
name
:
Set up Python ${{ matrix.python-version }}
...
...
@@ -105,15 +105,15 @@ jobs:
strategy
:
matrix
:
python-version
:
[
3.6
,
3.7
]
torch
:
[
1.3.
0
,
1.5.
0
]
torch
:
[
1.3.
1
,
1.5.
1
]
include
:
-
torch
:
1.3.
0
-
torch
:
1.3.
1
torchvision
:
0.4.2
-
torch
:
1.5.
0
torchvision
:
0.6.
0
-
torch
:
1.5.
1
torchvision
:
0.6.
1
-
python-version
:
3.8
torch
:
1.5.
0
torchvision
:
0.6.
0
torch
:
1.5.
1
torchvision
:
0.6.
1
steps
:
-
uses
:
actions/checkout@v2
...
...
@@ -153,7 +153,7 @@ jobs:
coverage report -m
# Only upload coverage report for python3.7 && pytorch1.5
-
name
:
Upload coverage to Codecov
if
:
${{matrix.torch == '1.5.
0
' && matrix.python-version == '3.7'}}
if
:
${{matrix.torch == '1.5.
1
' && matrix.python-version == '3.7'}}
uses
:
codecov/codecov-action@v1.0.10
with
:
file
:
./coverage.xml
...
...
@@ -190,12 +190,12 @@ jobs:
runs-on
:
macos-latest
strategy
:
matrix
:
torch
:
[
1.5.
0
,
1.3.
0
]
torch
:
[
1.5.
1
,
1.3.
1
]
include
:
-
torch
:
1.3.
0
-
torch
:
1.3.
1
torchvision
:
0.4.2
-
torch
:
1.5.
0
torchvision
:
0.6.
0
-
torch
:
1.5.
1
torchvision
:
0.6.
1
steps
:
-
uses
:
actions/checkout@v2
-
name
:
Set up Python
3.7
...
...
mmcv/version.py
View file @
60ce48d1
# Copyright (c) Open-MMLab. All rights reserved.
__version__
=
'1.0.
4
'
__version__
=
'1.0.
5
'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment