Skip to content

Commit d18fc44

Browse files
authored
Bump to version 0.16.1 (#1664)
* [Bump to version 0.16.1] * update date
1 parent 3119589 commit d18fc44

File tree

5 files changed

+82
-12
lines changed

5 files changed

+82
-12
lines changed

README.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,21 +82,33 @@ MMEditing maintains both master and 1.x branches. See more details in [Branch M
8282

8383
### 💎 Stable version
8484

85-
**0.16.0** was released in 31/10/2022:
85+
**0.16.1** was released in 24/02/2023:
8686

87-
- `VisualizationHook` is deprecated. Users should use `MMEditVisualizationHook` instead.
88-
- Fix FLAVR register.
89-
- Fix the number of channels in RDB.
87+
- Support FID and KID metrics.
88+
- Support groups parameter in ResidualBlockNoBN.
89+
- Fix RealESRGAN test dataset.
90+
- Fix dynamic exportable ONNX of `pixel-unshuffle`.
9091

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

9394
### 🌟 Preview of 1.x version
9495

95-
A brand new version of [**MMEditing v1.0.0rc1**](https://github.com/open-mmlab/mmediting/releases/tag/v1.0.0rc1) was released in 24/09/2022:
96+
A brand new version of [**MMEditing v1.0.0rc6**](https://github.com/open-mmlab/mmediting/releases/tag/v1.0.0rc6) was released in 24/02/2023:
9697

9798
- Support all the tasks, models, metrics, and losses in [MMGeneration](https://github.com/open-mmlab/mmgeneration) 😍。
9899
- Unifies interfaces of all components based on [MMEngine](https://github.com/open-mmlab/mmengine).
99100
- Refactored and more flexible [architecture](https://mmediting.readthedocs.io/en/1.x/1_overview.html).
101+
- Support well-known text-to-image method [Stable Diffusion](https://github.com/open-mmlab/mmediting/tree/1.x/configs/stable_diffusion/README.md)!
102+
- Support a new text-to-image algorithm [GLIDE](https://github.com/open-mmlab/mmediting/tree/1.x/projects/glide/configs/README.md)!
103+
- Support Text2Image Task! [Disco-Diffusion](https://github.com/open-mmlab/mmediting/tree/1.x/configs/disco_diffusion/README.md)!
104+
- Support 3D-aware Generation Task! [EG3D](https://github.com/open-mmlab/mmediting/tree/1.x/configs/eg3d/README.md)!
105+
- Support an efficient image restoration algorithm [Restormer](https://github.com/open-mmlab/mmediting/tree/1.x/configs/restormer/README.md)!
106+
- Support swin based image restoration algorithm [SwinIR](https://github.com/open-mmlab/mmediting/tree/1.x/configs/swinir/README.md)!
107+
- Support [Image Colorization](https://github.com/open-mmlab/mmediting/tree/1.x/configs/inst_colorization/README.md).
108+
- [Projects](https://github.com/open-mmlab/mmediting/tree/1.x/projects/README.md) is opened for the community to add projects to MMEditing.
109+
- Support High-level apis and inferencer.
110+
- Support Gradio gui of Inpainting inference.
111+
- Support patch-based and slider-based image and video comparison viewer.
100112

101113
Find more new features in [1.x branch](https://github.com/open-mmlab/mmediting/tree/1.x). Issues and PRs are welcome!
102114

README_zh-CN.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,21 +82,33 @@ MMEditing 同时维护 0.x 和 1.x 版本,详情见[分支维护计划](README
8282

8383
### 💎 稳定版本
8484

85-
最新的 **0.16.0** 版本已经在 31/10/2022 发布:
85+
最新的 **0.16.1** 版本已经在 24/02/2023 发布:
8686

87-
- `VisualizationHook` 将被弃用,建议用户使用 `MMEditVisualizationHook`
88-
- 修复 FLAVR 的注册问题。
89-
- 修正 RDB 模型中的通道数。
87+
- 支持新评价指标 FID 和 KID。
88+
- 支持 ResidualBlockNoBN 模块设置 `groups` 参数。
89+
- 修复 RealESRGAN 测试数据集配置。
90+
- 修复 `pixel-unshuffle` 模块动态输入导出 ONNX 的Bug。
9091

91-
如果像了解更多版本更新细节和历史信息,请阅读[更新日志](docs/en/changelog.md)
92+
如果像了解更多版本更新细节和历史信息,请阅读[更新日志](/docs/zh_cn/changelog.md)
9293

9394
### 🌟 1.x 预览版本
9495

95-
全新的 [**MMEditing v1.0.0rc1**](https://github.com/open-mmlab/mmediting/releases/tag/v1.0.0rc1) 已经在 24/09/2022 发布:
96+
全新的 [**MMEditing v1.0.0rc6**](https://github.com/open-mmlab/mmediting/releases/tag/v1.0.0rc6) 已经在 24/02/2023 发布:
9697

9798
- 支持[MMGeneration](https://github.com/open-mmlab/mmgeneration)中的全量任务、模型、优化函数和评价指标 😍。
9899
- 基于[MMEngine](https://github.com/open-mmlab/mmengine)统一了各组件接口。
99100
- 重构之后更加灵活 [architecture](https://mmediting.readthedocs.io/en/1.x/1_overview.html)
101+
- 支持了著名的文本生成图像方法 [Stable Diffusion](https://github.com/open-mmlab/mmediting/tree/1.x/configs/stable_diffusion/README.md)!
102+
- 支持了一个新的文本到图像生成算法 [GLIDE](https://github.com/open-mmlab/mmediting/tree/1.x/projects/glide/configs/README.md)!
103+
- 支持了一个新的文本到图像生成算法 [Disco-Diffusion](https://github.com/open-mmlab/mmediting/tree/1.x/configs/disco_diffusion/README.md)!
104+
- 支持了3D生成算法 [EG3D](https://github.com/open-mmlab/mmediting/tree/1.x/configs/eg3d/README.md)!
105+
- 支持了一个高效的图像复原算法 [Restormer](https://github.com/open-mmlab/mmediting/tree/1.x/configs/restormer/README.md)!
106+
- 支持了基于swin的图像复原算法 [SwinIR](https://github.com/open-mmlab/mmediting/tree/1.x/configs/swinir/README.md)!
107+
- 支持图像上色算法 [Image Colorization](https://github.com/open-mmlab/mmediting/tree/1.x/configs/inst_colorization/README.md).
108+
- 开启了[Projects](https://github.com/open-mmlab/mmediting/tree/1.x/projects/README.md)以便社区用户添加新的项目到MMEditing.
109+
- 支持了 High-level apis and inferencer.
110+
- 支持Inpainting任务的Gradio交互GUI.
111+
- 支持基于patch以及滑动条的图像和视频可视化比较工具.
100112

101113
[1.x 分支](https://github.com/open-mmlab/mmediting/tree/1.x)中发现更多特性!欢迎提 Issues 和 PRs!
102114

docs/en/changelog.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## v0.16.1 (24/02/2023)
4+
5+
**New Features & Improvements**
6+
7+
- Support FID and KID metrics. [#775](https://github.com/open-mmlab/mmediting/pull/775)
8+
- Support groups parameter in ResidualBlockNoBN. [#1510](https://github.com/open-mmlab/mmediting/pull/1510)
9+
10+
**Bug Fixes**
11+
12+
- Fix bug of TTSR configuration file. [#1435](https://github.com/open-mmlab/mmediting/pull/1435)
13+
- Fix RealESRGAN test dataset. [#1489](https://github.com/open-mmlab/mmediting/pull/1489)
14+
- Fix dump config in train scrips. [#1584](https://github.com/open-mmlab/mmediting/pull/1584)
15+
- Fix dynamic exportable ONNX of `pixel-unshuffle`. [#1637](https://github.com/open-mmlab/mmediting/pull/1637)
16+
17+
**Contributors**
18+
19+
A total of 10 developers contributed to this release.
20+
Thanks @LeoXing1996, @Z-Fran, @zengyh1900, @liuky74, @KKIEEK, @zeakey, @Sqhttwl, @yhna940, @gihwan-kim, @vansin
21+
22+
**New Contributors**
23+
24+
- @liuky74 made their first contribution in https://github.com/open-mmlab/mmediting/pull/1435
25+
- @KKIEEK made their first contribution in https://github.com/open-mmlab/mmediting/pull/775
26+
- @zeakey made their first contribution in https://github.com/open-mmlab/mmediting/pull/1584
27+
- @Sqhttwl made their first contribution in https://github.com/open-mmlab/mmediting/pull/1627
28+
- @yhna940 made their first contribution in https://github.com/open-mmlab/mmediting/pull/1637
29+
- @gihwan-kim made their first contribution in https://github.com/open-mmlab/mmediting/pull/1510
30+
331
## v0.16.0 (31/10/2022)
432

533
**Deprecations**

docs/zh_cn/changelog.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# 变更日志
22

3+
## v0.16.1 (24/02/2023)
4+
5+
**新特性和改进**
6+
7+
- 支持新评价指标 FID 和 KID。 [#775](https://github.com/open-mmlab/mmediting/pull/775)
8+
- 支持 ResidualBlockNoBN 模块设置 `groups` 参数。 [#1510](https://github.com/open-mmlab/mmediting/pull/1510)
9+
10+
**Bug 修复**
11+
12+
- 修复 TTSR 配置文件的 Bug。 [#1435](https://github.com/open-mmlab/mmediting/pull/1435)
13+
- 修复 RealESRGAN 测试数据集配置。 [#1489](https://github.com/open-mmlab/mmediting/pull/1489)
14+
- 修复训练脚本储存 config 文件的功能。 [#1584](https://github.com/open-mmlab/mmediting/pull/1584)
15+
- 修复 `pixel-unshuffle` 模块动态输入导出 ONNX 的Bug。 [#1637](https://github.com/open-mmlab/mmediting/pull/1637)
16+
17+
**贡献者**
18+
19+
一共有 10 位开发者对本次发布做出贡献。感谢 @LeoXing1996, @Z-Fran, @zengyh1900, @liuky74, @KKIEEK, @zeakey, @Sqhttwl, @yhna940, @gihwan-kim, @vansin
20+
321
## v0.16.0 (31/10/2022)
422

523
**接口变更**

mmedit/version.py

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

3-
__version__ = '0.16.0'
3+
__version__ = '0.16.1'
44

55

66
def parse_version_info(version_str):

0 commit comments

Comments
 (0)