Skip to content

Commit

Permalink
bump to v0.13.0 (#740)
Browse files Browse the repository at this point in the history
* [Docs] Update changelog 0.13.0

* Release V0.13.0
  • Loading branch information
Yshuo-Li authored Mar 2, 2022
1 parent 7042409 commit 2ab95c4
Show file tree
Hide file tree
Showing 5 changed files with 122 additions and 10 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ hope MMEditing could provide better experience.

## News

- [2022-03-01] v0.13.0 was released.
- Support CAIN
- Support EDVR-L
- Support running in Windows
- [2022-02-11] Switch to **PyTorch 1.5+**. The compatibility to earlier versions of PyTorch will no longer be guaranteed.
- [2022-01-21] Support video frame interplation: CAIN
- [2021-12-31] v0.12.0 was released.

- Support RealBasicVSR
- Support Real-ESRGAN

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

Expand Down
8 changes: 4 additions & 4 deletions README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ MMEditing 缜密地设计新的框架并将其精心实现,希望能够为您

## 最新消息

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

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

Expand Down
56 changes: 56 additions & 0 deletions docs/en/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,61 @@
# Changelog

## v0.13.0 (01/03/2022)

**Highlights**

1. Support CAIN
2. Support EDVR-L
3. Support running in Windows

**New Features**

- Add test-time ensemble for images and videos and support ensemble in BasicVSR series ([#585](https://github.com/open-mmlab/mmediting/pull/585))
- 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))
- 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))
- Add basic interpolater ([#687](https://github.com/open-mmlab/mmediting/pull/687))
- Add BaseVFIDataset and VFIVimeo90KDataset ([#695](https://github.com/open-mmlab/mmediting/pull/695), [#697](https://github.com/open-mmlab/mmediting/pull/697))
- Add video interpolation demo ([#688](https://github.com/open-mmlab/mmediting/pull/688), [#717](https://github.com/open-mmlab/mmediting/pull/717))
- Support various scales in RRDBNet ([#699](https://github.com/open-mmlab/mmediting/pull/699))
- Support Ref-SR inference ([#716](https://github.com/open-mmlab/mmediting/pull/716))
- Support EDVR-L on REDS ([#719](https://github.com/open-mmlab/mmediting/pull/719))
- Support CPU training ([#720](https://github.com/open-mmlab/mmediting/pull/720))
- Support running in Windows ([#732](https://github.com/open-mmlab/mmediting/pull/732), [#738](https://github.com/open-mmlab/mmediting/pull/738))
- Support DCN on CPU ([#735](https://github.com/open-mmlab/mmediting/pull/735))

**Bug Fixes**

- Fix link address in docs ([#703](https://github.com/open-mmlab/mmediting/pull/703), [#704](https://github.com/open-mmlab/mmediting/pull/704))
- Fix ARG `MMCV` in Dockerfile ([#708](https://github.com/open-mmlab/mmediting/pull/708))
- Fix file permission of non-executable files ([#718](https://github.com/open-mmlab/mmediting/pull/718))
- Fix some deprecation warning related to numpy ([#728](https://github.com/open-mmlab/mmediting/pull/728))
- Delete `__init__` in `TestVFIDataset` ([#731](https://github.com/open-mmlab/mmediting/pull/731))
- Fix data type in docstring of several Datasets ([#739](https://github.com/open-mmlab/mmediting/pull/739))
- Fix math notation in docstring ([#741](https://github.com/open-mmlab/mmediting/pull/741))
- Fix missing folders in copyright commit hook ([#754](https://github.com/open-mmlab/mmediting/pull/754))
- Delete duplicate test in loading ([#756](https://github.com/open-mmlab/mmediting/pull/756))

**Improvements**

- Update Pillow from 6.2.2 to 8.4 in CI ([#693](https://github.com/open-mmlab/mmediting/pull/693))
- Add argument 'repeat' to SRREDSMultipleGTDataset ([#672](https://github.com/open-mmlab/mmediting/pull/672))
- Deprecate the support for "python setup.py test" ([#701](https://github.com/open-mmlab/mmediting/pull/701))
- Add setup multi-processing both in train and test ([#707](https://github.com/open-mmlab/mmediting/pull/707))
- Add OpenMMLab website and platform links ([#710](https://github.com/open-mmlab/mmediting/pull/710))
- Refact README files of all methods ([#712](https://github.com/open-mmlab/mmediting/pull/712))
- Replace string version comparison with `package.version.parse` ([#723](https://github.com/open-mmlab/mmediting/pull/723))
- Add docs of Ref-SR demo and video frame interpolation demo ([#724](https://github.com/open-mmlab/mmediting/pull/724))
- Add interpolation and refact README.md ([#726](https://github.com/open-mmlab/mmediting/pull/726))
- Update isort version in pre-commit hook ([#727](https://github.com/open-mmlab/mmediting/pull/727))
- Redesign CI for Linux ([#734](https://github.com/open-mmlab/mmediting/pull/734))
- Update install.md ([#763](https://github.com/open-mmlab/mmediting/pull/763))
- Reorganizing OpenMMLab projects in readme ([#764](https://github.com/open-mmlab/mmediting/pull/764))
- Add deprecation message for deploy tools ([#765](https://github.com/open-mmlab/mmediting/pull/765))

**Contributors**

@wangruohui @ckkelvinchan @Yshuo-Li @quincylin1 @Juggernaut93 @anse3832 @nijkah

## v0.12.0 (31/12/2021)

**Highlights**
Expand Down
58 changes: 57 additions & 1 deletion docs/zh_cn/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,61 @@
# 变更日志

## v0.13.0 (01/03/2022)

**Highlights主更新要**

1. 支持 CAIN
2. 支持 EDVR-L
3. 支持在 Windows 系统中运行

**New Features**

- 为图像和视频添加测试时间 ensemble,并支持 BasicVSR 系列中的 ensemble ([#585](https://github.com/open-mmlab/mmediting/pull/585))
- 支持 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))
- 支持 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))
- 新增 basic interpolater ([#687](https://github.com/open-mmlab/mmediting/pull/687))
- 新增 BaseVFIDataset and VFIVimeo90KDataset ([#695](https://github.com/open-mmlab/mmediting/pull/695), [#697](https://github.com/open-mmlab/mmediting/pull/697))
- 新增 video interpolation demo ([#688](https://github.com/open-mmlab/mmediting/pull/688), [#717](https://github.com/open-mmlab/mmediting/pull/717))
- 在 RDDBNet 中支持多种 scale ([#699](https://github.com/open-mmlab/mmediting/pull/699))
- 在 demo 中支持 Ref-SR 推理 ([#716](https://github.com/open-mmlab/mmediting/pull/716))
- 在 REDS 数据集上支持 EDVR-L ([#719](https://github.com/open-mmlab/mmediting/pull/719))
- 支持 CPU 训练 ([#720](https://github.com/open-mmlab/mmediting/pull/720))
- 支持在 Windows 中运行 ([#732](https://github.com/open-mmlab/mmediting/pull/732), [#738](https://github.com/open-mmlab/mmediting/pull/738))
- 支持 CPU 中的 DCN ([#735](https://github.com/open-mmlab/mmediting/pull/735))

**Bug 修复**

- 修复文档中的链接问题 ([#703](https://github.com/open-mmlab/mmediting/pull/703), [#704](https://github.com/open-mmlab/mmediting/pull/704))
- 修复 Dockerfile 中的 `MMCV` 参数 ([#708](https://github.com/open-mmlab/mmediting/pull/708))
- 修复不可执行文件的文件权限 ([#718](https://github.com/open-mmlab/mmediting/pull/718))
- 修复一些与 numpy 相关的弃用警告 ([#728](https://github.com/open-mmlab/mmediting/pull/728))
- 删除 `TestVFIDataset` 中的 `__init__` ([#731](https://github.com/open-mmlab/mmediting/pull/731))
- 修复数据集说明文档中的数据类型 ([#739](https://github.com/open-mmlab/mmediting/pull/739))
- 修复说明文档中的数学符号 ([#741](https://github.com/open-mmlab/mmediting/pull/741))
- 修复 copyright commit hook 中忽略的文件夹 ([#754](https://github.com/open-mmlab/mmediting/pull/754))
- 删除加载中的重复测试 ([#756](https://github.com/open-mmlab/mmediting/pull/756))

**改进**

- 将 CI 中的 Pillow 版本从 6.2.2 to更新至 8.4 ([#693](https://github.com/open-mmlab/mmediting/pull/693))
- 在 SRREDSMultipleGTDataset 中增加 'repeat' 参数 ([#672](https://github.com/open-mmlab/mmediting/pull/672))
- 弃用对 "python setup.py test" 的支持 ([#701](https://github.com/open-mmlab/mmediting/pull/701))
- 在训练和测试中添加 `multi-processing` 设置 ([#707](https://github.com/open-mmlab/mmediting/pull/707))
- 添加 OpenMMLab 网站和平台链接 ([#710](https://github.com/open-mmlab/mmediting/pull/710))
- 重构各模型的 README 文件 ([#712](https://github.com/open-mmlab/mmediting/pull/712))
- 使用 `package.version.parse` 替代字符串版本比较 ([#723](https://github.com/open-mmlab/mmediting/pull/723))
- 添加 Ref-SR 演示和视频帧插值演示的文档 ([#724](https://github.com/open-mmlab/mmediting/pull/724))
- 重构 README.md 并增加插帧算法相关内容 ([#726](https://github.com/open-mmlab/mmediting/pull/726))
- 更新 pre-commit hook 中的 isort 版本 ([#727](https://github.com/open-mmlab/mmediting/pull/727))
- 重新设计 Linux 的 CI ([#734](https://github.com/open-mmlab/mmediting/pull/734))
- 更新 install.md ([#763](https://github.com/open-mmlab/mmediting/pull/763))
- 在 README 文件中重新组织 OpenMMLab 项目 ([#764](https://github.com/open-mmlab/mmediting/pull/764))
- 为部署工具添加弃用消息 ([#765](https://github.com/open-mmlab/mmediting/pull/765))

**贡献者**

@wangruohui @ckkelvinchan @Yshuo-Li @quincylin1 @Juggernaut93 @anse3832 @nijkah

## v0.12.0 (31/12/2021)

**主要更新**
Expand All @@ -13,7 +69,7 @@
- 支持 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))
- 支持 Real-ESRGAN 预训练模型 ([#635](https://github.com/open-mmlab/mmediting/pull/635))
- 加载图片时支持转化到 Y 通道 ([643](https://github.com/open-mmlab/mmediting/pull/643))
- 训练时支持随机视频压缩Support random video compression during training ([#646](https://github.com/open-mmlab/mmediting/pull/646))
- 训练时支持随机视频压缩 ([#646](https://github.com/open-mmlab/mmediting/pull/646))
- 支持裁剪序列 ([#648](https://github.com/open-mmlab/mmediting/pull/648))
- 支持 pixel_unshuffle ([#684](https://github.com/open-mmlab/mmediting/pull/684))

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.12.0'
__version__ = '0.13.0'


def parse_version_info(version_str):
Expand Down

0 comments on commit 2ab95c4

Please sign in to comment.