Skip to content

Commit 276d625

Browse files
committed
Merge branch 'added_app' of github.com:Laicheng0830/tensorlayer into added_app
2 parents 1df9105 + b46a34e commit 276d625

5 files changed

Lines changed: 483 additions & 456 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ branches:
1717
- /^\d+\.\d+(\.\d+)?(\S*)?$/
1818

1919
python:
20-
- "3.6"
20+
# - "3.7"
2121
- "3.5"
2222
# - "2.7" # TensorLayer 2.0 does not support python2 now
2323

CHANGELOG.md

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

8686
### Contributors
8787

88+
## [2.2.4] - 2020-12-10
89+
90+
TensorLayer 2.2.4 is a maintenance release.
91+
92+
### Added
93+
94+
### Changed
95+
96+
### Dependencies Update
97+
98+
### Deprecated
99+
100+
### Fixed
101+
102+
- Fix batchnorm(#1104)
103+
- Fix recurrent(#1106)
104+
105+
### Removed
106+
107+
### Security
108+
109+
### Contributors
110+
- @zsdonghao
111+
- @Laicheng0830(#1104)
112+
- @Thinkre(#1106)
113+
88114
## [2.2.3] - 2020-06-18
89115

90116
TensorLayer 2.2.3 is a maintenance release.
@@ -658,6 +684,7 @@ To many PR for this update, please check [here](https://github.com/tensorlayer/t
658684
@zsdonghao @luomai @DEKHTIARJonathan
659685

660686
[Unreleased]: https://github.com/tensorlayer/tensorlayer/compare/2.0....master
687+
[2.2.4]: https://github.com/tensorlayer/tensorlayer/compare/2.2.3...2.2.4
661688
[2.2.3]: https://github.com/tensorlayer/tensorlayer/compare/2.2.2...2.2.3
662689
[2.2.2]: https://github.com/tensorlayer/tensorlayer/compare/2.2.1...2.2.2
663690
[2.2.1]: https://github.com/tensorlayer/tensorlayer/compare/2.2.0...2.2.1

0 commit comments

Comments
 (0)