Skip to content

Commit

Permalink
Release v0.15.0 (open-mmlab#909)
Browse files Browse the repository at this point in the history
* Release v0.15.0

* Update CI
  • Loading branch information
Yshuo-Li authored and wangruohui committed Jun 1, 2022
1 parent 992de1e commit 3b3c61c
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python }}
- name: Upgrade pip
run: pip install pip --upgrade --user
# - name: Upgrade pip
# run: pip install pip --upgrade --user
- name: Install PyTorch
# As a complement to Linux CI, we test on PyTorch LTS version
run: pip install torch==1.8.2+${{ matrix.platform }} torchvision==0.9.2+${{ matrix.platform }} -f https://download.pytorch.org/whl/lts/1.8/torch_lts.html
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,10 @@ hope MMEditing could provide better experience.

## News

- \[2022-05-20\] Support FLAVR.
- \[2022-06-01\] v0.15.0 was released.
- Support FLAVR
- Support AOT-GAN
- Support CAIN with ReduceLROnPlateau Scheduler
- \[2022-04-01\] v0.14.0 was released.
- Support TOFlow in video frame interpolation
- \[2022-03-01\] v0.13.0 was released.
Expand Down
5 changes: 4 additions & 1 deletion README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,10 @@ MMEditing 缜密地设计新的框架并将其精心实现,希望能够为您

## 最新消息

- \[2022-05-20\] 支持 FLAVR.
- \[2022-06-01\] v0.15.0 版本发布
- 支持 FLAVR
- 支持 AOT-GAN
- 新版 CAIN,支持 ReduceLROnPlateau 策略
- \[2022-04-01\] v0.14.0 版本发布
- 支持视频插帧算法 TOFlow
- \[2022-03-01\] v0.13.0 版本发布
Expand Down
9 changes: 5 additions & 4 deletions docs/en/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@

**Highlights**

1. Support AOT-GAN
2. Support FLAVR
1. Support FLAVR
2. Support AOT-GAN
3. Support CAIN with ReduceLROnPlateau Scheduler

**New Features**

Expand All @@ -20,7 +21,8 @@
- Support `after_val_epoch` in IterBaseRunner ([#861](https://github.com/open-mmlab/mmediting/pull/861))
- Support FLAVR Net ([#866](https://github.com/open-mmlab/mmediting/pull/866), [#867](https://github.com/open-mmlab/mmediting/pull/867), [#897](https://github.com/open-mmlab/mmediting/pull/897))
- Support MAE metric ([#871](https://github.com/open-mmlab/mmediting/pull/871))
- use mdformat ([#888](https://github.com/open-mmlab/mmediting/pull/888))
- Use mdformat ([#888](https://github.com/open-mmlab/mmediting/pull/888))
- Support CAIN with ReduceLROnPlateau Scheduler ([#906](https://github.com/open-mmlab/mmediting/pull/906))

**Bug Fixes**

Expand Down Expand Up @@ -51,7 +53,6 @@
- Move wiki/installation to docs ([#883](https://github.com/open-mmlab/mmediting/pull/883))
- Add `myst_heading_anchors` ([#887](https://github.com/open-mmlab/mmediting/pull/887))
- Use checkpoint link in inpainting demo ([#892](https://github.com/open-mmlab/mmediting/pull/892))
- Update config and README of CAIN ([#906](https://github.com/open-mmlab/mmediting/pull/906))

**Contributors**

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.14.0'
__version__ = '0.15.0'


def parse_version_info(version_str):
Expand Down

0 comments on commit 3b3c61c

Please sign in to comment.