Skip to content

Commit 9046512

Browse files
authored
Bump to 0.9.0 (open-mmlab#285)
* Bump to 0.9.0 * add version
1 parent 0066ce8 commit 9046512

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-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.7.0 was released in 07/10/2020.
49+
v0.9.0 was released in 30/11/2020.
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: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
## Changelog
22

3+
### V0.9 (30/11/2020)
4+
5+
**Highlights**
6+
7+
- Support 4 medical dataset, UNet and CGNet.
8+
9+
**New Features**
10+
11+
- Support RandomRotate transform ([#215](https://github.com/open-mmlab/mmsegmentation/pull/215), [#260](https://github.com/open-mmlab/mmsegmentation/pull/260))
12+
- Support RGB2Gray transform ([#227](https://github.com/open-mmlab/mmsegmentation/pull/227))
13+
- Support Rerange transform ([#228](https://github.com/open-mmlab/mmsegmentation/pull/228))
14+
- Support ignore_index for BCE loss ([#210](https://github.com/open-mmlab/mmsegmentation/pull/210))
15+
- Add modelzoo statistics ([#263](https://github.com/open-mmlab/mmsegmentation/pull/263))
16+
- Support Dice evaluation metric ([#225](https://github.com/open-mmlab/mmsegmentation/pull/225))
17+
- Support Adjust Gamma transform ([#232](https://github.com/open-mmlab/mmsegmentation/pull/232))
18+
- Support CLAHE transform ([#229](https://github.com/open-mmlab/mmsegmentation/pull/229))
19+
20+
**Bug Fixes**
21+
22+
- Fixed detail API link ([#267](https://github.com/open-mmlab/mmsegmentation/pull/267))
23+
324
### V0.8 (03/11/2020)
425

526
**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.8.0'
3+
__version__ = '0.9.0'
44

55

66
def parse_version_info(version_str):

0 commit comments

Comments
 (0)