Skip to content

Commit

Permalink
Bump version to v0.0.1rc2 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
BIGWangYuDong authored Oct 28, 2023
1 parent 4935628 commit 0ac44e1
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ The compatibility to earlier versions of PyTorch is not fully tested.

## What's New

**v0.0.1rc1** was released in 12/5/2023:
**v0.0.1rc2** was released in 28/10/2023:

- Release `LQIT` v0.0.1rc1 and make `LQIT` open source
- Support detection related code
- Release `URPC2020` and `RUOD` underwater object detection pretrained models
- Support [FeiShu (Lark) robot](configs/lark/README.md)
- Support [TIENet](https://link.springer.com/article/10.1007/s11760-023-02695-9), [UOD-AIR](https://ieeexplore.ieee.org/abstract/document/9949063), and [RDFFNet](https://link.springer.com/article/10.1007/s11760-022-02410-0)
- Release `RTTS` foggy object detection models

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

Expand Down
8 changes: 4 additions & 4 deletions README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ LQIT 基于 [PyTorch](https://pytorch.org/) 和 [OpenMMLab 2.0 系列](https://g

## 更新

**v0.0.1rc1** 版本已经在 2023.5.12 发布:
**v0.0.1rc2** 版本已经在 2023.10.28 发布:

- 发布了 `LQIT` v0.0.1rc1 版本并进行了开源
- 支持了检测相关代码
- 发布了水下目标检测 `URPC2020``RUOD` 数据集的模型权重
- 支持了[飞书机器人](configs/lark/README.md)
- 支持了 [TIENet](https://link.springer.com/article/10.1007/s11760-023-02695-9)[UOD-AIR](https://ieeexplore.ieee.org/abstract/document/9949063)[RDFFNet](https://link.springer.com/article/10.1007/s11760-022-02410-0)
- 发布了雾天目标检测 `RTTS` 数据集的模型权重

可通过查阅[更新日志](docs/en/notes/changelog.md)了解更多细节以及发布历史。

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

### v0.0.1rc2 (28/10/2023)

- Support [FeiShu (Lark) robot](configs/lark/README.md)
- Support [TIENet](https://link.springer.com/article/10.1007/s11760-023-02695-9), [UOD-AIR](https://ieeexplore.ieee.org/abstract/document/9949063), and [RDFFNet](https://link.springer.com/article/10.1007/s11760-022-02410-0)
- Release `RTTS` foggy object detection models

### v0.0.1rc1 (12/5/2023)

- Release `LQIT` v0.0.1rc1 and make `LQIT` open source
Expand Down
2 changes: 1 addition & 1 deletion lqit/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.0.1rc1'
__version__ = '0.0.1rc2'
short_version = __version__


Expand Down

0 comments on commit 0ac44e1

Please sign in to comment.