Skip to content

Commit 0d10921

Browse files
authored
Bump to v0.8 (open-mmlab#226)
* Bump to v0.8 * add version
1 parent f5eb7f2 commit 0d10921

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

docs/changelog.md

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

3+
### V0.8 (03/11/2020)
4+
5+
**Highlights**
6+
7+
- Support 4 medical dataset, UNet and CGNet.
8+
9+
**New Features**
10+
11+
- Support customize runner ([#118](https://github.com/open-mmlab/mmsegmentation/pull/118))
12+
- Support UNet ([#161](https://github.com/open-mmlab/mmsegmentation/pull/162))
13+
- Support CHASE_DB1, DRIVE, STARE, HRD ([#203](https://github.com/open-mmlab/mmsegmentation/pull/203))
14+
- Support CGNet ([#223](https://github.com/open-mmlab/mmsegmentation/pull/223))
15+
316
### V0.7 (07/10/2020)
417

518
**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.7.0'
3+
__version__ = '0.8.0'
44

55

66
def parse_version_info(version_str):

0 commit comments

Comments
 (0)