Skip to content

Commit 0448dec

Browse files
authored
Bump v0.11 (open-mmlab#368)
* bump to v0.11 * update readme
1 parent 6879b0d commit 0448dec

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

README.md

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

4747
## Changelog
4848

49-
v0.10.0 was released in 01/01/2021.
49+
v0.11.0 was released in 02/02/2021.
5050
Please refer to [changelog.md](docs/changelog.md) for details and release history.
5151

5252
## Benchmark and model zoo

docs/changelog.md

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

3+
### V0.11 (02/02/2021)
4+
5+
**Highlights**
6+
7+
- Support memory efficient test, add more UNet models.
8+
9+
**Bug Fixes**
10+
11+
- Fixed TTA resize scale ([#334](https://github.com/open-mmlab/mmsegmentation/pull/334))
12+
- Fixed CI for pip 20.3 ([#307](https://github.com/open-mmlab/mmsegmentation/pull/307))
13+
- Fixed ADE20k test ([#359](https://github.com/open-mmlab/mmsegmentation/pull/359))
14+
15+
**New Features**
16+
17+
- Support memory efficient test ([#330](https://github.com/open-mmlab/mmsegmentation/pull/330))
18+
- Add more UNet benchmarks ([#324](https://github.com/open-mmlab/mmsegmentation/pull/324))
19+
- Support Lovasz Loss ([#351](https://github.com/open-mmlab/mmsegmentation/pull/351))
20+
21+
**Improvements**
22+
23+
- Move train_cfg/test_cfg inside model ([#341](https://github.com/open-mmlab/mmsegmentation/pull/341))
24+
325
### V0.10 (01/01/2021)
426

527
**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.10.0'
3+
__version__ = '0.11.0'
44

55

66
def parse_version_info(version_str):

0 commit comments

Comments
 (0)