Skip to content

Commit

Permalink
Bump to v0.10.0 (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
GT9505 authored Feb 10, 2022
1 parent ccaaab2 commit df5bd0e
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ This project is released under the [Apache 2.0 license](LICENSE).

Release [ByteTrack](configs/mot/bytetrack) pretrained models.

v0.9.0 was released in 05/01/2022.
v0.10.0 was released in 10/02/2022.
Please refer to [changelog.md](docs/en/changelog.md) for details and release history.

## Benchmark and model zoo
Expand Down
2 changes: 1 addition & 1 deletion README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ MMTracking是一款基于PyTorch的视频目标感知开源工具箱,是[OpenM

## 更新记录

v0.9.0版本已于2022年01月05日发布,可通过查阅[更新日志](docs/en/changelog.md)了解更多细节以及发布历史。
v0.10.0版本已于2022年02月10日发布,可通过查阅[更新日志](docs/en/changelog.md)了解更多细节以及发布历史。

## 基准测试与模型库

Expand Down
10 changes: 10 additions & 0 deletions docs/en/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## Changelog

### v0.10.0 (10/02/2022)

#### New Features

- Support CPU training ([#404](https://github.com/open-mmlab/mmtracking/pull/404))

#### Improvements

- Refactor SOT datasets ([#401](https://github.com/open-mmlab/mmtracking/pull/401)), ([#402](https://github.com/open-mmlab/mmtracking/pull/402)), ([#393](https://github.com/open-mmlab/mmtracking/pull/393))

### v0.9.0 (05/01/2022)

#### Highlights
Expand Down
1 change: 1 addition & 0 deletions docs/en/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ The compatible MMTracking, MMCV, and MMDetection versions are as below. Please i
| MMTracking version | MMCV version | MMDetection version |
|:-------------------:|:------------------------:|:-----------------------------:|
| master | mmcv-full>=1.3.17, <1.5.0 | MMDetection>=2.19.1 |
| 0.10.0 | mmcv-full>=1.3.17, <1.5.0 | MMDetection>=2.19.1 |
| 0.9.0 | mmcv-full>=1.3.17, <1.5.0 | MMDetection>=2.19.1 |
| 0.8.0 | mmcv-full>=1.3.8, <1.4.0 | MMDetection>=2.14.0 |
| 0.7.0 | mmcv-full>=1.3.8, <1.4.0 | MMDetection>=2.14.0 |
Expand Down
1 change: 1 addition & 0 deletions docs/zh_cn/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
| MMTracking version | MMCV version | MMDetection version |
|:-------------------:|:------------------------:|:-----------------------------:|
| master | mmcv-full>=1.3.17, <1.5.0 | MMDetection>=2.19.1 |
| 0.10.0 | mmcv-full>=1.3.17, <1.5.0 | MMDetection>=2.19.1 |
| 0.9.0 | mmcv-full>=1.3.17, <1.5.0 | MMDetection>=2.19.1 |
| 0.8.0 | mmcv-full>=1.3.8, <1.4.0 | MMDetection>=2.14.0 |
| 0.7.0 | mmcv-full>=1.3.8, <1.4.0 | MMDetection>=2.14.0 |
Expand Down
2 changes: 1 addition & 1 deletion mmtrack/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.9.0'
__version__ = '0.10.0'


def parse_version_info(version_str):
Expand Down

0 comments on commit df5bd0e

Please sign in to comment.