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
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,7 @@ To release a new version, please update the changelog as followed:
79
79
- CircleCI added to build and upload Docker Containers for each PR merged and tag release (by @DEKHTIARJonathan in #648)
80
80
- Decorator:
81
81
-`tl.decorators` API created including `deprecated_alias` and `private_method` (by @DEKHTIARJonathan in #660)
82
+
-`tl.decorators` API enriched with `protected_method` (by @DEKHTIARJonathan in #675)
82
83
- Docker:
83
84
- Containers for each release and for each PR merged on master built (by @DEKHTIARJonathan in #648)
84
85
- Containers built in the following configurations (by @DEKHTIARJonathan in #648):
@@ -125,13 +126,18 @@ To release a new version, please update the changelog as followed:
125
126
- All the tests are now using a DEBUG level verbosity when run individualy (by @DEKHTIARJonathan in #660)
126
127
-`tf.identity` as activation is **ignored**, thus reducing the size of the graph by removing useless operation (by @DEKHTIARJonathan in #667)
127
128
- argument dictionaries are now checked and saved within the `Layer` Base Class (by @DEKHTIARJonathan in #667)
129
+
-`Layer` Base Class now presenting methods to update faultlessly `all_layers`, `all_params`, and `all_drop` (by @DEKHTIARJonathan in #675)
130
+
- Input Layers have been removed from `tl.layers.core` and added to `tl.layers.inputs` (by @DEKHTIARJonathan in #675)
131
+
- Input Layers are now considered as true layers in the graph (they represent a placeholder), unittests have been updated (by @DEKHTIARJonathan in #675)
132
+
- Layer API is simplified, with automatic feeding `prev_layer` into `self.inputs` (by @DEKHTIARJonathan in #675)
128
133
129
134
### Deprecated
130
135
-`tl.layers.TimeDistributedLayer` argurment `args` is deprecated in favor of `layer_args` (by @DEKHTIARJonathan in #667)
131
136
132
137
### Removed
133
138
-`assert()` calls remove and replaced by `raise AssertionError()` (by @DEKHTIARJonathan in #667)
134
139
-`tl.identity` is removed, not used anymore and deprecated for a long time (by @DEKHTIARJonathan in #667)
140
+
- All Code specific to `TF.__version__ < "1.6"` have been removed (by @DEKHTIARJonathan in #675)
135
141
136
142
### Fixed
137
143
- Issue #498 - Deprecation Warning Fix in `tl.layers.RNNLayer` with `inspect` (by @DEKHTIARJonathan in #574)
@@ -143,10 +149,10 @@ To release a new version, please update the changelog as followed:
143
149
- Deprecation warning fixed in `tl.layers.binary._compute_threshold()` (by @DEKHTIARJonathan in #658)
144
150
- All references to `tf.logging` replaced by `tl.logging` (by @DEKHTIARJonathan in #661)
145
151
- Duplicated code removed when bias was used (by @DEKHTIARJonathan in #667)
152
+
-`tensorlayer.third_party.roi_pooling.roi_pooling.roi_pooling_ops` is now lazy loaded to prevent systematic error raised (by @DEKHTIARJonathan in #675)
146
153
- Tutorial:
147
154
-`tutorial_word2vec_basic.py` saving issue #476 fixed (by @DEKHTIARJonathan in #635)
148
155
- All tutorials tested and errors have been fixed (by @DEKHTIARJonathan in #635)
0 commit comments