Skip to content

Commit 065ef4d

Browse files
Add changelog of v2.25.1 (#8428)
* Add changelog of v2.25.1 * update changelog
1 parent 4c526f3 commit 065ef4d

File tree

5 files changed

+35
-2
lines changed

5 files changed

+35
-2
lines changed

docker/serve/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG CUDNN="7"
44
FROM pytorch/pytorch:${PYTORCH}-cuda${CUDA}-cudnn${CUDNN}-devel
55

66
ARG MMCV="1.3.17"
7-
ARG MMDET="2.25.0"
7+
ARG MMDET="2.25.1"
88

99
ENV PYTHONUNBUFFERED TRUE
1010

docs/en/changelog.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
## Changelog
22

3+
### v2.25.1 (29/7/2022)
4+
5+
#### Bug Fixes
6+
7+
- Fix single GPU distributed training of cuda device specifying (#8176)
8+
- Fix PolygonMask bug in FilterAnnotations (#8136)
9+
- Fix mdformat version to support python3.6 (#8195)
10+
- Fix GPG key error in Dockerfile (#8215)
11+
- Fix `WandbLoggerHook` error (#8273)
12+
- Fix Pytorch 1.10 incompatibility issues (#8439)
13+
14+
#### Improvements
15+
16+
- Add `mim` to `extras_require` in setup.py (#8194)
17+
- Support get image shape on macOS (#8434)
18+
- Add test commands of `mim` in CI (#8230 & #8240)
19+
- Update `maskformer` to be compatible when cfg is a dictionary (#8263)
20+
- Clean `Pillow` version check in CI (#8229)
21+
22+
#### Documents
23+
24+
- Change example hook name in tutorials (#8118)
25+
- Update projects (#8120)
26+
- Update metafile and release new models (#8294)
27+
- Add download link in tutorials (#8391)
28+
29+
#### Contributors
30+
31+
A total of 15 developers contributed to this release.
32+
Thanks @ZwwWayne, @ayulockin, @Mxbonn, @p-mishra1, @Youth-Got, @MiXaiLL76, @chhluo, @jbwang1997, @atinfinity, @shinya7y, @duanzhihua, @STLAND-admin, @BIGWangYuDong, @grimoire, @xiaoyuan0203
33+
334
### v2.25.0 (31/5/2022)
435

536
#### Highlights

docs/en/faq.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ We list some common troubles faced by many users and their corresponding solutio
1111
| MMDetection version | MMCV version |
1212
| :-----------------: | :------------------------: |
1313
| master | mmcv-full>=1.3.17, \<1.6.0 |
14+
| 2.25.1 | mmcv-full>=1.3.17, \<1.6.0 |
1415
| 2.25.0 | mmcv-full>=1.3.17, \<1.6.0 |
1516
| 2.24.1 | mmcv-full>=1.3.17, \<1.6.0 |
1617
| 2.24.0 | mmcv-full>=1.3.17, \<1.6.0 |

docs/zh_cn/get_started.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ MMDetection 和 MMCV 版本兼容性如下所示,需要安装正确的 MMCV
1212
| MMDetection 版本 | MMCV 版本 |
1313
| :--------------: | :------------------------: |
1414
| master | mmcv-full>=1.3.17, \<1.6.0 |
15+
| 2.25.1 | mmcv-full>=1.3.17, \<1.6.0 |
1516
| 2.25.0 | mmcv-full>=1.3.17, \<1.6.0 |
1617
| 2.24.1 | mmcv-full>=1.3.17, \<1.6.0 |
1718
| 2.24.0 | mmcv-full>=1.3.17, \<1.6.0 |

mmdet/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright (c) OpenMMLab. All rights reserved.
22

3-
__version__ = '2.25.0'
3+
__version__ = '2.25.1'
44
short_version = __version__
55

66

0 commit comments

Comments
 (0)