Skip to content

Commit 356215b

Browse files
authored
Bump v0.29.0 (open-mmlab#2167)
* bump v0.29.0 * remove 2159
1 parent 5811b3f commit 356215b

File tree

7 files changed

+35
-8
lines changed

7 files changed

+35
-8
lines changed

README.md

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

7878
### 💎 Stable version
7979

80-
v0.28.0 was released in 9/08/2022:
80+
v0.29.0 was released on 10/10/2022:
8181

82-
- Support Tversky Loss
83-
- Fix binary segmentation
82+
- Support PoolFormer (CVPR'2022)
8483

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

README_zh-CN.md

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

7575
### 💎 稳定版本
7676

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

79-
- 支持 Tversky Loss
80-
- 修复二值分割
79+
- 支持 PoolFormer (CVPR'2022)
8180

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

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.28.0"
7+
ARG MMSEG="0.29.0"
88

99
ENV PYTHONUNBUFFERED TRUE
1010

docs/en/changelog.md

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

3+
### V0.29.0 (10/10/2022)
4+
5+
**New Features**
6+
7+
- Support PoolFormer (CVPR'2022) ([#1537](https://github.com/open-mmlab/mmsegmentation/pull/1537))
8+
9+
**Enhancement**
10+
11+
- Improve structure and readability for FCNHead ([#2142](https://github.com/open-mmlab/mmsegmentation/pull/2142))
12+
- Support IterableDataset in distributed training ([#2151](https://github.com/open-mmlab/mmsegmentation/pull/2151))
13+
- Upgrade .dev scripts ([#2020](https://github.com/open-mmlab/mmsegmentation/pull/2020))
14+
- Upgrade pre-commit hooks ([#2155](https://github.com/open-mmlab/mmsegmentation/pull/2155))
15+
16+
**Bug Fixes**
17+
18+
- Fix mmseg.api.inference inference_segmentor ([#1849](https://github.com/open-mmlab/mmsegmentation/pull/1849))
19+
- fix bug about label_map in evaluation part ([#2075](https://github.com/open-mmlab/mmsegmentation/pull/2075))
20+
- Add missing dependencies to torchserve docker file ([#2133](https://github.com/open-mmlab/mmsegmentation/pull/2133))
21+
- Fix ddp unittest ([#2060](https://github.com/open-mmlab/mmsegmentation/pull/2060))
22+
23+
**Contributors**
24+
25+
- @jinwonkim93 made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/1849
26+
- @rlatjcj made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/2075
27+
- @ShirleyWangCVR made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/2151
28+
- @mangelroman made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/2133
29+
330
### V0.28.0 (9/8/2022)
431

532
**New Features**

docs/en/faq.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ The compatible MMSegmentation and MMCV versions are as below. Please install the
99
| MMSegmentation version | MMCV version | MMClassification version |
1010
| :--------------------: | :-------------------------: | :----------------------: |
1111
| master | mmcv-full>=1.5.0, \<1.7.0 | mmcls>=0.20.1, \<=1.0.0 |
12+
| 0.29.0 | mmcv-full>=1.5.0, \<1.7.0 | mmcls>=0.20.1, \<=1.0.0 |
1213
| 0.28.0 | mmcv-full>=1.5.0, \<1.7.0 | mmcls>=0.20.1, \<=1.0.0 |
1314
| 0.27.0 | mmcv-full>=1.5.0, \<1.7.0 | mmcls>=0.20.1, \<=1.0.0 |
1415
| 0.26.0 | mmcv-full>=1.5.0, \<=1.6.0 | mmcls>=0.20.1, \<=1.0.0 |

docs/zh_cn/faq.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
| MMSegmentation version | MMCV version | MMClassification version |
1010
| :--------------------: | :-------------------------: | :----------------------: |
1111
| master | mmcv-full>=1.5.0, \<1.7.0 | mmcls>=0.20.1, \<=1.0.0 |
12+
| 0.29.0 | mmcv-full>=1.5.0, \<1.7.0 | mmcls>=0.20.1, \<=1.0.0 |
1213
| 0.28.0 | mmcv-full>=1.5.0, \<1.7.0 | mmcls>=0.20.1, \<=1.0.0 |
1314
| 0.27.0 | mmcv-full>=1.5.0, \<1.7.0 | mmcls>=0.20.1, \<=1.0.0 |
1415
| 0.26.0 | mmcv-full>=1.5.0, \<=1.6.0 | mmcls>=0.20.1, \<=1.0.0 |

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.28.0'
3+
__version__ = '0.29.0'
44

55

66
def parse_version_info(version_str):

0 commit comments

Comments
 (0)