Skip to content

Commit 2ab95c4

Browse files
authored
bump to v0.13.0 (#740)
* [Docs] Update changelog 0.13.0 * Release V0.13.0
1 parent 7042409 commit 2ab95c4

File tree

5 files changed

+122
-10
lines changed

5 files changed

+122
-10
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ hope MMEditing could provide better experience.
7171

7272
## News
7373

74+
- [2022-03-01] v0.13.0 was released.
75+
- Support CAIN
76+
- Support EDVR-L
77+
- Support running in Windows
7478
- [2022-02-11] Switch to **PyTorch 1.5+**. The compatibility to earlier versions of PyTorch will no longer be guaranteed.
7579
- [2022-01-21] Support video frame interplation: CAIN
76-
- [2021-12-31] v0.12.0 was released.
77-
78-
- Support RealBasicVSR
79-
- Support Real-ESRGAN
8080

8181
Please refer to [changelog.md](docs/en/changelog.md) for details and release history.
8282

README_zh-CN.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ MMEditing 缜密地设计新的框架并将其精心实现,希望能够为您
7070

7171
## 最新消息
7272

73+
- [2022-03-01] v0.13.0 版本发布
74+
- 支持 CAIN
75+
- 支持 EDVR-L
76+
- 支持在 Windows 系统中运行
7377
- [2022-02-11] 切换到 **PyTorch 1.5+**. 将不再保证与早期版本的 PyTorch 的兼容性
74-
- [2022-01-21] 支持视频插帧算法:CAIN
75-
- [2021-12-31] v0.12.0 版本发布
76-
- 支持 RealBasicVSR
77-
- 支持 Real-ESRGAN
7878

7979
请查看 [changelog.md](docs/en/changelog.md) 以获取更多细节与发版记录
8080

docs/en/changelog.md

+56
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,61 @@
11
# Changelog
22

3+
## v0.13.0 (01/03/2022)
4+
5+
**Highlights**
6+
7+
1. Support CAIN
8+
2. Support EDVR-L
9+
3. Support running in Windows
10+
11+
**New Features**
12+
13+
- Add test-time ensemble for images and videos and support ensemble in BasicVSR series ([#585](https://github.com/open-mmlab/mmediting/pull/585))
14+
- Support AOT-GAN (work in progress) ([#674](https://github.com/open-mmlab/mmediting/pull/674), [#675](https://github.com/open-mmlab/mmediting/pull/675), [#676](https://github.com/open-mmlab/mmediting/pull/676))
15+
- Support CAIN ([#683](https://github.com/open-mmlab/mmediting/pull/683), [#691](https://github.com/open-mmlab/mmediting/pull/691), [#709](https://github.com/open-mmlab/mmediting/pull/709), [#713](https://github.com/open-mmlab/mmediting/pull/713))
16+
- Add basic interpolater ([#687](https://github.com/open-mmlab/mmediting/pull/687))
17+
- Add BaseVFIDataset and VFIVimeo90KDataset ([#695](https://github.com/open-mmlab/mmediting/pull/695), [#697](https://github.com/open-mmlab/mmediting/pull/697))
18+
- Add video interpolation demo ([#688](https://github.com/open-mmlab/mmediting/pull/688), [#717](https://github.com/open-mmlab/mmediting/pull/717))
19+
- Support various scales in RRDBNet ([#699](https://github.com/open-mmlab/mmediting/pull/699))
20+
- Support Ref-SR inference ([#716](https://github.com/open-mmlab/mmediting/pull/716))
21+
- Support EDVR-L on REDS ([#719](https://github.com/open-mmlab/mmediting/pull/719))
22+
- Support CPU training ([#720](https://github.com/open-mmlab/mmediting/pull/720))
23+
- Support running in Windows ([#732](https://github.com/open-mmlab/mmediting/pull/732), [#738](https://github.com/open-mmlab/mmediting/pull/738))
24+
- Support DCN on CPU ([#735](https://github.com/open-mmlab/mmediting/pull/735))
25+
26+
**Bug Fixes**
27+
28+
- Fix link address in docs ([#703](https://github.com/open-mmlab/mmediting/pull/703), [#704](https://github.com/open-mmlab/mmediting/pull/704))
29+
- Fix ARG `MMCV` in Dockerfile ([#708](https://github.com/open-mmlab/mmediting/pull/708))
30+
- Fix file permission of non-executable files ([#718](https://github.com/open-mmlab/mmediting/pull/718))
31+
- Fix some deprecation warning related to numpy ([#728](https://github.com/open-mmlab/mmediting/pull/728))
32+
- Delete `__init__` in `TestVFIDataset` ([#731](https://github.com/open-mmlab/mmediting/pull/731))
33+
- Fix data type in docstring of several Datasets ([#739](https://github.com/open-mmlab/mmediting/pull/739))
34+
- Fix math notation in docstring ([#741](https://github.com/open-mmlab/mmediting/pull/741))
35+
- Fix missing folders in copyright commit hook ([#754](https://github.com/open-mmlab/mmediting/pull/754))
36+
- Delete duplicate test in loading ([#756](https://github.com/open-mmlab/mmediting/pull/756))
37+
38+
**Improvements**
39+
40+
- Update Pillow from 6.2.2 to 8.4 in CI ([#693](https://github.com/open-mmlab/mmediting/pull/693))
41+
- Add argument 'repeat' to SRREDSMultipleGTDataset ([#672](https://github.com/open-mmlab/mmediting/pull/672))
42+
- Deprecate the support for "python setup.py test" ([#701](https://github.com/open-mmlab/mmediting/pull/701))
43+
- Add setup multi-processing both in train and test ([#707](https://github.com/open-mmlab/mmediting/pull/707))
44+
- Add OpenMMLab website and platform links ([#710](https://github.com/open-mmlab/mmediting/pull/710))
45+
- Refact README files of all methods ([#712](https://github.com/open-mmlab/mmediting/pull/712))
46+
- Replace string version comparison with `package.version.parse` ([#723](https://github.com/open-mmlab/mmediting/pull/723))
47+
- Add docs of Ref-SR demo and video frame interpolation demo ([#724](https://github.com/open-mmlab/mmediting/pull/724))
48+
- Add interpolation and refact README.md ([#726](https://github.com/open-mmlab/mmediting/pull/726))
49+
- Update isort version in pre-commit hook ([#727](https://github.com/open-mmlab/mmediting/pull/727))
50+
- Redesign CI for Linux ([#734](https://github.com/open-mmlab/mmediting/pull/734))
51+
- Update install.md ([#763](https://github.com/open-mmlab/mmediting/pull/763))
52+
- Reorganizing OpenMMLab projects in readme ([#764](https://github.com/open-mmlab/mmediting/pull/764))
53+
- Add deprecation message for deploy tools ([#765](https://github.com/open-mmlab/mmediting/pull/765))
54+
55+
**Contributors**
56+
57+
@wangruohui @ckkelvinchan @Yshuo-Li @quincylin1 @Juggernaut93 @anse3832 @nijkah
58+
359
## v0.12.0 (31/12/2021)
460

561
**Highlights**

docs/zh_cn/changelog.md

+57-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,61 @@
11
# 变更日志
22

3+
## v0.13.0 (01/03/2022)
4+
5+
**Highlights主更新要**
6+
7+
1. 支持 CAIN
8+
2. 支持 EDVR-L
9+
3. 支持在 Windows 系统中运行
10+
11+
**New Features**
12+
13+
- 为图像和视频添加测试时间 ensemble,并支持 BasicVSR 系列中的 ensemble ([#585](https://github.com/open-mmlab/mmediting/pull/585))
14+
- 支持 AOT-GAN (正在进行中的工作) ([#674](https://github.com/open-mmlab/mmediting/pull/674), [#675](https://github.com/open-mmlab/mmediting/pull/675), [#676](https://github.com/open-mmlab/mmediting/pull/676))
15+
- 支持 CAIN ([#683](https://github.com/open-mmlab/mmediting/pull/683), [#691](https://github.com/open-mmlab/mmediting/pull/691), [#709](https://github.com/open-mmlab/mmediting/pull/709), [#713](https://github.com/open-mmlab/mmediting/pull/713))
16+
- 新增 basic interpolater ([#687](https://github.com/open-mmlab/mmediting/pull/687))
17+
- 新增 BaseVFIDataset and VFIVimeo90KDataset ([#695](https://github.com/open-mmlab/mmediting/pull/695), [#697](https://github.com/open-mmlab/mmediting/pull/697))
18+
- 新增 video interpolation demo ([#688](https://github.com/open-mmlab/mmediting/pull/688), [#717](https://github.com/open-mmlab/mmediting/pull/717))
19+
- 在 RDDBNet 中支持多种 scale ([#699](https://github.com/open-mmlab/mmediting/pull/699))
20+
- 在 demo 中支持 Ref-SR 推理 ([#716](https://github.com/open-mmlab/mmediting/pull/716))
21+
- 在 REDS 数据集上支持 EDVR-L ([#719](https://github.com/open-mmlab/mmediting/pull/719))
22+
- 支持 CPU 训练 ([#720](https://github.com/open-mmlab/mmediting/pull/720))
23+
- 支持在 Windows 中运行 ([#732](https://github.com/open-mmlab/mmediting/pull/732), [#738](https://github.com/open-mmlab/mmediting/pull/738))
24+
- 支持 CPU 中的 DCN ([#735](https://github.com/open-mmlab/mmediting/pull/735))
25+
26+
**Bug 修复**
27+
28+
- 修复文档中的链接问题 ([#703](https://github.com/open-mmlab/mmediting/pull/703), [#704](https://github.com/open-mmlab/mmediting/pull/704))
29+
- 修复 Dockerfile 中的 `MMCV` 参数 ([#708](https://github.com/open-mmlab/mmediting/pull/708))
30+
- 修复不可执行文件的文件权限 ([#718](https://github.com/open-mmlab/mmediting/pull/718))
31+
- 修复一些与 numpy 相关的弃用警告 ([#728](https://github.com/open-mmlab/mmediting/pull/728))
32+
- 删除 `TestVFIDataset` 中的 `__init__` ([#731](https://github.com/open-mmlab/mmediting/pull/731))
33+
- 修复数据集说明文档中的数据类型 ([#739](https://github.com/open-mmlab/mmediting/pull/739))
34+
- 修复说明文档中的数学符号 ([#741](https://github.com/open-mmlab/mmediting/pull/741))
35+
- 修复 copyright commit hook 中忽略的文件夹 ([#754](https://github.com/open-mmlab/mmediting/pull/754))
36+
- 删除加载中的重复测试 ([#756](https://github.com/open-mmlab/mmediting/pull/756))
37+
38+
**改进**
39+
40+
- 将 CI 中的 Pillow 版本从 6.2.2 to更新至 8.4 ([#693](https://github.com/open-mmlab/mmediting/pull/693))
41+
- 在 SRREDSMultipleGTDataset 中增加 'repeat' 参数 ([#672](https://github.com/open-mmlab/mmediting/pull/672))
42+
- 弃用对 "python setup.py test" 的支持 ([#701](https://github.com/open-mmlab/mmediting/pull/701))
43+
- 在训练和测试中添加 `multi-processing` 设置 ([#707](https://github.com/open-mmlab/mmediting/pull/707))
44+
- 添加 OpenMMLab 网站和平台链接 ([#710](https://github.com/open-mmlab/mmediting/pull/710))
45+
- 重构各模型的 README 文件 ([#712](https://github.com/open-mmlab/mmediting/pull/712))
46+
- 使用 `package.version.parse` 替代字符串版本比较 ([#723](https://github.com/open-mmlab/mmediting/pull/723))
47+
- 添加 Ref-SR 演示和视频帧插值演示的文档 ([#724](https://github.com/open-mmlab/mmediting/pull/724))
48+
- 重构 README.md 并增加插帧算法相关内容 ([#726](https://github.com/open-mmlab/mmediting/pull/726))
49+
- 更新 pre-commit hook 中的 isort 版本 ([#727](https://github.com/open-mmlab/mmediting/pull/727))
50+
- 重新设计 Linux 的 CI ([#734](https://github.com/open-mmlab/mmediting/pull/734))
51+
- 更新 install.md ([#763](https://github.com/open-mmlab/mmediting/pull/763))
52+
- 在 README 文件中重新组织 OpenMMLab 项目 ([#764](https://github.com/open-mmlab/mmediting/pull/764))
53+
- 为部署工具添加弃用消息 ([#765](https://github.com/open-mmlab/mmediting/pull/765))
54+
55+
**贡献者**
56+
57+
@wangruohui @ckkelvinchan @Yshuo-Li @quincylin1 @Juggernaut93 @anse3832 @nijkah
58+
359
## v0.12.0 (31/12/2021)
460

561
**主要更新**
@@ -13,7 +69,7 @@
1369
- 支持 RealBasicVSR ([#632](https://github.com/open-mmlab/mmediting/pull/632), [#633](https://github.com/open-mmlab/mmediting/pull/633), [#647](https://github.com/open-mmlab/mmediting/pull/647), [#680](https://github.com/open-mmlab/mmediting/pull/680))
1470
- 支持 Real-ESRGAN 预训练模型 ([#635](https://github.com/open-mmlab/mmediting/pull/635))
1571
- 加载图片时支持转化到 Y 通道 ([643](https://github.com/open-mmlab/mmediting/pull/643))
16-
- 训练时支持随机视频压缩Support random video compression during training ([#646](https://github.com/open-mmlab/mmediting/pull/646))
72+
- 训练时支持随机视频压缩 ([#646](https://github.com/open-mmlab/mmediting/pull/646))
1773
- 支持裁剪序列 ([#648](https://github.com/open-mmlab/mmediting/pull/648))
1874
- 支持 pixel_unshuffle ([#684](https://github.com/open-mmlab/mmediting/pull/684))
1975

mmedit/version.py

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

3-
__version__ = '0.12.0'
3+
__version__ = '0.13.0'
44

55

66
def parse_version_info(version_str):

0 commit comments

Comments
 (0)