Skip to content

Commit dc4065f

Browse files
author
DEKHTIARJonathan
committed
Changelog updated
1 parent ed39413 commit dc4065f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ To release a new version, please update the changelog as followed:
7878
- `Layer_DeformableConvolution_Test` added to reproduce issue #572 with deformable convolution (by @DEKHTIARJonathan in #573)
7979
- `Array_Op_Alphas_Test` and `Array_Op_Alphas_Like_Test` added to test `tensorlayer/array_ops.py` file (by @DEKHTIARJonathan in #580)
8080
- `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)
8182
- CI Tool:
8283
- [Stale Probot](https://github.com/probot/stale) added to clean stale issues (by @DEKHTIARJonathan in #573)
8384
- [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:
9798
- RTD links point to stable documentation instead of latest used for development (by @DEKHTIARJonathan in #633)
9899
- TF Version older than 1.6.0 are officially unsupported and raises an exception (by @DEKHTIARJonathan in #644)
99100
- 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)
100102

101103
### Deprecated
102104

@@ -108,7 +110,6 @@ To release a new version, please update the changelog as followed:
108110
- 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)
109111
- Issue #572 with `tl.layers.DeformableConv2d` fixed (by @DEKHTIARJonathan in #573)
110112
- 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)
112113

113114
### Security
114115

0 commit comments

Comments
 (0)