Skip to content

Commit d5d3b23

Browse files
DEKHTIARJonathanzsdonghao
authored andcommitted
Changelog update (#569)
* Update from 1.8.5 * Changelog 1.8.5 updated * Changelog Error Fix
1 parent b9eec2c commit d5d3b23

File tree

1 file changed

+62
-5
lines changed

1 file changed

+62
-5
lines changed

CHANGELOG.md

Lines changed: 62 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2424
* `Removed` for now removed features.
2525
* `Fixed` for any bug fixes.
2626
* `Security` in case of vulnerabilities.
27+
* `Dependencies Update` in case of vulnerabilities.
2728
* `Contributors` to thank the contributors that worked on this PR.
2829
2930
============== How To Update The Changelog for a New Release ==============
@@ -34,12 +35,14 @@ To release a new version, please update the changelog as followed:
3435
1. Rename the `Unreleased` Section to the Section Number
3536
2. Recreate an `Unreleased` Section on top
3637
3. Update the links at the very bottom
37-
-->
38+
39+
======================= START: TEMPLATE TO KEEP IN CASE OF NEED ===================
40+
41+
** DO NOT MODIFY THIS SECTION ! **
3842
3943
## [Unreleased]
4044
4145
### Added
42-
- Danger CI has been added to enforce the update of the changelog by @lgarithm and @DEKHTIARJonathan
4346
4447
### Changed
4548
@@ -51,13 +54,25 @@ To release a new version, please update the changelog as followed:
5154
5255
### Security
5356
57+
### Dependencies Update
58+
5459
### Contributors
5560
61+
** DO NOT MODIFY THIS SECTION ! **
5662
63+
======================= END: TEMPLATE TO KEEP IN CASE OF NEED ===================
5764
58-
## [1.8.5] - 2018-05-09
65+
-->
66+
67+
<!-- YOU CAN EDIT FROM HERE -->
68+
69+
## [Unreleased]
5970

6071
### Added
72+
- Repository:
73+
- Danger CI has been added to enforce the update of the changelog (by @lgarithm and @DEKHTIARJonathan)
74+
- Tutorials:
75+
- `tutorial_tfslim` added by (@2wins).
6176

6277
### Changed
6378

@@ -69,8 +84,50 @@ To release a new version, please update the changelog as followed:
6984

7085
### Security
7186

87+
### Dependencies Update
88+
89+
### Contributors
90+
@lgarithm @DEKHTIARJonathan @2wins
91+
92+
93+
## [1.8.5] - 2018-05-09
94+
95+
### Added
96+
- Github Templates added (by @DEKHTIARJonathan)
97+
- New issues Template
98+
- New PR Template
99+
- Travis Deploy Automation on new Tag (by @DEKHTIARJonathan)
100+
- Deploy to PyPI and create a new version.
101+
- Deploy to Github Releases and upload the wheel files
102+
- PyUP.io has been added to ensure we are compatible with the latest libraries (by @DEKHTIARJonathan)
103+
- `deconv2d` now handling dilation_rate (by @zsdonghao)
104+
- Documentation unittest added (by @DEKHTIARJonathan)
105+
- `test_layers_core` has been added to ensure that `LayersConfig` is abstract.
106+
107+
### Changed
108+
- All Tests Refactored - Now using unittests and runned with PyTest (by @DEKHTIARJonathan)
109+
- Documentation updated (by @zsdonghao)
110+
- Package Setup Refactored (by @DEKHTIARJonathan)
111+
- Dataset Downlaod now using library progressbar2 (by @DEKHTIARJonathan)
112+
- `deconv2d` function transformed into Class (by @zsdonghao)
113+
- `conv1d` function transformed into Class (by @zsdonghao)
114+
- super resolution functions transformed into Class (by @zsdonghao)
115+
- YAPF coding style improved and enforced (by @DEKHTIARJonathan)
116+
117+
### Fixed
118+
- Backward Compatibility Restored with deprecation warnings (by @DEKHTIARJonathan)
119+
- Tensorflow Deprecation Fix (Issue #498):
120+
- AverageEmbeddingInputlayer (by @zsdonghao)
121+
- load_mpii_pose_dataset (by @zsdonghao)
122+
- maxPool2D initializer issue #551 (by @zsdonghao)
123+
- `LayersConfig` class has been enforced as abstract
124+
- Pooling Layer Issue #557 fixed (by @zsdonghao)
125+
126+
### Dependencies Update
127+
- scipy>=1.0,<1.1 => scipy>=1.1,<1.2
128+
72129
### Contributors
73-
@zsdonghao @luomai @DEKHTIARJonathan @2wins @auroua
130+
@zsdonghao @luomai @DEKHTIARJonathan
74131

75-
[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/1.8.5...master
132+
[Unreleased]: https://github.com/tensorlayer/tensorlayer/compare/1.8.5...master
76133
[1.8.5]: https://github.com/tensorlayer/tensorlayer/compare/1.8.4...1.8.5

0 commit comments

Comments
 (0)