Skip to content

Commit 17056b6

Browse files
authored
Bump v0.26.0 (open-mmlab#1731)
1 parent dca46fe commit 17056b6

File tree

6 files changed

+42
-4
lines changed

6 files changed

+42
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The master branch works with **PyTorch 1.5+**.
7575

7676
## What's New
7777

78-
v0.25.0 was released in 6/2/2022:
78+
v0.26.0 was released in 7/1/2022:
7979

8080
- Support PyTorch backend on MLU
8181

README_zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ MMSegmentation 是一个基于 PyTorch 的语义分割开源工具箱。它是 O
7272

7373
## 最新进展
7474

75-
最新版本 v0.25.0 在 2022.6.2 发布:
75+
最新版本 v0.26.0 在 2022.7.1 发布:
7676

7777
- 支持 PyTorch MLU 后端
7878

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.25.0"
7+
ARG MMSEG="0.26.0"
88

99
ENV PYTHONUNBUFFERED TRUE
1010

docs/en/changelog.md

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

3+
### V0.26.0 (7/1/2022)
4+
5+
**Highlights**
6+
7+
- Update New SegFormer models on ADE20K ([1705](https://github.com/open-mmlab/mmsegmentation/pull/1705))
8+
- Dedicated MMSegWandbHook for MMSegmentation ([1603](https://github.com/open-mmlab/mmsegmentation/pull/1603))
9+
10+
**New Features**
11+
12+
- Update New SegFormer models on ADE20K ([1705](https://github.com/open-mmlab/mmsegmentation/pull/1705))
13+
- Dedicated MMSegWandbHook for MMSegmentation ([1603](https://github.com/open-mmlab/mmsegmentation/pull/1603))
14+
- Add UPerNet r18 results ([1669](https://github.com/open-mmlab/mmsegmentation/pull/1669))
15+
16+
**Enhancement**
17+
18+
- Keep dimension of `cls_token_weight` for easier ONNX deployment ([1642](https://github.com/open-mmlab/mmsegmentation/pull/1642))
19+
- Support infererence with padding ([1607](https://github.com/open-mmlab/mmsegmentation/pull/1607))
20+
21+
**Bug Fixes**
22+
23+
- Fix typos ([#1640](https://github.com/open-mmlab/mmsegmentation/pull/1640), [#1667](https://github.com/open-mmlab/mmsegmentation/pull/1667), [#1656](https://github.com/open-mmlab/mmsegmentation/pull/1656), [#1699](https://github.com/open-mmlab/mmsegmentation/pull/1699), [#1702](https://github.com/open-mmlab/mmsegmentation/pull/1702), [#1695](https://github.com/open-mmlab/mmsegmentation/pull/1695), [#1707](https://github.com/open-mmlab/mmsegmentation/pull/1707), [#1708](https://github.com/open-mmlab/mmsegmentation/pull/1708), [#1721](https://github.com/open-mmlab/mmsegmentation/pull/1721))
24+
25+
**Documentation**
26+
27+
- Fix `mdformat` version to support python3.6 and remove ruby installation ([1672](https://github.com/open-mmlab/mmsegmentation/pull/1672))
28+
29+
**Contributors**
30+
31+
- @RunningLeon made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/1642
32+
- @zhouzaida made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/1655
33+
- @tkhe made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/1667
34+
- @rotorliu made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/1656
35+
- @EvelynWang-0423 made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/1679
36+
- @ZhaoYi1222 made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/1616
37+
- @Sanster made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/1704
38+
- @ayulockin made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/1603
39+
340
### V0.25.0 (6/2/2022)
441

542
**Highlights**

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.6.0 | mmcls>=0.20.1, \<=1.0.0 |
12+
| 0.26.0 | mmcv-full>=1.5.0, \<=1.6.0 | mmcls>=0.20.1, \<=1.0.0 |
1213
| 0.25.0 | mmcv-full>=1.5.0, \<=1.6.0 | mmcls>=0.20.1, \<=1.0.0 |
1314
| 0.24.1 | mmcv-full>=1.4.4, \<=1.6.0 | mmcls>=0.20.1, \<=1.0.0 |
1415
| 0.23.0 | mmcv-full>=1.4.4, \<=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.25.0'
3+
__version__ = '0.26.0'
44

55

66
def parse_version_info(version_str):

0 commit comments

Comments
 (0)