Skip to content

Commit 85c0976

Browse files
authored
bump version to v0.10.1 (#1436)
1 parent e461581 commit 85c0976

File tree

4 files changed

+21
-6
lines changed

4 files changed

+21
-6
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ English | [简体中文](README_zh-CN.md)
5858

5959
## What's New
6060

61-
v0.10.0 was released on 2023-11-21.
61+
v0.10.1 was released on 2023-11-22.
6262

6363
Highlights:
6464

@@ -70,7 +70,7 @@ Highlights:
7070

7171
- Supports multiple visualization backends, including `NeptuneVisBackend`, `DVCLiveVisBackend` and `AimVisBackend`. Refer to [Visualization Backends](https://mmengine.readthedocs.io/en/latest/common_usage/visualize_training_log.html) for more details.
7272

73-
Read [Changelog](./docs/en/notes/changelog.md#v0100-21112023) for more details.
73+
Read [Changelog](./docs/en/notes/changelog.md#v0101-22112023) for more details.
7474

7575
## Table of Contents
7676

README_zh-CN.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959
## 最近进展
6060

61-
最新版本 v0.10.0 在 2023.11.21 发布。
61+
最新版本 v0.10.1 在 2023.11.22 发布。
6262

6363
亮点:
6464

@@ -70,7 +70,7 @@
7070

7171
- 支持多种可视化后端,包括`NeptuneVisBackend``DVCLiveVisBackend``AimVisBackend`。可阅读[可视化后端](https://mmengine.readthedocs.io/zh_CN/latest/common_usage/visualize_training_log.html)了解用法。
7272

73-
如果想了解更多版本更新细节和历史信息,请阅读[更新日志](./docs/en/notes/changelog.md#v0100-21112023)
73+
如果想了解更多版本更新细节和历史信息,请阅读[更新日志](./docs/en/notes/changelog.md#v0101-22112023)
7474

7575
## 目录
7676

docs/en/notes/changelog.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,30 @@
11
# Changelog of v0.x
22

3+
## v0.10.1 (22/11/2023)
4+
5+
### Bug Fixes
6+
7+
- Fix collect_env without opencv by [@fanqiNO1](https://github.com/fanqiNO1) in https://github.com/open-mmlab/mmengine/pull/1434
8+
- Fix deploy.yml by [@fanqiNO1](https://github.com/fanqiNO1) in https://github.com/open-mmlab/mmengine/pull/1431
9+
10+
### Docs
11+
12+
- Add build mmengine-lite from source by [@fanqiNO1](https://github.com/fanqiNO1) in https://github.com/open-mmlab/mmengine/pull/1435
13+
14+
### Contributors
15+
16+
A total of 1 developers contributed to this release. Thanks [@fanqiNO1](https://github.com/fanqiNO1)
17+
318
## v0.10.0 (21/11/2023)
419

520
### New Features & Enhancements
621

722
- Support for installing mmengine without opencv by [@fanqiNO1](https://github.com/fanqiNO1) in https://github.com/open-mmlab/mmengine/pull/1429
23+
- Support `exclude_frozen_parameters` for `DeepSpeedStrategy`'s `resume` by [@LZHgrla](https://github.com/LZHgrla) in https://github.com/open-mmlab/mmengine/pull/1424
824

925
### Bug Fixes
1026

1127
- Fix bugs in colo optimwrapper by [@HIT-cwh](https://github.com/HIT-cwh) in https://github.com/open-mmlab/mmengine/pull/1426
12-
- Support `exclude_frozen_parameters` for `DeepSpeedStrategy`'s `resume` by [@LZHgrla](https://github.com/LZHgrla) in https://github.com/open-mmlab/mmengine/pull/1424
1328
- Fix `scale_lr` in `SingleDeviceStrategy` by [@fanqiNO1](https://github.com/fanqiNO1) in https://github.com/open-mmlab/mmengine/pull/1428
1429
- Fix CI for torch2.1.0 by [@fanqiNO1](https://github.com/fanqiNO1) in https://github.com/open-mmlab/mmengine/pull/1418
1530

mmengine/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright (c) OpenMMLab. All rights reserved.
22

3-
__version__ = '0.10.0'
3+
__version__ = '0.10.1'
44

55

66
def parse_version_info(version_str):

0 commit comments

Comments
 (0)