Skip to content

Commit

Permalink
bump version to v0.3.3 (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
RangiLyu committed Oct 27, 2022
1 parent 9be5ce6 commit 4bbef14
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 7 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,9 @@ https://user-images.githubusercontent.com/10410257/154433305-416d129b-60c8-44c7-

## What's New

**0.3.2** was released in 6/7/2022:
**0.3.3** was released in 27/10/2022:

- Support Oriented Reppoints (CVPR'22) (#286)
- Support ConvNeXt backbone (CVPR'22) (#343)
- Fix several bugs in RepPoints

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

Expand Down
5 changes: 2 additions & 3 deletions README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,9 @@ https://user-images.githubusercontent.com/10410257/154433305-416d129b-60c8-44c7-

## 最新进展

最新的 **0.3.2** 版本已经在 2022.07.06 发布:
最新的 **0.3.3** 版本已经在 2022.10.27 发布:

- 支持了 Oriented Reppoints 模型 (CVPR'22) (#286)
- 支持了 ConvNeXt 骨干网络 (CVPR'22) (#343)
- 修复了 Reppoints 的一些 bug

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

Expand Down
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.3.3 (27/10/2022)

#### Bug Fixes

- Fix reppoint bug fix when negative image training (#396)
- Fix bug in oriented_reppoints_head.py (#424)
- Fix mmcv-full version (#423)

#### Improvements

- Update issue templates to main branch (#579)
- Fix lint of dev branch (#578)

#### Documentations

- Update citation (#425)
- Fix markdown version when building docs (#414)

#### Contributors

A total of 5 developers contributed to this release.
Thanks @yangxue0827, @ZwwWayne, @MinkiSong, @zytx121, @RangiLyu

### v0.3.2 (6/7/2022)

#### Highlight
Expand Down
1 change: 1 addition & 0 deletions docs/en/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Compatible MMCV, MMDetection and MMRotate versions are shown as below. Please in
| MMRotate version | MMCV version | MMDetection version |
| :--------------: | :-----------------------: | :-----------------: |
| main | mmcv-full>=1.5.3, \<1.7.0 | mmdet >= 2.25.1 |
| 0.3.3 | mmcv-full>=1.5.3, \<1.7.0 | mmdet >= 2.25.1 |
| 0.3.2 | mmcv-full>=1.5.3, \<1.7.0 | mmdet >= 2.25.1 |
| 0.3.1 | mmcv-full>=1.4.5, \<1.6.0 | mmdet >= 2.22.0 |
| 0.3.0 | mmcv-full>=1.4.5, \<1.6.0 | mmdet >= 2.22.0 |
Expand Down
1 change: 1 addition & 0 deletions docs/zh_cn/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ MMRotate 和 MMCV, MMDet 版本兼容性如下所示,需要安装正确的版
| MMRotate 版本 | MMCV 版本 | MMDetection 版本 |
| :-----------: | :-----------------------: | :--------------: |
| main | mmcv-full>=1.5.3, \<1.7.0 | mmdet >= 2.25.1 |
| 0.3.3 | mmcv-full>=1.5.3, \<1.7.0 | mmdet >= 2.25.1 |
| 0.3.2 | mmcv-full>=1.5.3, \<1.7.0 | mmdet >= 2.25.1 |
| 0.3.1 | mmcv-full>=1.4.5, \<1.6.0 | mmdet >= 2.22.0 |
| 0.3.0 | mmcv-full>=1.4.5, \<1.6.0 | mmdet >= 2.22.0 |
Expand Down
2 changes: 1 addition & 1 deletion mmrotate/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (c) OpenMMLab. All rights reserved.

__version__ = '0.3.2'
__version__ = '0.3.3'
short_version = __version__


Expand Down

0 comments on commit 4bbef14

Please sign in to comment.