Skip to content

Commit 46326f6

Browse files
Bump v0.25.0 (open-mmlab#1636)
* Bump v0.25.0 * format * fix mmcv version * Update docs/en/changelog.md Co-authored-by: MengzhangLI <[email protected]> * Update docs/en/changelog.md Co-authored-by: MengzhangLI <[email protected]> * Update docs/en/changelog.md Co-authored-by: MengzhangLI <[email protected]> * Update docs/en/changelog.md Co-authored-by: MengzhangLI <[email protected]> * Update docs/en/changelog.md Co-authored-by: MengzhangLI <[email protected]> Co-authored-by: MengzhangLI <[email protected]>
1 parent 092b357 commit 46326f6

File tree

6 files changed

+52
-6
lines changed

6 files changed

+52
-6
lines changed

README.md

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

7676
## What's New
7777

78-
v0.24.1 was released in 5/1/2022.
78+
v0.25.0 was released in 6/2/2022:
79+
80+
- Support PyTorch backend on MLU
81+
7982
Please refer to [changelog.md](docs/en/changelog.md) for details and release history.
8083

8184
## Installation

README_zh-CN.md

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

7373
## 最新进展
7474

75-
最新版本 v0.24.1 在 2022.5.1 发布。
75+
最新版本 v0.25.0 在 2022.6.2 发布:
76+
77+
- 支持 PyTorch MLU 后端
78+
7679
如果想了解更多版本更新细节和历史信息,请阅读[更新日志](docs/en/changelog.md)
7780

7881
## 安装

docker/serve/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ ARG CUDA="11.3"
33
ARG CUDNN="8"
44
FROM pytorch/pytorch:${PYTORCH}-cuda${CUDA}-cudnn${CUDNN}-devel
55

6-
ARG MMCV="1.4.8"
7-
ARG MMSEG="0.24.1"
6+
ARG MMCV="1.5.0"
7+
ARG MMSEG="0.25.0"
88

99
ENV PYTHONUNBUFFERED TRUE
1010

docs/en/changelog.md

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

3+
### V0.25.0 (6/2/2022)
4+
5+
**Highlights**
6+
7+
- Support PyTorch backend on MLU ([1515](https://github.com/open-mmlab/mmsegmentation/pull/1515))
8+
9+
**Bug Fixes**
10+
11+
- Fix the error of BCE loss when batch size is 1 ([1629](https://github.com/open-mmlab/mmsegmentation/pull/1629))
12+
- Fix bug of `resize` function when align_corners is True ([1592](https://github.com/open-mmlab/mmsegmentation/pull/1592))
13+
- Fix Dockerfile to run demo script in docker container ([1568](https://github.com/open-mmlab/mmsegmentation/pull/1568))
14+
- Correct inference_demo.ipynb path ([1576](https://github.com/open-mmlab/mmsegmentation/pull/1576))
15+
- Fix the `build_segmentor` in colab demo ([1551](https://github.com/open-mmlab/mmsegmentation/pull/1551))
16+
- Fix md2yml script ([1633](https://github.com/open-mmlab/mmsegmentation/pull/1633), [1555](https://github.com/open-mmlab/mmsegmentation/pull/1555))
17+
- Fix main line link in MAE README.md ([1556](https://github.com/open-mmlab/mmsegmentation/pull/1556))
18+
- Fix fastfcn `crop_size` in README.md by ([1597](https://github.com/open-mmlab/mmsegmentation/pull/1597))
19+
- Pip upgrade when testing windows platform ([1610](https://github.com/open-mmlab/mmsegmentation/pull/1610))
20+
21+
**Improvements**
22+
23+
- Delete DS_Store file ([1549](https://github.com/open-mmlab/mmsegmentation/pull/1549))
24+
- Revise owners.yml ([1621](https://github.com/open-mmlab/mmsegmentation/pull/1621), [1534](https://github.com/open-mmlab/mmsegmentation/pull/1543))
25+
26+
**Documentation**
27+
28+
- Rewrite the installation guidance ([1630](https://github.com/open-mmlab/mmsegmentation/pull/1630))
29+
- Format readme ([1635](https://github.com/open-mmlab/mmsegmentation/pull/1635))
30+
- Replace markdownlint with mdformat to avoid ruby installation ([1591](https://github.com/open-mmlab/mmsegmentation/pull/1591))
31+
- Add explanation and usage instructions for data configuration ([1548](https://github.com/open-mmlab/mmsegmentation/pull/1548))
32+
- Configure Myst-parser to parse anchor tag ([1589](https://github.com/open-mmlab/mmsegmentation/pull/1589))
33+
- Update QR code and link for QQ group ([1598](https://github.com/open-mmlab/mmsegmentation/pull/1598), [1574](https://github.com/open-mmlab/mmsegmentation/pull/1574))
34+
35+
**Contributors**
36+
37+
- @atinfinity made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/1568
38+
- @DoubleChuang made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/1576
39+
- @alpha-baymax made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/1515
40+
- @274869388 made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/1629
41+
342
### V0.24.1 (5/1/2022)
443

544
**Bug Fixes**

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

55

66
def parse_version_info(version_str):

0 commit comments

Comments
 (0)