@@ -77,7 +77,9 @@ To release a new version, please update the changelog as followed:
77
77
- pytest>=3.6,<3.9 => pytest>=3.6,<3.10 (PR #874 )
78
78
- requests>=2.19,<2.20 => requests>=2.19,<2.21 (PR #874 )
79
79
- 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 )
80
81
- 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 )
81
83
82
84
### Deprecated
83
85
@@ -110,13 +112,13 @@ To release a new version, please update the changelog as followed:
110
112
- BatchNormLayer: support ` data_format `
111
113
112
114
### 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 )
115
115
- 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 )
116
117
- 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 )
117
119
- tensorflow>=1.6,<1.11 => tensorflow>=1.6,<1.12 (PR #853 )
118
120
- 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 )
120
122
121
123
### Fixed
122
124
- 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:
143
145
144
146
### Dependencies Update
145
147
- 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 )
148
148
- 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 )
149
151
150
152
### Contributors
151
153
- @DEKHTIARJonathan : #815 #818 #820 #823
@@ -220,12 +222,11 @@ To release a new version, please update the changelog as followed:
220
222
221
223
### Dependencies Update
222
224
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 )
225
225
- numpy>=1.14,<1.15 => numpy>=1.14,<1.16 (PR #754 )
226
226
- pymongo>=3.6,<3.7 => pymongo>=3.6,<3.8 (PR #750 )
227
227
- pytest>=3.6,<3.7 => tqdm>=3.6,<3.8 (PR #798 )
228
228
- 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 )
229
230
- tqdm>=4.23,<4.25 => tqdm>=4.23,<4.26 (PR #798 )
230
231
- yapf>=0.21,<0.22 => yapf>=0.22,<0.24 (PR #798 #808 )
231
232
0 commit comments