Skip to content

Commit 5d46314

Browse files
authored
Bump to v0.14 (open-mmlab#580)
1 parent 9dd3e15 commit 5d46314

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

README.md

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

4949
## Changelog
5050

51-
v0.13.0 was released in 05/05/2021.
51+
v0.14.0 was released in 06/02/2021.
5252
Please refer to [changelog.md](docs/changelog.md) for details and release history.
5353

5454
## Benchmark and model zoo

docs/changelog.md

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

3+
### V0.14 (06/02/2021)
4+
5+
**Highlights**
6+
7+
- Support ONNX to TensorRT
8+
- Support MIM
9+
10+
**Bug Fixes**
11+
12+
- Fix ONNX to TensorRT verify ([#547](https://github.com/open-mmlab/mmsegmentation/pull/547))
13+
- Fix save best for EvalHook ([#575](https://github.com/open-mmlab/mmsegmentation/pull/575))
14+
15+
**New Features**
16+
17+
- Support loading DeiT weights ([#538](https://github.com/open-mmlab/mmsegmentation/pull/538))
18+
- Support ONNX to TensorRT ([#542](https://github.com/open-mmlab/mmsegmentation/pull/542))
19+
- Support output results for ADE20k ([#544](https://github.com/open-mmlab/mmsegmentation/pull/544))
20+
- Support MIM ([#549](https://github.com/open-mmlab/mmsegmentation/pull/549))
21+
22+
**Improvements**
23+
24+
- Add option for ViT output shape ([#530](https://github.com/open-mmlab/mmsegmentation/pull/530))
25+
- Infer batch size using len(result) ([#532](https://github.com/open-mmlab/mmsegmentation/pull/532))
26+
- Add compatible table between MMSeg and MMCV ([#558](https://github.com/open-mmlab/mmsegmentation/pull/558))
27+
328
### V0.13 (05/05/2021)
429

530
**Highlights**

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.13.0'
3+
__version__ = '0.14.0'
44

55

66
def parse_version_info(version_str):

0 commit comments

Comments
 (0)