Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #1090 from Laicheng0830/Release
2.2.3 release
  • Loading branch information
Laicheng0830 committed Jun 19, 2020
2 parents 6b4f39a + 24dcda6 commit 0ac81d1
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Expand Up @@ -85,6 +85,43 @@ To release a new version, please update the changelog as followed:

### Contributors

## [2.2.3] - 2020-06-18

TensorLayer 2.2.3 is a maintenance release.
It contains numerous bug fixes.

### Added

### Changed

### Dependencies Update

### Deprecated

### Fixed

- Fix VGG. (#1078, 1079, 1089)
- Fix norm layer. (#1080)
- Fix DeCov2d layer. (#1081)
- Fix ModelLayer and LayerList doc. (#1083)
- Fix bug in SAC. (#1085)
- Fix refactoring: Deduplication. (#1086)
- Fix maxpool, batchnorm Data format fixed, vgg forward. (#1089)
- Fix package info. (#1090)

### Removed

### Security

### Contributors
- @zsdonghao
- @tiancheng2000 (#1078 #1079 #1080 #1081)
- @ChrisWu1997 (#1083)
- @quantumiracle (#1085)
- @marload (#1086)
- @Gyx-One (#1089)
- @Laicheng0830 (#1090)

## [2.2.2] - 2020-04-26

TensorLayer 2.2.2 is a maintenance release.
Expand Down Expand Up @@ -621,6 +658,7 @@ To many PR for this update, please check [here](https://github.com/tensorlayer/t
@zsdonghao @luomai @DEKHTIARJonathan

[Unreleased]: https://github.com/tensorlayer/tensorlayer/compare/2.0....master
[2.2.3]: https://github.com/tensorlayer/tensorlayer/compare/2.2.2...2.2.3
[2.2.2]: https://github.com/tensorlayer/tensorlayer/compare/2.2.1...2.2.2
[2.2.1]: https://github.com/tensorlayer/tensorlayer/compare/2.2.0...2.2.1
[2.2.0]: https://github.com/tensorlayer/tensorlayer/compare/2.1.0...2.2.0
Expand Down
2 changes: 1 addition & 1 deletion tensorlayer/package_info.py
Expand Up @@ -4,7 +4,7 @@

MAJOR = 2
MINOR = 2
PATCH = 2
PATCH = 3
PRE_RELEASE = ''
# Use the following formatting: (major, minor, patch, prerelease)
VERSION = (MAJOR, MINOR, PATCH, PRE_RELEASE)
Expand Down

0 comments on commit 0ac81d1

Please sign in to comment.