Skip to content

Commit ccd1f56

Browse files
authored
Bump version to v0.7.3 (#506)
* Bump version to v0.7.3 * remove python3.6
1 parent 995a5e9 commit ccd1f56

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

.github/workflows/merge_stage_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-22.04
2222
strategy:
2323
matrix:
24-
python-version: [3.6, 3.8, 3.9]
24+
python-version: [3.8, 3.9]
2525
torch: [1.8.1]
2626
include:
2727
- torch: 1.8.1

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ MMGeneration is a powerful toolkit for generative models, especially for GANs no
104104

105105
## Changelog
106106

107-
v0.7.2 was released on 13/09/2022. Please refer to [changelog.md](docs/en/changelog.md) for details and release history.
107+
v0.7.3 was released on 14/04/2023. Please refer to [changelog.md](docs/en/changelog.md) for details and release history.
108108

109109
## Installation
110110

README_zh-CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ MMGeneration 是一个基于 PyTorch 和[MMCV](https://github.com/open-mmlab/mmc
105105

106106
## 更新日志
107107

108-
v0.7.213/09/2022 发布。 关于细节和发布历史,请参考 [changelog.md](docs/zh_cn/changelog.md)
108+
v0.7.314/04/2023 发布。 关于细节和发布历史,请参考 [changelog.md](docs/zh_cn/changelog.md)
109109

110110
## 安装
111111

docs/en/changelog.md

+8
Original file line numberDiff line numberDiff line change
@@ -146,3 +146,11 @@
146146
- Update limitation of MMCV's version (#397)
147147
- Add Circle CI (#431)
148148
- Update Chinese readme for `application.md` (#425)
149+
150+
## v0.7.3 (14/04/2023)
151+
152+
#### Fix bugs and Improvements
153+
154+
- Fix SiLU activation (#447)
155+
- Support Perceptual Loss (#471)
156+
- Fix tensor and index aren't on the same device error (#476)

mmgen/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) OpenMMLab. All rights reserved.
2-
__version__ = '0.7.2'
2+
__version__ = '0.7.3'
33

44

55
def parse_version_info(version_str):

0 commit comments

Comments
 (0)