Skip to content

Commit

Permalink
Bump version to v0.10.1 (#557)
Browse files Browse the repository at this point in the history
* Bump version to v0.10.1

* update model-index

* fix lint
  • Loading branch information
fangyixiao18 committed Nov 1, 2022
1 parent 595909c commit f5a38fc
Show file tree
Hide file tree
Showing 12 changed files with 45 additions and 9 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,13 @@ Find more new features in [1.x branch](https://github.com/open-mmlab/mmselfsup/t

### Stable version

MMSelfSup **v0.10.0** was released in 30/09/2022.
MMSelfSup **v0.10.1** was released in 01/11/2022.

Highlights of the new version:

- Support MaskFeat
- Update issue form
- Fix some typo in documents

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

Expand Down
4 changes: 3 additions & 1 deletion README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,13 @@ MMSelfSup 是一个基于 PyTorch 实现的开源自监督表征学习工具箱

### 稳定版本

最新的 **v0.10.0** 版本已经在 2022.09.30 发布。
最新的 **v0.10.1** 版本已经在 2022.11.1 发布。

新版本亮点:

- 支持 MaskFeat
- 更新 issue 模板
- 修复部分文档的错误

请参考 [更新日志](docs/zh_cn/changelog.md) 获取更多细节和历史版本信息。

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
13 changes: 13 additions & 0 deletions docs/en/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

## MMSelfSup

### v0.10.1 (01/11/2022)

#### Improvements

- Update issue template and management file ([#550](https://github.com/open-mmlab/mmselfsup/pull/550), [#512](https://github.com/open-mmlab/mmselfsup/pull/512))
- Move res-layer to models.utils ([#537](https://github.com/open-mmlab/mmselfsup/pull/537))

#### Docs

- Add MMYOLO description for README ([#541](https://github.com/open-mmlab/mmselfsup/pull/541))
- Fix typo for README ([#545](https://github.com/open-mmlab/mmselfsup/pull/545))
- Fix lint of MaskFeat ([#520](https://github.com/open-mmlab/mmselfsup/pull/520))

### v0.10.0 (30/09/2022)

#### Highlight
Expand Down
3 changes: 2 additions & 1 deletion docs/en/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ Compatible MMCV, MMClassification, MMDetection and MMSegmentation versions are s

| MMSelfSup version | MMCV version | MMClassification version | MMSegmentation version | MMDetection version |
| :---------------: | :--------------------------: | :-------------------------: | :--------------------: | :-----------------: |
| 0.10.0 (master) | mmcv-full >= 1.4.2, \< 1.7.0 | mmcls >= 0.21.0 | mmseg >= 0.20.2 | mmdet >= 2.19.0 |
| 0.10.1 (master) | mmcv-full >= 1.4.2, \< 1.9.0 | mmcls >= 0.21.0, \< 0.27.0 | mmseg >= 0.20.2 | mmdet >= 2.19.0 |
| 0.10.0 | mmcv-full >= 1.4.2, \< 1.7.0 | mmcls >= 0.21.0 | mmseg >= 0.20.2 | mmdet >= 2.19.0 |
| 0.9.2 | mmcv-full >= 1.4.2, \< 1.7.0 | mmcls >= 0.21.0 | mmseg >= 0.20.2 | mmdet >= 2.19.0 |
| 0.9.1 | mmcv-full >= 1.4.2, \< 1.6.0 | mmcls >= 0.21.0 | mmseg >= 0.20.2 | mmdet >= 2.19.0 |
| 0.9.0 | mmcv-full >= 1.4.2 | mmcls >= 0.21.0 | mmseg >= 0.20.2 | mmdet >= 2.19.0 |
Expand Down
13 changes: 13 additions & 0 deletions docs/zh_cn/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

## MMSelfSup

### v0.10.1 (01/11/2022)

#### Improvements

- 更新 issue 模板和相关文件 ([#550](https://github.com/open-mmlab/mmselfsup/pull/550), [#512](https://github.com/open-mmlab/mmselfsup/pull/512))
- 移动 res-layer 到 models.utils 文件夹 ([#537](https://github.com/open-mmlab/mmselfsup/pull/537))

#### Docs

- 增加 MMYOLO 的描述 ([#541](https://github.com/open-mmlab/mmselfsup/pull/541))
- 修复部分 README 的错误 ([#545](https://github.com/open-mmlab/mmselfsup/pull/545))
- 修复 MaskFeat 的相关链接 ([#520](https://github.com/open-mmlab/mmselfsup/pull/520))

### v0.10.0 (30/09/2022)

#### 亮点
Expand Down
3 changes: 2 additions & 1 deletion docs/zh_cn/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@

| MMSelfSup version | MMCV version | MMClassification version | MMSegmentation version | MMDetection version |
| :---------------: | :--------------------------: | :-------------------------: | :--------------------: | :-----------------: |
| 0.10.0 (master) | mmcv-full >= 1.4.2, \< 1.7.0 | mmcls >= 0.21.0 | mmseg >= 0.20.2 | mmdet >= 2.19.0 |
| 0.10.1 (master) | mmcv-full >= 1.4.2, \< 1.9.0 | mmcls >= 0.21.0, \< 0.27.0 | mmseg >= 0.20.2 | mmdet >= 2.19.0 |
| 0.10.0 | mmcv-full >= 1.4.2, \< 1.7.0 | mmcls >= 0.21.0 | mmseg >= 0.20.2 | mmdet >= 2.19.0 |
| 0.9.2 | mmcv-full >= 1.4.2, \< 1.7.0 | mmcls >= 0.21.0 | mmseg >= 0.20.2 | mmdet >= 2.19.0 |
| 0.9.1 | mmcv-full >= 1.4.2, \< 1.6.0 | mmcls >= 0.21.0 | mmseg >= 0.20.2 | mmdet >= 2.19.0 |
| 0.9.0 | mmcv-full >= 1.4.2 | mmcls >= 0.21.0 | mmseg >= 0.20.2 | mmdet >= 2.19.0 |
Expand Down
8 changes: 5 additions & 3 deletions mmselfsup/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,11 @@ def digit_version(version_str: str, length: int = 4):


mmcv_minimum_version = '1.4.2'
mmcv_maximum_version = '1.7.0'
mmcv_maximum_version = '1.9.0'
mmcv_version = digit_version(mmcv.__version__)

mmcls_minimum_version = '0.21.0'
mmcls_maximum_version = '0.27.0'
mmcls_version = digit_version(mmcls.__version__)


Expand All @@ -61,8 +62,9 @@ def digit_version(version_str: str, length: int = 4):
f'MMCV=={mmcv.__version__} is used but incompatible. ' \
f'Please install mmcv>={mmcv_minimum_version}, <{mmcv_maximum_version}.'

assert mmcls_version >= digit_version(mmcls_minimum_version), \
assert (mmcls_version >= digit_version(mmcls_minimum_version)
and mmcls_version < digit_version(mmcls_maximum_version)), \
f'MMClassification=={mmcls.__version__} is used but incompatible. ' \
f'Please install mmcls>={mmcls_minimum_version}.'
f'Please install mmcls>={mmcls_minimum_version}, <{mmcls_maximum_version}.'

__all__ = ['__version__', 'digit_version']
2 changes: 1 addition & 1 deletion mmselfsup/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (c) Open-MMLab. All rights reserved.

__version__ = '0.10.0'
__version__ = '0.10.1'


def parse_version_info(version_str):
Expand Down
4 changes: 3 additions & 1 deletion model-index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Import:
- configs/selfsup/simclr/metafile.yml
- configs/selfsup/simsiam/metafile.yml
- configs/selfsup/swav/metafile.yml
- configs/selfsup/mae/metafile.yaml
- configs/selfsup/mae/metafile.yml
- configs/selfsup/simmim/metafile.yml
- configs/selfsup/barlowtwins/metafile.yml
- configs/selfsup/cae/metafile.yml
- configs/selfsup/maskfeat/metafile.yml

0 comments on commit f5a38fc

Please sign in to comment.