Skip to content

Commit 94afcdc

Browse files
authored
[Doc]: update changelog (#9568)
1 parent db63ceb commit 94afcdc

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Apart from MMDetection, we also released a library [mmcv](https://github.com/ope
7777

7878
### 💎 Stable version
7979

80-
**2.27.0** was released in 26/12/2022:
80+
**2.27.0** was released in 5/1/2023:
8181

8282
- Support receptive field search of CNN models([TPAMI 2022: RF-Next](http://mftp.mmcheng.net/Papers/22TPAMI-ActionSeg.pdf)).
8383

README_zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ MMDetection 是一个基于 PyTorch 的目标检测开源工具箱。它是 [Ope
7676

7777
### 💎 稳定版本
7878

79-
最新的 **2.27.0** 版本已经在 2022.12.26 发布:
79+
最新的 **2.27.0** 版本已经在 2023.1.5 发布:
8080

8181
- 支持 CNN 模型的感受野搜索 ([TPAMI 2022: RF-Next](http://mftp.mmcheng.net/Papers/22TPAMI-ActionSeg.pdf))。
8282

docs/en/changelog.md

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

3-
### v2.27.0 (26/12/2022)
3+
### v2.27.0 (5/1/2023)
44

55
#### Highlights
66

@@ -15,6 +15,7 @@
1515
- Add minimum GitHub token permissions for workflows (#8928)
1616
- Delete compatible code for parrots in roi extractor (#9503)
1717
- Deprecate np.bool Type Alias (#9498)
18+
- Replace numpy transpose with torch permute to speed-up data pre-processing (#9533)
1819

1920
#### Documents
2021

@@ -23,8 +24,8 @@
2324

2425
#### Contributors
2526

26-
A total of 11 developers contributed to this release.
27-
Thanks @gasvn, @lzyhha, @jbwang1997, @zachcoleman, @chenyuwang814, @MilkClouds, @Fizzez, @boahc077, @apatsekin, @zytx121, @DonggeunYu
27+
A total of 12 developers contributed to this release.
28+
Thanks @Min-Sheng, @gasvn, @lzyhha, @jbwang1997, @zachcoleman, @chenyuwang814, @MilkClouds, @Fizzez, @boahc077, @apatsekin, @zytx121, @DonggeunYu
2829

2930
### v2.26.0 (23/11/2022)
3031

0 commit comments

Comments
 (0)