@@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
24
24
* `Removed` for now removed features.
25
25
* `Fixed` for any bug fixes.
26
26
* `Security` in case of vulnerabilities.
27
+ * `Dependencies Update` in case of vulnerabilities.
27
28
* `Contributors` to thank the contributors that worked on this PR.
28
29
29
30
============== How To Update The Changelog for a New Release ==============
@@ -34,12 +35,14 @@ To release a new version, please update the changelog as followed:
34
35
1. Rename the `Unreleased` Section to the Section Number
35
36
2. Recreate an `Unreleased` Section on top
36
37
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 ! **
38
42
39
43
## [Unreleased]
40
44
41
45
### Added
42
- - Danger CI has been added to enforce the update of the changelog by @lgarithm and @DEKHTIARJonathan
43
46
44
47
### Changed
45
48
@@ -51,13 +54,25 @@ To release a new version, please update the changelog as followed:
51
54
52
55
### Security
53
56
57
+ ### Dependencies Update
58
+
54
59
### Contributors
55
60
61
+ ** DO NOT MODIFY THIS SECTION ! **
56
62
63
+ ======================= END: TEMPLATE TO KEEP IN CASE OF NEED ===================
57
64
58
- ## [ 1.8.5] - 2018-05-09
65
+ -->
66
+
67
+ <!-- YOU CAN EDIT FROM HERE -->
68
+
69
+ ## [ Unreleased]
59
70
60
71
### 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 ).
61
76
62
77
### Changed
63
78
@@ -69,8 +84,50 @@ To release a new version, please update the changelog as followed:
69
84
70
85
### Security
71
86
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
+
72
129
### Contributors
73
- @zsdonghao @luomai @DEKHTIARJonathan @ 2wins @ auroua
130
+ @zsdonghao @luomai @DEKHTIARJonathan
74
131
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
76
133
[ 1.8.5 ] : https://github.com/tensorlayer/tensorlayer/compare/1.8.4...1.8.5
0 commit comments