From 46326f63ce411c794d237e986dd3924590d0e75e Mon Sep 17 00:00:00 2001 From: Miao Zheng <76149310+MeowZheng@users.noreply.github.com> Date: Thu, 2 Jun 2022 22:40:08 +0800 Subject: [PATCH] Bump v0.25.0 (#1636) * Bump v0.25.0 * format * fix mmcv version * Update docs/en/changelog.md Co-authored-by: MengzhangLI * Update docs/en/changelog.md Co-authored-by: MengzhangLI * Update docs/en/changelog.md Co-authored-by: MengzhangLI * Update docs/en/changelog.md Co-authored-by: MengzhangLI * Update docs/en/changelog.md Co-authored-by: MengzhangLI Co-authored-by: MengzhangLI --- README.md | 5 ++++- README_zh-CN.md | 5 ++++- docker/serve/Dockerfile | 4 ++-- docs/en/changelog.md | 39 +++++++++++++++++++++++++++++++++++++++ docs/en/faq.md | 3 ++- mmseg/version.py | 2 +- 6 files changed, 52 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9e8b85ba4..38e67709a 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,10 @@ The master branch works with **PyTorch 1.5+**. ## What's New -v0.24.1 was released in 5/1/2022. +v0.25.0 was released in 6/2/2022: + +- Support PyTorch backend on MLU + Please refer to [changelog.md](docs/en/changelog.md) for details and release history. ## Installation diff --git a/README_zh-CN.md b/README_zh-CN.md index 33aa7ad64..21162cc88 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -72,7 +72,10 @@ MMSegmentation 是一个基于 PyTorch 的语义分割开源工具箱。它是 O ## 最新进展 -最新版本 v0.24.1 在 2022.5.1 发布。 +最新版本 v0.25.0 在 2022.6.2 发布: + +- 支持 PyTorch MLU 后端 + 如果想了解更多版本更新细节和历史信息,请阅读[更新日志](docs/en/changelog.md)。 ## 安装 diff --git a/docker/serve/Dockerfile b/docker/serve/Dockerfile index c1d154528..8a7190226 100644 --- a/docker/serve/Dockerfile +++ b/docker/serve/Dockerfile @@ -3,8 +3,8 @@ ARG CUDA="11.3" ARG CUDNN="8" FROM pytorch/pytorch:${PYTORCH}-cuda${CUDA}-cudnn${CUDNN}-devel -ARG MMCV="1.4.8" -ARG MMSEG="0.24.1" +ARG MMCV="1.5.0" +ARG MMSEG="0.25.0" ENV PYTHONUNBUFFERED TRUE diff --git a/docs/en/changelog.md b/docs/en/changelog.md index dc94fbdf2..2ff23981f 100644 --- a/docs/en/changelog.md +++ b/docs/en/changelog.md @@ -1,5 +1,44 @@ ## Changelog +### V0.25.0 (6/2/2022) + +**Highlights** + +- Support PyTorch backend on MLU ([1515](https://github.com/open-mmlab/mmsegmentation/pull/1515)) + +**Bug Fixes** + +- Fix the error of BCE loss when batch size is 1 ([1629](https://github.com/open-mmlab/mmsegmentation/pull/1629)) +- Fix bug of `resize` function when align_corners is True ([1592](https://github.com/open-mmlab/mmsegmentation/pull/1592)) +- Fix Dockerfile to run demo script in docker container ([1568](https://github.com/open-mmlab/mmsegmentation/pull/1568)) +- Correct inference_demo.ipynb path ([1576](https://github.com/open-mmlab/mmsegmentation/pull/1576)) +- Fix the `build_segmentor` in colab demo ([1551](https://github.com/open-mmlab/mmsegmentation/pull/1551)) +- Fix md2yml script ([1633](https://github.com/open-mmlab/mmsegmentation/pull/1633), [1555](https://github.com/open-mmlab/mmsegmentation/pull/1555)) +- Fix main line link in MAE README.md ([1556](https://github.com/open-mmlab/mmsegmentation/pull/1556)) +- Fix fastfcn `crop_size` in README.md by ([1597](https://github.com/open-mmlab/mmsegmentation/pull/1597)) +- Pip upgrade when testing windows platform ([1610](https://github.com/open-mmlab/mmsegmentation/pull/1610)) + +**Improvements** + +- Delete DS_Store file ([1549](https://github.com/open-mmlab/mmsegmentation/pull/1549)) +- Revise owners.yml ([1621](https://github.com/open-mmlab/mmsegmentation/pull/1621), [1534](https://github.com/open-mmlab/mmsegmentation/pull/1543)) + +**Documentation** + +- Rewrite the installation guidance ([1630](https://github.com/open-mmlab/mmsegmentation/pull/1630)) +- Format readme ([1635](https://github.com/open-mmlab/mmsegmentation/pull/1635)) +- Replace markdownlint with mdformat to avoid ruby installation ([1591](https://github.com/open-mmlab/mmsegmentation/pull/1591)) +- Add explanation and usage instructions for data configuration ([1548](https://github.com/open-mmlab/mmsegmentation/pull/1548)) +- Configure Myst-parser to parse anchor tag ([1589](https://github.com/open-mmlab/mmsegmentation/pull/1589)) +- 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)) + +**Contributors** + +- @atinfinity made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/1568 +- @DoubleChuang made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/1576 +- @alpha-baymax made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/1515 +- @274869388 made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/1629 + ### V0.24.1 (5/1/2022) **Bug Fixes** diff --git a/docs/en/faq.md b/docs/en/faq.md index 416c0b2db..ac578cab2 100644 --- a/docs/en/faq.md +++ b/docs/en/faq.md @@ -8,7 +8,8 @@ The compatible MMSegmentation and MMCV versions are as below. Please install the | MMSegmentation version | MMCV version | MMClassification version | | :--------------------: | :-------------------------: | :----------------------: | -| master | mmcv-full>=1.4.4, \<=1.6.0 | mmcls>=0.20.1, \<=1.0.0 | +| master | mmcv-full>=1.5.0, \<=1.6.0 | mmcls>=0.20.1, \<=1.0.0 | +| 0.25.0 | mmcv-full>=1.5.0, \<=1.6.0 | mmcls>=0.20.1, \<=1.0.0 | | 0.24.1 | mmcv-full>=1.4.4, \<=1.6.0 | mmcls>=0.20.1, \<=1.0.0 | | 0.23.0 | mmcv-full>=1.4.4, \<=1.6.0 | mmcls>=0.20.1, \<=1.0.0 | | 0.22.0 | mmcv-full>=1.4.4, \<=1.6.0 | mmcls>=0.20.1, \<=1.0.0 | diff --git a/mmseg/version.py b/mmseg/version.py index e05146f0a..eda960181 100644 --- a/mmseg/version.py +++ b/mmseg/version.py @@ -1,6 +1,6 @@ # Copyright (c) Open-MMLab. All rights reserved. -__version__ = '0.24.1' +__version__ = '0.25.0' def parse_version_info(version_str):