Bump version to v1.0.0rc1

Bump version to v1.0.0rc1
pull/473/head v1.0.0rc1
Yixiao Fang 2022-09-01 10:49:26 +08:00 committed by GitHub
commit 0c30969d6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 8 additions and 8 deletions

View File

@ -65,7 +65,7 @@ The master branch works with **PyTorch 1.6** or higher.
## What's New
MMSelfSup **v1.0.0rc0** was released in 01/09/2022.
MMSelfSup **v1.0.0rc1** was released in 01/09/2022.
- Based on MMEngine and MMCV.
- Released with refactor.

View File

@ -65,7 +65,7 @@ MMSelfSup 是一个基于 PyTorch 实现的开源自监督表征学习工具箱
## 更新
最新的 **v1.0.0rc0** 版本已经在 2022.09.01 发布。
最新的 **v1.0.0rc1** 版本已经在 2022.09.01 发布。
新版本亮点:

View File

@ -21,7 +21,7 @@ according to the [install tutorial](./get_started.md). Three important packages
2. [MMCV](https://github.com/open-mmlab/mmcv): The computer vision package of OpenMMLab. This is not a new
dependency, but you need to upgrade it to above `2.0.0rc1` version.
3. [MMClassification](https://github.com/open-mmlab/mmcv): The image classification package of OpenMMLab. This is not a new
dependency, but you need to upgrade it to above `2.0.0rc0` version.
dependency, but you need to upgrade it to above `1.0.0rc0` version.
## Config

View File

@ -2,10 +2,10 @@
## MMSelfSup
### v1.0.0rc0 (01/09/2022)
### v1.0.0rc1 (01/09/2022)
We are excited to announce the release of MMSelfSup v1.0.0rc0.
MMSelfSup v1.0.0rc0 is the first version of MMSelfSup 1.x, a part of the OpenMMLab 2.x projects.
We are excited to announce the release of MMSelfSup v1.0.0rc1.
MMSelfSup v1.0.0rc1 is the first version of MMSelfSup 1.x, a part of the OpenMMLab 2.0 projects.
The `master` branch is still 0.x version and we will checkout a new `1.x` branch to release 1.x version. The two versions will be maintained simultaneously in the future.
We briefly list the major breaking changes here. Please refer to the [migration guide](../migration.md) for details and migration instructions.

View File

@ -1,6 +1,6 @@
# Copyright (c) Open-MMLab. All rights reserved.
__version__ = '1.0.0rc0'
__version__ = '1.0.0rc1'
def parse_version_info(version_str):

View File

@ -1,7 +1,7 @@
attrs
future
matplotlib
mmcls>=2.0.0rc0
mmcls>=1.0.0rc0
numpy
packaging
scikit-learn