From 5c71eba13db06d9100e3a8e254cfdcc4f17fc34d Mon Sep 17 00:00:00 2001 From: Yixiao Fang <36138628+fangyixiao18@users.noreply.github.com> Date: Mon, 31 Jul 2023 17:08:05 +0800 Subject: [PATCH] Bump version to 1.0.1 (#1731) * bump version to 1.0.1 * update changelog * update readme * Update changelog.md * update requirements --------- Co-authored-by: Ma Zerun --- README.md | 4 ++++ README_zh-CN.md | 4 ++++ docs/en/notes/changelog.md | 23 +++++++++++++++++++++++ docs/en/notes/faq.md | 3 ++- docs/zh_CN/notes/faq.md | 3 ++- mmpretrain/__init__.py | 2 +- mmpretrain/version.py | 2 +- requirements/mminstall.txt | 2 +- 8 files changed, 38 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 84124bbb0cc..6456ec28bd7 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,10 @@ https://github.com/open-mmlab/mmpretrain/assets/26739999/e4dcd3a2-f895-4d1b-a351 ## What's new +๐ŸŒŸ v1.0.1 was released in 28/07/2023 + +Fix some bugs and enhance the codebase. Please refer to [changelog](https://mmpretrain.readthedocs.io/en/latest/notes/changelog.html) for more details. + ๐ŸŒŸ v1.0.0 was released in 04/07/2023 - Support inference of more **multi-modal** algorithms, such as [**LLaVA**](./configs/llava/), [**MiniGPT-4**](./configs/minigpt4), [**Otter**](./configs/otter/), etc. diff --git a/README_zh-CN.md b/README_zh-CN.md index e0f79fb9e4a..02c62c6f507 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -84,6 +84,10 @@ https://github.com/open-mmlab/mmpretrain/assets/26739999/e4dcd3a2-f895-4d1b-a351 ## ๆ›ดๆ–ฐๆ—ฅๅฟ— +๐ŸŒŸ 2023/7/28 ๅ‘ๅธƒไบ† v1.0.1 ็‰ˆๆœฌ + +ไฟฎๅค้ƒจๅˆ† bug ๅ’Œๅขžๅผบ็ฎ—ๆณ•ๅบ“ๅŠŸ่ƒฝใ€‚็ป†่Š‚่ฏทๅ‚่€ƒ [ๆ›ดๆ–ฐๆ—ฅๅฟ—](https://mmpretrain.readthedocs.io/zh_CN/latest/notes/changelog.html)ใ€‚ + ๐ŸŒŸ 2023/7/4 ๅ‘ๅธƒไบ† v1.0.0 ็‰ˆๆœฌ - ๆ”ฏๆŒๆ›ดๅคš**ๅคšๆจกๆ€**็ฎ—ๆณ•็š„ๆŽจ็†, ไพ‹ๅฆ‚ [**LLaVA**](./configs/llava/), [**MiniGPT-4**](./configs/minigpt4), [**Otter**](./configs/otter/) ็ญ‰ใ€‚ diff --git a/docs/en/notes/changelog.md b/docs/en/notes/changelog.md index f25923d4f62..0c513163354 100644 --- a/docs/en/notes/changelog.md +++ b/docs/en/notes/changelog.md @@ -1,5 +1,28 @@ # Changelog (MMPreTrain) +## v1.0.1(28/07/2023) + +### Improvements + +- Add init_cfg with type='pretrained' to downstream tasks ([#1717](https://github.com/open-mmlab/mmpretrain/pull/1717) +- Set 'is_init' in some multimodal methods ([#1718](https://github.com/open-mmlab/mmpretrain/pull/1718) +- Adapt test cases on Ascend NPU ([#1728](https://github.com/open-mmlab/mmpretrain/pull/1728) +- Add GPU Acceleration Apple silicon mac ([#1699](https://github.com/open-mmlab/mmpretrain/pull/1699) +- BEiT refactor ([#1705](https://github.com/open-mmlab/mmpretrain/pull/1705) + +### Bug Fixes + +- Fix dict update in minigpt4. ([#1709](https://github.com/open-mmlab/mmpretrain/pull/1709) +- Fix nested predict for multi-task prediction ([#1716](https://github.com/open-mmlab/mmpretrain/pull/1716) +- Fix the issue #1711 "GaussianBlur doesn't work" ([#1722](https://github.com/open-mmlab/mmpretrain/pull/1722) +- Just to correct a typo of 'target' ([#1655](https://github.com/open-mmlab/mmpretrain/pull/1655) +- Fix freeze without cls_token in vit ([#1693](https://github.com/open-mmlab/mmpretrain/pull/1693) +- Fix RandomCrop bug ([#1706](https://github.com/open-mmlab/mmpretrain/pull/1706) + +### Docs Update + +- Fix spelling ([#1689](https://github.com/open-mmlab/mmpretrain/pull/1689) + ## v1.0.0(04/07/2023) ### Highlights diff --git a/docs/en/notes/faq.md b/docs/en/notes/faq.md index 64d0ee23c4a..98663d4661e 100644 --- a/docs/en/notes/faq.md +++ b/docs/en/notes/faq.md @@ -16,7 +16,8 @@ and make sure you fill in all required information in the template. | MMPretrain version | MMEngine version | MMCV version | | :----------------: | :---------------: | :--------------: | - | 1.0.0 (main) | mmengine >= 0.8.0 | mmcv >= 2.0.0 | + | 1.0.1 (main) | mmengine >= 0.8.3 | mmcv >= 2.0.0 | + | 1.0.0 | mmengine >= 0.8.0 | mmcv >= 2.0.0 | | 1.0.0rc8 | mmengine >= 0.7.1 | mmcv >= 2.0.0rc4 | | 1.0.0rc7 | mmengine >= 0.5.0 | mmcv >= 2.0.0rc4 | diff --git a/docs/zh_CN/notes/faq.md b/docs/zh_CN/notes/faq.md index c0b3c117d1d..970a3ad06ba 100644 --- a/docs/zh_CN/notes/faq.md +++ b/docs/zh_CN/notes/faq.md @@ -13,7 +13,8 @@ | MMPretrain ็‰ˆๆœฌ | MMEngine ็‰ˆๆœฌ | MMCV ็‰ˆๆœฌ | | :-------------: | :---------------: | :--------------: | - | 1.0.0 (main) | mmengine >= 0.8.0 | mmcv >= 2.0.0 | + | 1.0.1 (main) | mmengine >= 0.8.3 | mmcv >= 2.0.0 | + | 1.0.0 | mmengine >= 0.8.0 | mmcv >= 2.0.0 | | 1.0.0rc8 | mmengine >= 0.7.1 | mmcv >= 2.0.0rc4 | | 1.0.0rc7 | mmengine >= 0.5.0 | mmcv >= 2.0.0rc4 | diff --git a/mmpretrain/__init__.py b/mmpretrain/__init__.py index 1d065db1cd8..0b0f573fe57 100644 --- a/mmpretrain/__init__.py +++ b/mmpretrain/__init__.py @@ -10,7 +10,7 @@ mmcv_maximum_version = '2.1.0' mmcv_version = digit_version(mmcv.__version__) -mmengine_minimum_version = '0.8.0' +mmengine_minimum_version = '0.8.3' mmengine_maximum_version = '1.0.0' mmengine_version = digit_version(mmengine.__version__) diff --git a/mmpretrain/version.py b/mmpretrain/version.py index 6a60b40f31d..e7868ccbb37 100644 --- a/mmpretrain/version.py +++ b/mmpretrain/version.py @@ -1,6 +1,6 @@ # Copyright (c) OpenMMLab. All rights reserved -__version__ = '1.0.0' +__version__ = '1.0.1' def parse_version_info(version_str): diff --git a/requirements/mminstall.txt b/requirements/mminstall.txt index 53ce8aa3d6f..d23d0ac7157 100644 --- a/requirements/mminstall.txt +++ b/requirements/mminstall.txt @@ -1,2 +1,2 @@ mmcv>=2.0.0,<2.1.0 -mmengine>=0.8.0,<1.0.0 +mmengine>=0.8.3,<1.0.0