@@ -87,10 +87,7 @@ To release a new version, please update the changelog as followed:
8787
8888## [ 1.11.1] - 2018-11-15
8989
90- ### Added
91-
9290### Changed
93-
9491* guide for pose estimation - flipping (PR #884 )
9592* cv2 transform support 2 modes (PR #885 )
9693
@@ -102,15 +99,8 @@ To release a new version, please update the changelog as followed:
10299- pytest-xdist>=1.22,<1.24 => pytest-xdist>=1.22,<1.25 (PR #883 )
103100- tensorflow>=1.6,<1.12 => tensorflow>=1.6,<1.13 (PR #886 )
104101
105- ### Deprecated
106-
107- ### Fixed
108-
109- ### Removed
110-
111- ### Security
112-
113102### Contributors
103+ - @zsdonghao : #884 #885
114104
115105## [ 1.11.0] - 2018-10-18
116106
@@ -179,7 +169,6 @@ To release a new version, please update the changelog as followed:
179169## [ 1.10.0] - 2018-09-02
180170
181171### Added
182-
183172- API:
184173 - Add ` tl.model.vgg19 ` (PR #698 )
185174 - Add ` tl.logging.contrib.hyperdash ` (PR #739 )
@@ -214,7 +203,6 @@ To release a new version, please update the changelog as followed:
214203 - [ Arbitrary Style Transfer in Real-time with Adaptive Instance Normalization] ( https://arxiv.org/abs/1703.06868 ) (PR #799 )
215204
216205### Changed
217-
218206 - function minibatches changed to avoid wasting samples.(PR #762 )
219207 - all the input scale in both vgg16 and vgg19 has been changed the input scale from [ 0,255] to [ 0,1] (PR #710 )
220208 - Dockerfiles merged and refactored into one file (PR #747 )
@@ -224,16 +212,13 @@ To release a new version, please update the changelog as followed:
224212 - fixed and enforced pydocstyle D210, D200, D301, D207, D403, D204, D412, D402, D300, D208 (PR #784 )
225213
226214### Deprecated
227-
228215 - ` tl.logging.warn ` has been deprecated in favor of ` tl.logging.warning ` (PR #739 )
229216
230217### Removed
231-
232218 - ` conv_layers() ` has been removed in both vgg16 and vgg19(PR #710 )
233219 - graph API (PR #818 )
234220
235221### Fixed
236-
237222- import error caused by matplotlib on OSX (PR #705 )
238223- missing import in tl.prepro (PR #712 )
239224- Dockerfiles import error fixed - issue #733 (PR #747 )
@@ -242,7 +227,6 @@ To release a new version, please update the changelog as followed:
242227- log error instead of info when npz file not found. (PR #812 )
243228
244229### Dependencies Update
245-
246230- numpy>=1.14,<1.15 => numpy>=1.14,<1.16 (PR #754 )
247231- pymongo>=3.6,<3.7 => pymongo>=3.6,<3.8 (PR #750 )
248232- pytest>=3.6,<3.7 => tqdm>=3.6,<3.8 (PR #798 )
@@ -252,7 +236,6 @@ To release a new version, please update the changelog as followed:
252236- yapf>=0.21,<0.22 => yapf>=0.22,<0.24 (PR #798 #808 )
253237
254238### Contributors
255-
256239- @DEKHTIARJonathan : #739 #747 #750 #754
257240- @lgarithm : #705 #700
258241- @OwenLiuzZ : #698 #710 #775 #776
@@ -272,7 +255,6 @@ To release a new version, please update the changelog as followed:
272255## [ 1.9.0] - 2018-06-16
273256
274257### Added
275-
276258- API:
277259 - ` tl.alphas ` and ` tl.alphas_like ` added following the tf.ones/zeros and tf.zeros_like/ones_like (PR #580 )
278260 - ` tl.lazy_imports.LazyImport ` to import heavy libraries only when necessary (PR #667 )
@@ -324,7 +306,6 @@ To release a new version, please update the changelog as followed:
324306 ```
325307
326308# ## Changed
327-
328309- Tensorflow CPU & GPU dependencies moved to separated requirement files in order to allow PyUP.io to parse them (PR # 573)
329310- The document of LambdaLayer for linking it with ElementwiseLambdaLayer (PR # 587)
330311- RTD links point to stable documentation instead of latest used for development (PR # 633)
@@ -349,18 +330,15 @@ To release a new version, please update the changelog as followed:
349330- Complete Documentation Refactoring and Reorganization (namely Layer APIs) (PR # 691)
350331
351332# ## Deprecated
352-
353333- `tl.layers.TimeDistributedLayer` argurment `args` is deprecated in favor of `layer_args` (PR # 667)
354334- `tl.act.leaky_relu` have been deprecated in favor of `tf.nn.leaky_relu` (PR # 686)
355335
356336# ## Removed
357-
358337- `assert ()` calls remove and replaced by `raise AssertionError ()` (PR # 667)
359338- `tl.identity` is removed, not used anymore and deprecated for a long time (PR # 667)
360339- All Code specific to `TF .__version__ < " 1.6" ` have been removed (PR # 675)
361340
362341# ## Fixed
363-
364342- Issue # 498 - Deprecation Warning Fix in `tl.layers.RNNLayer` with `inspect` (PR #574)
365343- Issue # 498 - Deprecation Warning Fix in `tl.files` with truth value of an empty array is ambiguous (PR #575)
366344- Issue # 565 related to `tl.utils.predict` fixed - `np.hstack` problem in which the results for multiple batches are stacked along `axis=1` (PR #566)
@@ -378,15 +356,13 @@ To release a new version, please update the changelog as followed:
378356 - All tutorials tested and errors have been fixed (PR # 635)
379357
380358# ## Dependencies Update
381-
382359- Update pytest from 3.5 .1 to 3.6 .0 (PR # 647)
383360- Update progressbar2 from 3.37 .1 to 3.38 .0 (PR # 651)
384361- Update scikit- image from 0.13 .1 to 0.14 .0 (PR # 656)
385362- Update keras from 2.1 .6 to 2.2 .0 (PR # 684)
386363- Update requests from 2.18 .4 to 2.19 .0 (PR # 695)
387364
388365# ## Contributors
389-
390366- @ lgarithm: # 563
391367- @ DEKHTIARJonathan: # 573 #574 #575 #580 #633 #635 #636 #639 #644 #645 #648 #657 #667 #658 #659 #660 #661 #666 #667 #672 #675 #683 #686 #687 #690 #691 #692 #703
392368- @ 2wins : # 560 #566 #662
@@ -398,7 +374,6 @@ To release a new version, please update the changelog as followed:
398374# # [1.8.5] - 2018-05-09
399375
400376# ## Added
401-
402377- Github Templates added (by @ DEKHTIARJonathan)
403378 - New issues Template
404379 - New PR Template
@@ -411,7 +386,6 @@ To release a new version, please update the changelog as followed:
411386- `test_layers_core` has been added to ensure that `LayersConfig` is abstract.
412387
413388# ## Changed
414-
415389- All Tests Refactored - Now using unittests and runned with PyTest (by @ DEKHTIARJonathan)
416390- Documentation updated (by @ zsdonghao)
417391- Package Setup Refactored (by @ DEKHTIARJonathan)
@@ -422,7 +396,6 @@ To release a new version, please update the changelog as followed:
422396- YAPF coding style improved and enforced (by @ DEKHTIARJonathan)
423397
424398# ## Fixed
425-
426399- Backward Compatibility Restored with deprecation warnings (by @ DEKHTIARJonathan)
427400- Tensorflow Deprecation Fix (Issue # 498):
428401 - AverageEmbeddingInputlayer (by @ zsdonghao)
@@ -432,14 +405,13 @@ To release a new version, please update the changelog as followed:
432405- Pooling Layer Issue # 557 fixed (by @zsdonghao)
433406
434407# ## Dependencies Update
435-
436408- scipy>= 1.0 ,< 1.1 = > scipy>= 1.1 ,< 1.2
437409
438410# ## Contributors
439-
440411@ zsdonghao @ luomai @ DEKHTIARJonathan
441412
442- [Unreleased]: https:// github.com/ tensorlayer/ tensorlayer/ compare/ 1.11 .0... master
413+ [Unreleased]: https:// github.com/ tensorlayer/ tensorlayer/ compare/ 1.11 ... .master
414+ [1.11 .1]: https:// github.com/ tensorlayer/ tensorlayer/ compare/ 1.11 .0... 1.11 .0
443415[1.11 .0]: https:// github.com/ tensorlayer/ tensorlayer/ compare/ 1.10 .1... 1.11 .0
444416[1.10 .1]: https:// github.com/ tensorlayer/ tensorlayer/ compare/ 1.10 .0... 1.10 .1
445417[1.10 .0]: https:// github.com/ tensorlayer/ tensorlayer/ compare/ 1.9 .1... 1.10 .0
0 commit comments