Skip to content

Commit

Permalink
Add change log of v0.10.0 (#481)
Browse files Browse the repository at this point in the history
* Add change log of v0.10.0

* v0.10.0

* Update v0.10.0

* Typo is improvement

Signed-off-by: lizz <[email protected]>

Co-authored-by: liyinshuo <[email protected]>
Co-authored-by: lizz <[email protected]>
  • Loading branch information
3 people authored Aug 19, 2021
1 parent 23213c8 commit c9b9fd9
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ This project is released under the [Apache 2.0 license](LICENSE).

## Changelog

v0.9.0 was released in 2021-6-31.
v0.10.0 was released in 2021-8-12.

Note that **MMSR** has been merged into this repo, as a part of MMEditing.
With elaborate designs of the new framework and careful implementations,
Expand Down
2 changes: 1 addition & 1 deletion README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ MMEditing 是基于 PyTorch 的图像&视频编辑开源工具箱。是 [OpenMML

## 更新记录

v0.9.0 版本已于 2021 年 631 日发布.
v0.10.0 版本已于 2021 年 812 日发布.

需要注意的是 **MMSR** 已作为 MMEditing 的一部分并入本仓库。
MMEditing 缜密地设计新的框架并将其精心实现,希望能够为您带来更好的体验。
Expand Down
46 changes: 46 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,51 @@
# Changelog

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

**Highlights**

1. Support LIIF-RDN (CVPR'2021)
2. Support BasicVSR++ (NTIRE'2021)

**New Features**

- Support loading annotation from file for video SR datasets ([#423](https://github.com/open-mmlab/mmediting/pull/423))
- Support persistent worker ([#426](https://github.com/open-mmlab/mmediting/pull/426))
- Support LIIF-RDN ([#428](https://github.com/open-mmlab/mmediting/pull/428), [#440](https://github.com/open-mmlab/mmediting/pull/440))
- Support BasicVSR++ ([#451](https://github.com/open-mmlab/mmediting/pull/451), [#467](https://github.com/open-mmlab/mmediting/pull/467))
- Support mim ([#455](https://github.com/open-mmlab/mmediting/pull/455))

**Bug Fixes**

- Fix bug in stat.py ([#420](https://github.com/open-mmlab/mmediting/pull/420))
- Fix astype error in function tensor2img ([#429](https://github.com/open-mmlab/mmediting/pull/429))
- Fix device error caused by torch.new_tensor when pytorch >= 1.7 ([#465](https://github.com/open-mmlab/mmediting/pull/465))
- Fix _non_dist_train in .mmedit/apis/train.py ([#473](https://github.com/open-mmlab/mmediting/pull/473))
- Fix multi-node distributed test ([#478](https://github.com/open-mmlab/mmediting/pull/478))

**Breaking Changes**

- Refactor LIIF for pytorch2onnx ([#425](https://github.com/open-mmlab/mmediting/pull/425))

**Improvements**

- Update Chinese docs ([#415](https://github.com/open-mmlab/mmediting/pull/415), [#416](https://github.com/open-mmlab/mmediting/pull/416), [#418](https://github.com/open-mmlab/mmediting/pull/418), [#421](https://github.com/open-mmlab/mmediting/pull/421), [#424](https://github.com/open-mmlab/mmediting/pull/424), [#431](https://github.com/open-mmlab/mmediting/pull/431), [#442](https://github.com/open-mmlab/mmediting/pull/442))
- Add CI of pytorch 1.9.0 ([#444](https://github.com/open-mmlab/mmediting/pull/444))
- Refactor README.md of configs ([#452](https://github.com/open-mmlab/mmediting/pull/452))
- Avoid loading pretrained VGG in unittest ([#466](https://github.com/open-mmlab/mmediting/pull/466))
- Support specifying scales in preprocessing div2k dataset ([#472](https://github.com/open-mmlab/mmediting/pull/472))
- Support all formats in readthedocs ([#479](https://github.com/open-mmlab/mmediting/pull/479))
- Use version_info of mmcv ([#480](https://github.com/open-mmlab/mmediting/pull/480))
- Remove unnecessary codes in restoration_video_demo.py ([#484](https://github.com/open-mmlab/mmediting/pull/484))
- Change priority of DistEvalIterHook to 'LOW' ([#489](https://github.com/open-mmlab/mmediting/pull/489))
- Reset resource limit ([#491](https://github.com/open-mmlab/mmediting/pull/491))
- Update QQ QR code in README_CN.md ([#494](https://github.com/open-mmlab/mmediting/pull/494))
- Add `myst_parser` ([#495](https://github.com/open-mmlab/mmediting/pull/495))
- Add license header ([#496](https://github.com/open-mmlab/mmediting/pull/496))
- Fix typo of StyleGAN modules ([#427](https://github.com/open-mmlab/mmediting/pull/427))
- Fix typo in docs/demo.md ([#453](https://github.com/open-mmlab/mmediting/pull/453), [#454](https://github.com/open-mmlab/mmediting/pull/454))
- Fix typo in tools/data/super-resolution/reds/README.md ([#469](https://github.com/open-mmlab/mmediting/pull/469))

## v0.9.0 (30/06/2021).

**Highlights**
Expand Down

0 comments on commit c9b9fd9

Please sign in to comment.