Skip to content

Commit

Permalink
bump to v0.11.0 (#606)
Browse files Browse the repository at this point in the history
* bump to v0.11.0
  • Loading branch information
nbei authored Nov 3, 2021
1 parent 6ff9037 commit ce2a70f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## v0.11.0 (03/11/2021)

**Highlights**

- GLEAN for blind face image restoration #530
- Real-ESRGAN model #546

**New Features**

- Exponential Moving Average Hook #542
- Support DF2K_OST dataset #566

**Improvements**

- Add MATLAB-like bicubic interpolation #507
- Support random degradations during training #504
- Support torchserve #568

## v0.10.0 (12/08/2021).

**Highlights**
Expand Down
2 changes: 1 addition & 1 deletion mmedit/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.11.0'


def parse_version_info(version_str):
Expand Down

0 comments on commit ce2a70f

Please sign in to comment.