Skip to content

Commit

Permalink
Bump v0.5.2 (#269)
Browse files Browse the repository at this point in the history
* Bump v0.5.2

* fix np.int

* typo

* fix sklearn

* typo
  • Loading branch information
MeowZheng authored Jan 10, 2023
1 parent e8245cb commit 9fb1d2f
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 12 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ MMFlow is an open source optical flow toolbox based on PyTorch. It is a part of

The master branch works with **PyTorch 1.5+**.

https://user-images.githubusercontent.com/76149310/141947796-af4f1e67-60c9-48ed-9dd6-fcd809a7d991.mp4
<https://user-images.githubusercontent.com/76149310/141947796-af4f1e67-60c9-48ed-9dd6-fcd809a7d991.mp4>

### Major features

Expand All @@ -65,10 +65,9 @@ https://user-images.githubusercontent.com/76149310/141947796-af4f1e67-60c9-48ed-

## What's New

**v0.5.1** was released in 07/29/2022:
**v0.5.2** was released in 01/10/2023:

- Set the maximum version of MMCV to 1.7.0
- Update the qq_group_qrcode image in resources
- Add flow1d attention

Please refer to [changelog.md](docs/en/changelog.md) for details and release history.

Expand Down
7 changes: 3 additions & 4 deletions README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ MMFlow 是一款基于 PyTorch 的光流工具箱,是 [OpenMMLab](http://openm

主分支代码目前支持 **PyTorch 1.5 以上**的版本。

https://user-images.githubusercontent.com/76149310/141947796-af4f1e67-60c9-48ed-9dd6-fcd809a7d991.mp4
<https://user-images.githubusercontent.com/76149310/141947796-af4f1e67-60c9-48ed-9dd6-fcd809a7d991.mp4>

### 主要特性

Expand All @@ -64,10 +64,9 @@ https://user-images.githubusercontent.com/76149310/141947796-af4f1e67-60c9-48ed-

## 更新日志

最新的 v0.5.1 版本已经在 2022.07.29 发布:
最新的 v0.5.2 版本已经在 2023.01.10 发布:

- 设置 MMCV 的最高版本小于 1.7.0
- 更新 resources 中的 qq_group_qrcode 图片
- 支持 flow1d 中注意力机制

如果想了解更多版本更新细节和历史信息,请参考[更新日志](docs/en/changelog.md)

Expand Down
35 changes: 32 additions & 3 deletions docs/en/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## v0.5.2(01/10/2023)

### New Features

- Add flow1d attention ([#195](https://github.com/open-mmlab/mmflow/pull/195))

### Fix bugs

- Fix some URLs of RAFT ([#206](https://github.com/open-mmlab/mmflow/pull/206))
- Fix in-place operator in RAFT ([#252](https://github.com/open-mmlab/mmflow/pull/252))
- Fix the deprecation of `np.int` ([#270](https://github.com/open-mmlab/mmflow/pull/270))
- Fix the deprecation of `sklearn` PyPI package ([272](https://github.com/open-mmlab/mmflow/pull/272))

### Documentation

- Update intro.md ([#238](https://github.com/open-mmlab/mmflow/pull/238))
- Update 1_inference.md ([#267](https://github.com/open-mmlab/mmflow/pull/267))

### Improvements

- Update mmcv max version ([#256](https://github.com/open-mmlab/mmflow/pull/256))
- Update pre-commit hooks ([#258](https://github.com/open-mmlab/mmflow/pull/258))

### New Contributors

- @Fc-idris made their first contribution in <https://github.com/open-mmlab/mmflow/pull/195>
- @Salvatore-tech made their first contribution in <https://github.com/open-mmlab/mmflow/pull/238>
- @forkbabu made their first contribution in <https://github.com/open-mmlab/mmflow/pull/267>

## v0.5.1(07/29/2022)

### Improvements
Expand All @@ -9,7 +38,7 @@

### New Contributors

- @Weepingchestnut made their first contribution in https://github.com/open-mmlab/mmflow/pull/166
- @Weepingchestnut made their first contribution in <https://github.com/open-mmlab/mmflow/pull/166>

## v0.5.0(07/01/2022)

Expand Down Expand Up @@ -67,8 +96,8 @@

## New Contributors

- @HiiiXinyiii made their first contribution in https://github.com/open-mmlab/mmflow/pull/118
- @SheffieldCao made their first contribution in https://github.com/open-mmlab/mmflow/pull/126
- @HiiiXinyiii made their first contribution in <https://github.com/open-mmlab/mmflow/pull/118>
- @SheffieldCao made their first contribution in <https://github.com/open-mmlab/mmflow/pull/126>

## v0.4.0(04/01/2022)

Expand Down
7 changes: 7 additions & 0 deletions docs/en/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ The compatible MMFlow and MMCV versions are as below. Please install the correct
<th>mmcv-full>=1.3.15, <1.8.0</th>
</tr>
</tbody>
<tbody>
<tr>
<th>0.5.2</th>
<th>mmcv-full>=1.3.15, <1.8.0</th>
</tr>
</tbody>
<tbody>
<tbody>
<tr>
<th>0.5.1</th>
Expand Down
2 changes: 1 addition & 1 deletion mmflow/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (c) OpenMMLab. All rights reserved.

__version__ = '0.5.1'
__version__ = '0.5.2'
short_version = __version__


Expand Down

0 comments on commit 9fb1d2f

Please sign in to comment.