Skip to content

Commit

Permalink
Merge 3b2399b into ab7240c
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoXing1996 authored Sep 13, 2022
2 parents ab7240c + 3b2399b commit 3b538af
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 7 deletions.
7 changes: 7 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
include mmgen/model-index.yml
recursive-include mmgen/configs *.py *.yml
recursive-include mmgen/tools *.sh *.py

include requirements/*.txt
include mmgen/VERSION
include mmgen/.mim/model-index.yml
include mmgen/.mim/demo/*/*
recursive-include mmgen/.mim/configs *.py *.yml
recursive-include mmgen/.mim/tools *.sh *.py
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ MMGeneration is a powerful toolkit for generative models, especially for GANs no

## Changelog

v0.7.1 was released on 30/04/2022. Please refer to [changelog.md](docs/en/changelog.md) for details and release history.
v0.7.2 was released on 13/09/2022. Please refer to [changelog.md](docs/en/changelog.md) for details and release history.

## Installation

Expand Down Expand Up @@ -119,7 +119,7 @@ Install MMGeneration from source.
```
git clone https://github.com/open-mmlab/mmgeneration.git
cd mmgeneration
pip3 install -e .[all]
pip3 install -e .
```

Please refer to [get_started.md](docs/en/get_started.md) for more detailed instruction.
Expand Down
4 changes: 2 additions & 2 deletions README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ MMGeneration 是一个基于 PyTorch 和[MMCV](https://github.com/open-mmlab/mmc

## 更新日志

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

## 安装

Expand All @@ -118,7 +118,7 @@ mim install mmcv-full
```
git clone https://github.com/open-mmlab/mmgeneration.git
cd mmgeneration
pip3 install -e .[all]
pip3 install -e .
```

更详细的安装指南请参考 [get_started.md](docs/zh/get_started.md) .
Expand Down
12 changes: 12 additions & 0 deletions docs/en/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,15 @@
- Fix ada typo (#283)
- Add chinese application tutorial (#284)
- Add chinese document of ddp training (#286)

## v0.7.2 (12/09/2022)

#### Highlights

- Complete readme of StyleGAN-Ada (#391)

#### Fix bugs and Improvements

- Update limitation of MMCV's version (#397)
- Add Circle CI (#431)
- Update Chinese readme for `application.md` (#425)
2 changes: 1 addition & 1 deletion mmgen/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) OpenMMLab. All rights reserved.
__version__ = '0.7.1'
__version__ = '0.7.2'


def parse_version_info(version_str):
Expand Down
1 change: 0 additions & 1 deletion requirements/miminstall.txt

This file was deleted.

2 changes: 1 addition & 1 deletion requirements/mminstall.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mmcls>=0.18.0
mmcv-full>=1.3.0,<=1.6.0
mmcv-full>=1.3.0,<=1.7.0

0 comments on commit 3b538af

Please sign in to comment.