@@ -77,7 +77,9 @@ To release a new version, please update the changelog as followed:
7777- pytest>=3.6,<3.9 => pytest>=3.6,<3.10 (PR #874 )
7878- requests>=2.19,<2.20 => requests>=2.19,<2.21 (PR #874 )
7979- tqdm>=4.23,<4.28 => tqdm>=4.23,<4.29 (PR #878 )
80+ - pytest>=3.6,<3.10 => pytest>=3.6,<3.11 (PR #886 )
8081- pytest-xdist>=1.22,<1.24 => pytest-xdist>=1.22,<1.25 (PR #883 )
82+ - tensorflow>=1.6,<1.12 => tensorflow>=1.6,<1.13 (PR #886 )
8183
8284### Deprecated
8385
@@ -110,13 +112,13 @@ To release a new version, please update the changelog as followed:
110112- BatchNormLayer: support ` data_format `
111113
112114### Dependencies Update
113- - yapf>=0.22,<0.24 => yapf>=0.22,<0.25 (PR #829 )
114- - sphinx>=1.7,<1.8 => sphinx>=1.7,<1.9 (PR #842 )
115115- matplotlib>=2.2,<2.3 => matplotlib>=2.2,<3.1 (PR #845 )
116+ - pydocstyle>=2.1,<2.2 => pydocstyle>=2.1,<3.1 (PR #866 )
116117- scikit-learn>=0.19,<0.20 => scikit-learn>=0.19,<0.21 (PR #851 )
118+ - sphinx>=1.7,<1.8 => sphinx>=1.7,<1.9 (PR #842 )
117119- tensorflow>=1.6,<1.11 => tensorflow>=1.6,<1.12 (PR #853 )
118120- tqdm>=4.23,<4.26 => tqdm>=4.23,<4.28 (PR #862 & #868 )
119- - pydocstyle>=2.1,<2.2 => pydocstyle>=2.1,<3.1 (PR #866 )
121+ - yapf>=0.22,<0.24 => yapf>=0.22,<0.25 (PR #829 )
120122
121123### Fixed
122124- Correct offset calculation in ` tl.prepro.transform_matrix_offset_center ` (PR #855 )
@@ -143,9 +145,9 @@ To release a new version, please update the changelog as followed:
143145
144146### Dependencies Update
145147- autopep8>=1.3,<1.4 => autopep8>=1.3,<1.5 (PR #815 )
146- - pytest-cov>=2.5,<2.6 => pytest-cov>=2.5,<2.7 (PR #820 )
147- - pytest>=3.6,<3.8 => pytest>=3.6,<3.9 (PR #823 )
148148- imageio>=2.3,<2.4 => imageio>=2.3,<2.5 (PR #823 )
149+ - pytest>=3.6,<3.8 => pytest>=3.6,<3.9 (PR #823 )
150+ - pytest-cov>=2.5,<2.6 => pytest-cov>=2.5,<2.7 (PR #820 )
149151
150152### Contributors
151153- @DEKHTIARJonathan : #815 #818 #820 #823
@@ -220,12 +222,11 @@ To release a new version, please update the changelog as followed:
220222
221223### Dependencies Update
222224
223- - tensorflow>=1.8,<1.9 => tensorflow>=1.6,<1.11 (PR #739 and PR #798 )
224- - tensorflow-gpu>=1.8,<1.9 => tensorflow-gpu>=1.6,<1.11 (PR #739 and PR #798 )
225225- numpy>=1.14,<1.15 => numpy>=1.14,<1.16 (PR #754 )
226226- pymongo>=3.6,<3.7 => pymongo>=3.6,<3.8 (PR #750 )
227227- pytest>=3.6,<3.7 => tqdm>=3.6,<3.8 (PR #798 )
228228- pytest-xdist>=1.22,<1.23 => pytest-xdist>=1.22,<1.24 (PR #805 and #806 )
229+ - tensorflow>=1.8,<1.9 => tensorflow>=1.6,<1.11 (PR #739 and PR #798 )
229230- tqdm>=4.23,<4.25 => tqdm>=4.23,<4.26 (PR #798 )
230231- yapf>=0.21,<0.22 => yapf>=0.22,<0.24 (PR #798 #808 )
231232
0 commit comments