Skip to content

Commit efa60c0

Browse files
pyup-botJonathan DEKHTIAR
authored andcommitted
PyUP - Dependency Update Scheduled daily dependency update on sunday (#815)
* Pin autopep8 to latest version 1.4 * Update requirements_dev.txt * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md
1 parent ec33758 commit efa60c0

File tree

2 files changed

+26
-6
lines changed

2 files changed

+26
-6
lines changed

CHANGELOG.md

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,27 @@ To release a new version, please update the changelog as followed:
7171

7272
### Added
7373

74+
### Changed
75+
76+
### Deprecated
77+
78+
### Removed
79+
80+
### Fixed
81+
82+
### Security
83+
84+
### Dependencies Update
85+
- autopep8>=1.3,<1.4 => autopep8>=1.3,<1.5 (PR #815)
86+
87+
### Contributors
88+
89+
- @DEKHTIARJonathan: #815
90+
91+
## [1.10.0] - 2018-09-02
92+
93+
### Added
94+
7495
- API:
7596
- Add `tl.model.vgg19` (PR #698)
7697
- Add `tl.logging.contrib.hyperdash` (PR #739)
@@ -131,8 +152,6 @@ To release a new version, please update the changelog as followed:
131152
- Fix the bug of scaling the learning rate of trainer (PR #776)
132153
- log error instead of info when npz file not found. (PR #812)
133154

134-
### Security
135-
136155
### Dependencies Update
137156

138157
- tensorflow>=1.8,<1.9 => tensorflow>=1.6,<1.11 (PR #739 and PR #798)
@@ -332,7 +351,8 @@ To release a new version, please update the changelog as followed:
332351

333352
@zsdonghao @luomai @DEKHTIARJonathan
334353

335-
[Unreleased]: https://github.com/tensorlayer/tensorlayer/compare/1.9.1...master
336-
[1.9.1]: https://github.com/tensorlayer/tensorlayer/compare/1.9.1...1.9.0
337-
[1.9.0]: https://github.com/tensorlayer/tensorlayer/compare/1.9.0...1.8.5
354+
[Unreleased]: https://github.com/tensorlayer/tensorlayer/compare/1.10.0...master
355+
[1.10.0]: https://github.com/tensorlayer/tensorlayer/compare/1.9.1...1.10.0
356+
[1.9.1]: https://github.com/tensorlayer/tensorlayer/compare/1.9.0...1.9.1
357+
[1.9.0]: https://github.com/tensorlayer/tensorlayer/compare/1.8.5...1.9.0
338358
[1.8.5]: https://github.com/tensorlayer/tensorlayer/compare/1.8.4...1.8.5

requirements/requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
autopep8>=1.3,<1.4
1+
autopep8>=1.3,<1.5

0 commit comments

Comments
 (0)