You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,7 @@ To release a new version, please update the changelog as followed:
78
78
-`Layer_DeformableConvolution_Test` added to reproduce issue #572 with deformable convolution (by @DEKHTIARJonathan in #573)
79
79
-`Array_Op_Alphas_Test` and `Array_Op_Alphas_Like_Test` added to test `tensorlayer/array_ops.py` file (by @DEKHTIARJonathan in #580)
80
80
-`test_optimizer_amsgrad.py` added to test `AMSGrad` optimizer (by @DEKHTIARJonathan in #636)
81
+
-`test_logging.py` added to insure robustness of the logging API (by @DEKHTIARJonathan in #645)
81
82
- CI Tool:
82
83
-[Stale Probot](https://github.com/probot/stale) added to clean stale issues (by @DEKHTIARJonathan in #573)
83
84
-[Changelog Probot](https://github.com/mikz/probot-changelog) Configuration added (by @DEKHTIARJonathan in #637)
@@ -97,6 +98,7 @@ To release a new version, please update the changelog as followed:
97
98
- RTD links point to stable documentation instead of latest used for development (by @DEKHTIARJonathan in #633)
98
99
- TF Version older than 1.6.0 are officially unsupported and raises an exception (by @DEKHTIARJonathan in #644)
99
100
- Readme Badges Updated with Support Python and Tensorflow Versions (by @DEKHTIARJonathan in #644)
101
+
- TL logging API has been consistent with TF logging API and thread-safe (by @DEKHTIARJonathan in #645)
100
102
101
103
### Deprecated
102
104
@@ -108,7 +110,6 @@ To release a new version, please update the changelog as followed:
108
110
- Issue #565 related to `tl.utils.predict` fixed - `np.hstack` problem in which the results for multiple batches are stacked along `axis=1` (by @2wins in #566)
109
111
- Issue #572 with `tl.layers.DeformableConv2d` fixed (by @DEKHTIARJonathan in #573)
110
112
- Typo of the document of ElementwiseLambdaLayer (by @zsdonghao in #588)
111
-
- TL logging API has been consistent with TF logging API and thread-safe (by @DEKHTIARJonathan in #645)
0 commit comments