File tree 3 files changed +33
-1
lines changed
3 files changed +33
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
19
## v0.15.1 (04/07/2022)
4
20
5
21
** Bug Fixes**
Original file line number Diff line number Diff line change 1
1
# 变更日志
2
2
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
+
3
19
## v0.15.1 (04/07/2022)
4
20
5
21
** Bug 修复**
Original file line number Diff line number Diff line change 1
1
# Copyright (c) Open-MMLab. All rights reserved.
2
2
3
- __version__ = '0.15.1 '
3
+ __version__ = '0.15.2 '
4
4
5
5
6
6
def parse_version_info (version_str ):
You can’t perform that action at this time.
0 commit comments