Skip to content

Commit 838431f

Browse files
authored
bump to v0.4.0 (#157)
1 parent 04e1bc9 commit 838431f

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

docs/changelog.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,21 @@
4949
- Fix failing to build docs #64
5050
- Revise the logic of `num_classes` in basic conditional gan #69
5151
- Support dynamic eval internal in eval hook #73
52+
53+
54+
## v0.4.0 (03/11/2021)
55+
56+
#### Highlights
57+
- Add more experiments for conditional GANs: SNGAN, SAGAN, and BigGAN
58+
- Refact Translation Model (#88, #126, #127, #145)
59+
60+
#### New Features
61+
62+
- Use PyTorch Sphinx theme #123
63+
- Support torchserve for unconditional models #131
64+
65+
#### Fix bugs and Improvements
66+
67+
- Add CI for python3.9 #110
68+
- Add support for PyTorch1.9 #115
69+
- Add pre-commit hook for spell checking #135

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.3.0'
2+
__version__ = '0.4.0'
33

44

55
def parse_version_info(version_str):

0 commit comments

Comments
 (0)