Skip to content

Commit

Permalink
Release v0.15.1 (#942)
Browse files Browse the repository at this point in the history
* add changelog

* bump version

* add link to pr
  • Loading branch information
wangruohui authored Jul 4, 2022
1 parent b8807ad commit 9c226e2
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 1 deletion.
23 changes: 23 additions & 0 deletions docs/en/changelog.md
Original file line number Diff line number Diff line change
@@ -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**
Expand Down
23 changes: 23 additions & 0 deletions docs/zh_cn/changelog.md
Original file line number Diff line number Diff line change
@@ -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主要更新**
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.15.0'
__version__ = '0.15.1'


def parse_version_info(version_str):
Expand Down

0 comments on commit 9c226e2

Please sign in to comment.