Skip to content

Commit d8ea8f7

Browse files
authored
[Doc] Introduce 1.x in readme (#2025)
* introduce 1.x * update
1 parent 74e13cf commit d8ea8f7

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,16 @@ v0.27.0 was released in 7/28/2022:
8282

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

85+
### 🌟 Preview of 1.x version
86+
87+
A brand new version of **MMSegmentation v1.0.0rc0** was released in 31/8/2022:
88+
89+
- Unifies interfaces of all components based on [MMEngine](https://github.com/open-mmlab/mmengine).
90+
- Faster training and testing speed with complete support of mixed precision training.
91+
- Refactored and more flexible [architecture](https://mmsegmentation.readthedocs.io/en/1.x/overview.html).
92+
93+
Find more new features in [1.x branch](https://github.com/open-mmlab/mmsegmentation/tree/1.x). Issues and PRs are welcome!
94+
8595
## Installation
8696

8797
Please refer to [get_started.md](docs/en/get_started.md#installation) for installation and [dataset_prepare.md](docs/en/dataset_prepare.md#prepare-datasets) for dataset preparation.

README_zh-CN.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,16 @@ MMSegmentation 是一个基于 PyTorch 的语义分割开源工具箱。它是 O
7979

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

82+
### 🌟 1.x 预览版本
83+
84+
全新的 **MMSegmentation v1.0.0rc0** 版本已经在 2022.8.31 发布:
85+
86+
- 基于 [MMEngine](https://github.com/open-mmlab/mmengine) 统一了各组件接口。
87+
- 全面支持混合精度,训练测试速度更快。
88+
- 重构之后更加灵活的[架构](https://mmsegmentation.readthedocs.io/en/1.x/overview.html)
89+
90+
欢迎在 [1.x branch](https://github.com/open-mmlab/mmsegmentation/tree/1.x) 发现更多的新特性。欢迎 issue 和 PR。
91+
8292
## 安装
8393

8494
请参考[快速入门文档](docs/zh_cn/get_started.md#installation)进行安装,参考[数据集准备](docs/zh_cn/dataset_prepare.md)处理数据。

0 commit comments

Comments
 (0)