Skip to content

Commit 8e03ef0

Browse files
authored
Release v0.15.2 (#1097)
update version
1 parent 11ca713 commit 8e03ef0

File tree

3 files changed

+33
-1
lines changed

3 files changed

+33
-1
lines changed

docs/en/changelog.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## v0.15.2 (09/09/2022)
4+
5+
**Improvements**
6+
7+
- \[Docs\] Fix typos in docs. by @Yulv-git in https://github.com/open-mmlab/mmediting/pull/1079
8+
- \[Docs\] fix model_zoo and datasets docs link by @Z-Fran in https://github.com/open-mmlab/mmediting/pull/1043
9+
- \[Docs\] fix typos in readme. by @arch-user-france1 in https://github.com/open-mmlab/mmediting/pull/1078
10+
- \[Improve\] FLAVR demo by @Yshuo-Li in https://github.com/open-mmlab/mmediting/pull/954
11+
- \[Fix\] Update MMCV_MAX to 1.7 by @wangruohui in https://github.com/open-mmlab/mmediting/pull/1001
12+
- \[Improve\] Fix niqe_pris_params.npz path when installed as package by @ychfan in https://github.com/open-mmlab/mmediting/pull/995
13+
- \[CI\] update github workflow, circleci and github templates by @zengyh1900 in https://github.com/open-mmlab/mmediting/pull/1087
14+
15+
**Contributors**
16+
17+
@wangruohui @Yshuo-Li @zengyh1900 @Z-Fran @ychfan @arch-user-france1 @Yulv-git
18+
319
## v0.15.1 (04/07/2022)
420

521
**Bug Fixes**

docs/zh_cn/changelog.md

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

3+
## v0.15.2 (09/09/2022)
4+
5+
**改进**
6+
7+
- \[Docs\] 修正文档中的拼写错误 by @Yulv-git in https://github.com/open-mmlab/mmediting/pull/1079
8+
- \[Docs\] 修正 model zoo 数据集的链接 by @Z-Fran in https://github.com/open-mmlab/mmediting/pull/1043
9+
- \[Docs\] 修正 readme 中的拼写错误 by @arch-user-france1 in https://github.com/open-mmlab/mmediting/pull/1078
10+
- \[Improve\] 提供 FLAVR demo by @Yshuo-Li in https://github.com/open-mmlab/mmediting/pull/954
11+
- \[Fix\] 更新 MMCV 的版本上限到 1.7 by @wangruohui in https://github.com/open-mmlab/mmediting/pull/1001
12+
- \[Improve\] 改进 niqe_pris_params.npz 安装路径 by @ychfan in https://github.com/open-mmlab/mmediting/pull/995
13+
- \[CI\] 更新 Github Actions, CircleCI 以及 Issue 和 PR 的模板 by @zengyh1900 in https://github.com/open-mmlab/mmediting/pull/1087
14+
15+
**Contributors**
16+
17+
@wangruohui @Yshuo-Li @zengyh1900 @Z-Fran @ychfan @arch-user-france1 @Yulv-git
18+
319
## v0.15.1 (04/07/2022)
420

521
**Bug 修复**

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.15.1'
3+
__version__ = '0.15.2'
44

55

66
def parse_version_info(version_str):

0 commit comments

Comments
 (0)