diff --git a/docs/en/changelog.md b/docs/en/changelog.md index b107356066..c92c16a1d7 100644 --- a/docs/en/changelog.md +++ b/docs/en/changelog.md @@ -1,5 +1,28 @@ # Changelog +## v0.15.1 (04/07/2022) + +**Bug Fixes** + +- \[Fix\] Update cain_b5_g1b32_vimeo90k_triplet.py ([#929](https://github.com/open-mmlab/mmediting/pull/929)) +- \[Docs\] Fix link to OST dataset ([#933](https://github.com/open-mmlab/mmediting/pull/933)) + +**Improvements** + +- \[Docs\] Update instruction to OST dataset ([#937](https://github.com/open-mmlab/mmediting/pull/937)) +- \[CI\] No actual execution in CUDA envs ([#921](https://github.com/open-mmlab/mmediting/pull/921)) +- \[Docs\] Add watermark to demo video ([#935](https://github.com/open-mmlab/mmediting/pull/935)) +- \[Tests\] Add mim ci ([#928](https://github.com/open-mmlab/mmediting/pull/928)) +- \[Docs\] Update README.md of FLAVR ([#919](https://github.com/open-mmlab/mmediting/pull/919)) +- \[Improve\] Update md-format in .pre-commit-config.yaml ([#917](https://github.com/open-mmlab/mmediting/pull/917)) +- \[Improve\] Add miminstall.txt in setup.py ([#916](https://github.com/open-mmlab/mmediting/pull/916)) +- \[Fix\] Fix clutter in dim/README.md ([#913](https://github.com/open-mmlab/mmediting/pull/913)) +- \[Improve\] Skip problematic opencv-python versions ([#833](https://github.com/open-mmlab/mmediting/pull/833)) + +**Contributors** + +@wangruohui @Yshuo-Li + ## v0.15.0 (01/06/2022) **Highlights** diff --git a/docs/zh_cn/changelog.md b/docs/zh_cn/changelog.md index a2d6372539..6734e10e08 100644 --- a/docs/zh_cn/changelog.md +++ b/docs/zh_cn/changelog.md @@ -1,5 +1,28 @@ # 变更日志 +## v0.15.1 (04/07/2022) + +**Bug 修复** + +- \[修复\] 更新 cain_b5_g1b32_vimeo90k_triplet.py 配置文件 ([#929](https://github.com/open-mmlab/mmediting/pull/929)) +- \[文档\] 修复 OST 数据集的链接 ([#933](https://github.com/open-mmlab/mmediting/pull/933)) + +**改进** + +- \[文档\] 更新 OST 数据集指令 ([#937](https://github.com/open-mmlab/mmediting/pull/937)) +- \[测试\] 在 CUDA 环境中没有实际执行 ([#921](https://github.com/open-mmlab/mmediting/pull/921)) +- \[文档\] 首页演示视频添加水印 ([#935](https://github.com/open-mmlab/mmediting/pull/935)) +- \[测试\] 添加 mim ci ([#928](https://github.com/open-mmlab/mmediting/pull/928)) +- \[文档\] 更新 FLAVR 的 README.md ([#919](https://github.com/open-mmlab/mmediting/pull/919)) +- \[改进\] 更新 .pre-commit-config.yaml 中的 md-format ([#917](https://github.com/open-mmlab/mmediting/pull/917)) +- \[改进\] 在 setup.py 中添加 miminstall.txt ([#916](https://github.com/open-mmlab/mmediting/pull/916)) +- \[修复\] 修复 dim/README.md 中的混乱问题 ([#913](https://github.com/open-mmlab/mmediting/pull/913)) +- \[改进\] 跳过有问题的 opencv-python 版本 ([#833](https://github.com/open-mmlab/mmediting/pull/833)) + +**贡献者** + +@wangruohui @Yshuo-Li + ## v0.15.0 (01/06/2022) **Highlights主要更新** diff --git a/mmedit/version.py b/mmedit/version.py index ffec9df73d..8010437cda 100644 --- a/mmedit/version.py +++ b/mmedit/version.py @@ -1,6 +1,6 @@ # Copyright (c) Open-MMLab. All rights reserved. -__version__ = '0.15.0' +__version__ = '0.15.1' def parse_version_info(version_str):