Skip to content

Commit 47c7ed5

Browse files
committed
bumpv0.29.1
1 parent 76a5138 commit 47c7ed5

File tree

8 files changed

+37
-11
lines changed

8 files changed

+37
-11
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,16 @@ The master branch works with **PyTorch 1.5+**.
7777

7878
### 💎 Stable version
7979

80-
v0.29.0 was released on 10/10/2022:
80+
v0.29.1 was released on 11/3/2022:
8181

82-
- Support PoolFormer (CVPR'2022)
82+
- Add model ensemble tools
83+
- Update documents
8384

8485
Please refer to [changelog.md](docs/en/changelog.md) for details and release history.
8586

8687
### 🌟 Preview of 1.x version
8788

88-
A brand new version of **MMSegmentation v1.0.0rc0** was released in 31/8/2022:
89+
A brand new version of **MMSegmentation v1.0.0rc1** was released in 02/11/2022:
8990

9091
- Unifies interfaces of all components based on [MMEngine](https://github.com/open-mmlab/mmengine).
9192
- Faster training and testing speed with complete support of mixed precision training.

README_zh-CN.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,16 @@ MMSegmentation 是一个基于 PyTorch 的语义分割开源工具箱。它是 O
7474

7575
### 💎 稳定版本
7676

77-
最新版本 v0.29.0 在 2022.10.10 发布:
77+
最新版本 v0.29.1 在 2022.11.03 发布:
7878

79-
- 支持 PoolFormer (CVPR'2022)
79+
- 添加模型集成工具
80+
- 更新文档
8081

8182
如果想了解更多版本更新细节和历史信息,请阅读[更新日志](docs/en/changelog.md)
8283

8384
### 🌟 1.x 预览版本
8485

85-
全新的 **MMSegmentation v1.0.0rc0** 版本已经在 2022.8.31 发布:
86+
全新的 **MMSegmentation v1.0.0rc1** 版本已经在 2022.11.02 发布:
8687

8788
- 基于 [MMEngine](https://github.com/open-mmlab/mmengine) 统一了各组件接口。
8889
- 全面支持混合精度,训练测试速度更快。

docker/serve/Dockerfile

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

66
ARG MMCV="1.5.0"
7-
ARG MMSEG="0.29.0"
7+
ARG MMSEG="0.29.1"
88

99
ENV PYTHONUNBUFFERED TRUE
1010

docs/en/changelog.md

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

3+
### V0.29.1 (11/3/2022)
4+
5+
**New Features**
6+
7+
- Add model ensemble tools ([#2218](https://github.com/open-mmlab/mmsegmentation/pull/2218))
8+
9+
**Bug Fixes**
10+
11+
- Use SyncBN in MobileNetV2 ([#2207](https://github.com/open-mmlab/mmsegmentation/pull/2207))
12+
13+
**Documentation**
14+
15+
- Update FAQ doc about binary segmentation and ReduceZeroLabel ([#2206](https://github.com/open-mmlab/mmsegmentation/pull/2206))
16+
- Fix typos ([#2249](https://github.com/open-mmlab/mmsegmentation/pull/2249))
17+
- Fix model results ([#2190](https://github.com/open-mmlab/mmsegmentation/pull/2190), [#2114](https://github.com/open-mmlab/mmsegmentation/pull/2114))
18+
19+
**Contributors**
20+
21+
- @isLinXu made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/2219
22+
- @zhijiejia made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/2218
23+
- @lee-jinhee made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/2249
24+
325
### V0.29.0 (10/10/2022)
426

527
**New Features**

docs/en/faq.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ The compatible MMSegmentation and MMCV versions are as below. Please install the
88

99
| MMSegmentation version | MMCV version | MMClassification version |
1010
| :--------------------: | :-------------------------: | :----------------------: |
11-
| master | mmcv-full>=1.5.0, \<1.7.0 | mmcls>=0.20.1, \<=1.0.0 |
11+
| master | mmcv-full>=1.5.0, \<1.8.0 | mmcls>=0.20.1, \<=1.0.0 |
12+
| 0.29.1 | mmcv-full>=1.5.0, \<1.8.0 | mmcls>=0.20.1, \<=1.0.0 |
1213
| 0.29.0 | mmcv-full>=1.5.0, \<1.7.0 | mmcls>=0.20.1, \<=1.0.0 |
1314
| 0.28.0 | mmcv-full>=1.5.0, \<1.7.0 | mmcls>=0.20.1, \<=1.0.0 |
1415
| 0.27.0 | mmcv-full>=1.5.0, \<1.7.0 | mmcls>=0.20.1, \<=1.0.0 |

docs/zh_cn/faq.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88

99
| MMSegmentation version | MMCV version | MMClassification version |
1010
| :--------------------: | :-------------------------: | :----------------------: |
11-
| master | mmcv-full>=1.5.0, \<1.7.0 | mmcls>=0.20.1, \<=1.0.0 |
11+
| master | mmcv-full>=1.5.0, \<1.8.0 | mmcls>=0.20.1, \<=1.0.0 |
12+
| 0.29.1 | mmcv-full>=1.5.0, \<1.8.0 | mmcls>=0.20.1, \<=1.0.0 |
1213
| 0.29.0 | mmcv-full>=1.5.0, \<1.7.0 | mmcls>=0.20.1, \<=1.0.0 |
1314
| 0.28.0 | mmcv-full>=1.5.0, \<1.7.0 | mmcls>=0.20.1, \<=1.0.0 |
1415
| 0.27.0 | mmcv-full>=1.5.0, \<1.7.0 | mmcls>=0.20.1, \<=1.0.0 |

mmseg/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from .version import __version__, version_info
88

99
MMCV_MIN = '1.3.13'
10-
MMCV_MAX = '1.7.0'
10+
MMCV_MAX = '1.8.0'
1111

1212

1313
def digit_version(version_str: str, length: int = 4):

mmseg/version.py

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

3-
__version__ = '0.29.0'
3+
__version__ = '0.29.1'
44

55

66
def parse_version_info(version_str):

0 commit comments

Comments
 (0)