Skip to content

Commit 5049651

Browse files
authored
Bump v0.19.0 (open-mmlab#1009)
* change version to v0.19.0 * update changelog
1 parent 54435fb commit 5049651

File tree

6 files changed

+45
-3
lines changed

6 files changed

+45
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ This project is released under the [Apache 2.0 license](LICENSE).
4949

5050
## Changelog
5151

52-
v0.18.0 was released in 10/07/2021.
52+
v0.19.0 was released in 11/02/2021.
5353
Please refer to [changelog.md](docs/changelog.md) for details and release history.
5454

5555
## Benchmark and model zoo

README_zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ MMSegmentation 是一个基于 PyTorch 的语义分割开源工具箱。它是 O
4848

4949
## 更新日志
5050

51-
最新的月度版本 v0.18.0 在 2021.10.07 发布。
51+
最新的月度版本 v0.19.0 在 2021.11.2 发布。
5252
如果想了解更多版本更新细节和历史信息,请阅读[更新日志](docs/changelog.md)
5353

5454
## 基准测试和模型库

docs/changelog.md

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

3+
### V0.19 (11/02/2021)
4+
5+
**Highlights**
6+
7+
- Support TIMMBackbone wrapper ([#998](https://github.com/open-mmlab/mmsegmentation/pull/998))
8+
- Support custom hook ([#428](https://github.com/open-mmlab/mmsegmentation/pull/428))
9+
- Add codespell pre-commit hook ([#920](https://github.com/open-mmlab/mmsegmentation/pull/920))
10+
- Add FastFCN benchmark on ADE20K ([#972](https://github.com/open-mmlab/mmsegmentation/pull/972))
11+
12+
**New Features**
13+
14+
- Support TIMMBackbone wrapper ([#998](https://github.com/open-mmlab/mmsegmentation/pull/998))
15+
- Support custom hook ([#428](https://github.com/open-mmlab/mmsegmentation/pull/428))
16+
- Add FastFCN benchmark on ADE20K ([#972](https://github.com/open-mmlab/mmsegmentation/pull/972))
17+
- Add codespell pre-commit hook and fix typos ([#920](https://github.com/open-mmlab/mmsegmentation/pull/920))
18+
19+
**Improvements**
20+
21+
- Make inputs & channels smaller in unittests ([#1004](https://github.com/open-mmlab/mmsegmentation/pull/1004))
22+
- Change `self.loss_decode` back to `dict` in Single Loss situation ([#1002](https://github.com/open-mmlab/mmsegmentation/pull/1002))
23+
24+
**Bug Fixes**
25+
26+
- Fix typo in usage example ([#1003](https://github.com/open-mmlab/mmsegmentation/pull/1003))
27+
- Add contiguous after permutation in ViT ([#992](https://github.com/open-mmlab/mmsegmentation/pull/992))
28+
- Fix the invalid link ([#985](https://github.com/open-mmlab/mmsegmentation/pull/985))
29+
- Fix bug in CI with python 3.9 ([#994](https://github.com/open-mmlab/mmsegmentation/pull/994))
30+
- Fix bug when loading class name form file in custom dataset ([#923](https://github.com/open-mmlab/mmsegmentation/pull/923))
31+
32+
**Contributors**
33+
34+
- @ShoupingShan made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/923
35+
- @RockeyCoss made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/954
36+
- @HarborYuan made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/992
37+
- @lkm2835 made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/1003
38+
- @gszh made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/428
39+
- @VVsssssk
40+
- @MengzhangLI
41+
- @Junjun2016
42+
343
### V0.18 (10/07/2021)
444

545
**Highlights**

docs/get_started.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ The compatible MMSegmentation and MMCV versions are as below. Please install the
1212
| MMSegmentation version | MMCV version |
1313
|:-------------------:|:-------------------:|
1414
| master | mmcv-full>=1.3.13, <1.4.0 |
15+
| 0.19.0 | mmcv-full>=1.3.13, <1.4.0 |
1516
| 0.18.0 | mmcv-full>=1.3.13, <1.4.0 |
1617
| 0.17.0 | mmcv-full>=1.3.7, <1.4.0 |
1718
| 0.16.0 | mmcv-full>=1.3.7, <1.4.0 |

docs_zh-CN/get_started.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
| MMSegmentation 版本 | MMCV 版本 |
1313
|:-------------------:|:-------------------:|
1414
| master | mmcv-full>=1.3.13, <1.4.0 |
15+
| 0.19.0 | mmcv-full>=1.3.13, <1.4.0 |
1516
| 0.18.0 | mmcv-full>=1.3.13, <1.4.0 |
1617
| 0.17.0 | mmcv-full>=1.3.7, <1.4.0 |
1718
| 0.16.0 | mmcv-full>=1.3.7, <1.4.0 |

mmseg/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright (c) Open-MMLab. All rights reserved.
22

3-
__version__ = '0.18.0'
3+
__version__ = '0.19.0'
44

55

66
def parse_version_info(version_str):

0 commit comments

Comments
 (0)