Skip to content

Commit 6c1ad23

Browse files
committed
2.2.3 release
1 parent 03c1098 commit 6c1ad23

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,43 @@ To release a new version, please update the changelog as followed:
8585

8686
### Contributors
8787

88+
## [2.2.3] - 2020-06-18
89+
90+
TensorLayer 2.2.3 is a maintenance release.
91+
It contains numerous bug fixes.
92+
93+
### Added
94+
95+
### Changed
96+
97+
### Dependencies Update
98+
99+
### Deprecated
100+
101+
### Fixed
102+
103+
- Fix VGG. (#1078, 1079, 1089)
104+
- Fix norm layer. (#1080)
105+
- Fix DeCov2d layer. (#1081)
106+
- Fix ModelLayer and LayerList doc. (#1083)
107+
- Fix bug in SAC. (#1085)
108+
- Fix refactoring: Deduplication. (#1086)
109+
- Fix maxpool, batchnorm Data format fixed, vgg forward. (#1089)
110+
- Fix package info. (#1090)
111+
112+
### Removed
113+
114+
### Security
115+
116+
### Contributors
117+
- @zsdonghao
118+
- @tiancheng2000 (#1078 #1079 #1080 #1081)
119+
- @ChrisWu1997 (#1083)
120+
- @quantumiracle (#1085)
121+
- @marload (#1086)
122+
- @Gyx-One (#1089)
123+
- @Laicheng0830 (#1090)
124+
88125
## [2.2.1] - 2020-01-14
89126

90127
TensorLayer 2.2.1 is a maintenance release.
@@ -591,6 +628,8 @@ To many PR for this update, please check [here](https://github.com/tensorlayer/t
591628
@zsdonghao @luomai @DEKHTIARJonathan
592629

593630
[Unreleased]: https://github.com/tensorlayer/tensorlayer/compare/2.0....master
631+
[2.2.3]: https://github.com/tensorlayer/tensorlayer/compare/2.2.2...2.2.3
632+
[2.2.2]: https://github.com/tensorlayer/tensorlayer/compare/2.2.1...2.2.2
594633
[2.2.1]: https://github.com/tensorlayer/tensorlayer/compare/2.2.0...2.2.1
595634
[2.2.0]: https://github.com/tensorlayer/tensorlayer/compare/2.1.0...2.2.0
596635
[2.1.0]: https://github.com/tensorlayer/tensorlayer/compare/2.0.2...2.1.0

tensorlayer/package_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
MAJOR = 2
66
MINOR = 2
7-
PATCH = 1
7+
PATCH = 3
88
PRE_RELEASE = ''
99
# Use the following formatting: (major, minor, patch, prerelease)
1010
VERSION = (MAJOR, MINOR, PATCH, PRE_RELEASE)

0 commit comments

Comments
 (0)