Skip to content

Commit

Permalink
Merge branch 'master' into bugfix_typo_deterministic
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengLai authored Jan 6, 2021
2 parents f00deef + ae96f42 commit 520895e
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ branches:
- /^\d+\.\d+(\.\d+)?(\S*)?$/

python:
- "3.6"
# - "3.7"
- "3.5"
# - "2.7" # TensorLayer 2.0 does not support python2 now

Expand Down
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,32 @@ To release a new version, please update the changelog as followed:

### Contributors

## [2.2.4] - 2020-12-10

TensorLayer 2.2.4 is a maintenance release.

### Added

### Changed

### Dependencies Update

### Deprecated

### Fixed

- Fix batchnorm(#1104)
- Fix recurrent(#1106)

### Removed

### Security

### Contributors
- @zsdonghao
- @Laicheng0830(#1104)
- @Thinkre(#1106)

## [2.2.3] - 2020-06-18

TensorLayer 2.2.3 is a maintenance release.
Expand Down Expand Up @@ -658,6 +684,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.4]: https://github.com/tensorlayer/tensorlayer/compare/2.2.3...2.2.4
[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
Expand Down
2 changes: 1 addition & 1 deletion tensorlayer/package_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

0 comments on commit 520895e

Please sign in to comment.