Skip to content

Commit 0ac44e1

Browse files
Bump version to v0.0.1rc2 (#32)
1 parent 4935628 commit 0ac44e1

File tree

4 files changed

+15
-9
lines changed

4 files changed

+15
-9
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ The compatibility to earlier versions of PyTorch is not fully tested.
2020

2121
## What's New
2222

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

25-
- Release `LQIT` v0.0.1rc1 and make `LQIT` open source
26-
- Support detection related code
27-
- Release `URPC2020` and `RUOD` underwater object detection pretrained models
25+
- Support [FeiShu (Lark) robot](configs/lark/README.md)
26+
- 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)
27+
- Release `RTTS` foggy object detection models
2828

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

README_zh-CN.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ LQIT 基于 [PyTorch](https://pytorch.org/) 和 [OpenMMLab 2.0 系列](https://g
1919

2020
## 更新
2121

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

24-
- 发布了 `LQIT` v0.0.1rc1 版本并进行了开源
25-
- 支持了检测相关代码
26-
- 发布了水下目标检测 `URPC2020``RUOD` 数据集的模型权重
24+
- 支持了[飞书机器人](configs/lark/README.md)
25+
- 支持了 [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)
26+
- 发布了雾天目标检测 `RTTS` 数据集的模型权重
2727

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

docs/en/notes/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
### v0.0.1rc2 (28/10/2023)
4+
5+
- Support [FeiShu (Lark) robot](configs/lark/README.md)
6+
- 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)
7+
- Release `RTTS` foggy object detection models
8+
39
### v0.0.1rc1 (12/5/2023)
410

511
- Release `LQIT` v0.0.1rc1 and make `LQIT` open source

lqit/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.0.1rc1'
1+
__version__ = '0.0.1rc2'
22
short_version = __version__
33

44

0 commit comments

Comments
 (0)