Skip to content

Commit

Permalink
Bump to v0.8.0 (#280)
Browse files Browse the repository at this point in the history
* Bump to v0.8.0

* fix typo
  • Loading branch information
GT9505 authored Oct 3, 2021
1 parent ae53c70 commit f3162d9
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ This project is released under the [Apache 2.0 license](LICENSE).

## Changelog

v0.7.0 was released in 03/09/2021.
v0.8.0 was released in 03/10/2021.
Please refer to [changelog.md](docs/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 @@ -47,7 +47,7 @@ MMTracking是一款基于PyTorch的视频目标感知开源工具箱,是[OpenM

## 更新记录

v0.7.0版本已于2021年9月3日发布,可通过查阅[更新日志](/docs/changelog.md)了解更多细节以及发布历史。
v0.8.0版本已于2021年10月03日发布,可通过查阅[更新日志](/docs/changelog.md)了解更多细节以及发布历史。

## 基准测试与模型库

Expand Down
2 changes: 1 addition & 1 deletion configs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Usuage of configs
# Usage of configs

## Training with configs

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

### v0.8.0 (03/10/2021)

#### New Features

- Support OTB100 dataset in SOT ([#271](https://github.com/open-mmlab/mmtracking/pull/271))
- Support TrackingNet dataset in SOT ([#268](https://github.com/open-mmlab/mmtracking/pull/268))
- Support UAV123 dataset in SOT ([#260](https://github.com/open-mmlab/mmtracking/pull/260))

#### Bug Fixes

- Fix a bug in mot_param_search.py ([#270](https://github.com/open-mmlab/mmtracking/pull/270))

#### Improvements

- Use PyTorch sphinx theme ([#274](https://github.com/open-mmlab/mmtracking/pull/274))
- Use pycocotools instead of mmpycocotools ([#263](https://github.com/open-mmlab/mmtracking/pull/263))

### v0.7.0 (03/09/2021)

#### Highlights
Expand Down
1 change: 1 addition & 0 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ The compatible MMTracking, MMCV, and MMDetection versions are as below. Please i
| master | mmcv-full>=1.3.8, <1.4.0 | MMDetection>=2.14.0 |
| 0.6.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 |
| 0.8.0 | mmcv-full>=1.3.8, <1.4.0 | MMDetection>=2.14.0 |

## Installation

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 @@ -15,6 +15,7 @@
| master | mmcv-full>=1.3.8, <1.4.0 | MMDetection>=2.14.0 |
| 0.6.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 |
| 0.8.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.7.0'
__version__ = '0.8.0'


def parse_version_info(version_str):
Expand Down

0 comments on commit f3162d9

Please sign in to comment.