bump version to v0.8.1 (#1237)

This commit is contained in:
Mashiro 2023-07-05 23:27:51 +08:00 committed by GitHub
parent 8d4bac2616
commit b2295a258c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 1 deletions

View File

@ -1,5 +1,19 @@
# Changelog of v0.x
## v0.8.1 (07/05/2023)
### New Features & Enhancements
- Accelerate `Config.dump` and support converting Lazyxxx to string in `ConfigDict.to_dict`by [@HAOCHENYE](https://github.com/HAOCHENYE) in https://github.com/open-mmlab/mmengine/pull/1232
### Bug fixes
- FSDP should call `_get_ignored_modules` by [@HAOCHENYE](https://github.com/HAOCHENYE) in https://github.com/open-mmlab/mmengine/pull/1235
### Docs
- Add a document to introduce how to train a large model by [@zhouzaida](https://github.com/zhouzaida) in https://github.com/open-mmlab/mmengine/pull/1228
## v0.8.0 (06/30/2023)
### Highlights

View File

@ -1,6 +1,6 @@
# Copyright (c) OpenMMLab. All rights reserved.
__version__ = '0.8.0'
__version__ = '0.8.1'
def parse_version_info(version_str):