Skip to content

Commit 6758f02

Browse files
authored
Bump version to 0.6.0 (#259)
* bump version to 0.6.0 * update changelog * update changelog
1 parent be191db commit 6758f02

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ MMGeneration is a powerful toolkit for generative models, especially for GANs no
7878
* Mixed-precision training (FP16) for StyleGAN2 has been supported. Please check [the comparison](configs/styleganv2/README.md) between different implementations.
7979
## Changelog
8080

81-
v0.5.0 was released on 12/01/2022. Please refer to [changelog.md](docs/en/changelog.md) for details and release history.
81+
v0.6.0 was released on 07/03/2022. Please refer to [changelog.md](docs/en/changelog.md) for details and release history.
8282

8383
## ModelZoo
8484

README_zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ MMGeneration 是一个基于 PyTorch 和[MMCV](https://github.com/open-mmlab/mmc
6262
* 混合精度训练已经在 `StyleGAN2` 中进行了初步支持,请到[这里](configs/styleganv2/README.md)查看各种实现方式的详细比较。
6363
## 更新日志
6464

65-
v0.5.0 在 12/02/2022 发布。 关于细节和发布历史,请参考 [changelog.md](docs/zh_cn/changelog.md)
65+
v0.6.0 在 07/03/2022 发布。 关于细节和发布历史,请参考 [changelog.md](docs/zh_cn/changelog.md)
6666

6767
## 模型库
6868

docs/en/changelog.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,23 @@
9292

9393
- Fix bug in SinGAN dataset (#192)
9494
- Fix SAGAN, SNGAN and BigGAN's default `sn_style` (#199, #213)
95+
96+
97+
## v0.6.0 (07/03/2022)
98+
99+
#### Highlights
100+
101+
- Support StyleGANv3 (#247, #253, #258)
102+
- Support StyleCLIP (#236)
103+
104+
#### New Features
105+
106+
- Support training on CPU (#238)
107+
- Speed up training (#231)
108+
109+
110+
#### Fix bugs and Improvements
111+
112+
- Fix bug in non-distributed training/testing (#239)
113+
- Fix typos and invalid links (#221, #226, #228, #244, #249)
114+
- Add part of Chinese documentation (#250, #257)

mmgen/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) OpenMMLab. All rights reserved.
2-
__version__ = '0.5.0'
2+
__version__ = '0.6.0'
33

44

55
def parse_version_info(version_str):

0 commit comments

Comments
 (0)