Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix] Update mmcv version limitation and Readme. #436

Merged
merged 1 commit into from
Sep 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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