|
1 |
| -# `struct2tensor` release notes |
2 |
| - |
3 |
| -# Current Version (not yet released; still in development) |
4 |
| - |
5 |
| -## Major Features and Improvements |
6 |
| - |
7 |
| -## Bug Fixes and Other Changes |
8 |
| - |
9 |
| -## Breaking Changes |
10 |
| - |
11 |
| -## Deprecations |
12 |
| - |
13 | 1 | # Version 0.39.0
|
14 | 2 |
|
15 | 3 | ## Major Features and Improvements
|
|
28 | 16 |
|
29 | 17 | * N/A
|
30 | 18 |
|
31 |
| -# Version 0.38.0 |
32 |
| - |
33 |
| -## Major Features and Improvements |
34 |
| - |
35 |
| -* Added equi_join_any_indices_op. |
36 |
| -* Added broadcast for subtrees. |
37 |
| - |
38 |
| -## Bug Fixes and Other Changes |
39 |
| - |
40 |
| -* Depends on `tensorflow>=2.8.0,<2.9`. |
41 |
| -* Depends on `tensorflow-metadata>=1.7.0,<1.8.0`. |
42 |
| - |
43 |
| -## Breaking Changes |
44 |
| - |
45 |
| -* N/A |
46 |
| - |
47 |
| -## Deprecations |
48 |
| - |
49 |
| -* N/A |
50 |
| - |
51 |
| -# Version 0.37.0 |
52 |
| - |
53 |
| -## Major Features and Improvements |
54 |
| - |
55 |
| -* N/A |
56 |
| - |
57 |
| -## Bug Fixes and Other Changes |
58 |
| - |
59 |
| -* Depends on `tensorflow-metadata>=1.6.0,<1.7.0`. |
60 |
| - |
61 |
| -## Breaking Changes |
62 |
| - |
63 |
| -* N/A |
64 |
| - |
65 |
| -## Deprecations |
66 |
| - |
67 |
| -* N/A |
68 |
| - |
69 |
| -# Version 0.36.0 |
70 |
| - |
71 |
| -## Major Features and Improvements |
72 |
| - |
73 |
| -* N/A |
74 |
| - |
75 |
| -## Bug Fixes and Other Changes |
76 |
| - |
77 |
| -* Depends on `tensorflow>=2.7.0,<2.8`. |
78 |
| -* Depends on `tensorflow-metadata>=1.5.0,<1.6.0`. |
79 |
| - |
80 |
| -## Breaking Changes |
81 |
| - |
82 |
| -* N/A |
83 |
| - |
84 |
| -## Deprecations |
85 |
| - |
86 |
| -* N/A |
87 |
| - |
88 |
| -# Version 0.35.0 |
89 |
| - |
90 |
| -## Major Features and Improvements |
91 |
| - |
92 |
| -* N/A |
93 |
| - |
94 |
| -## Bug Fixes and Other Changes |
95 |
| - |
96 |
| -* Fix bug in which expression.apply_schema mutated its input schema |
97 |
| - |
98 |
| -## Breaking Changes |
99 |
| - |
100 |
| -* N/A |
101 |
| - |
102 |
| -## Deprecations |
103 |
| - |
104 |
| -* Deprecated python 3.6 support. |
105 |
| - |
106 |
| -# Version 0.34.0 |
107 |
| - |
108 |
| -## Major Features and Improvements |
109 |
| - |
110 |
| -* N/A |
111 |
| - |
112 |
| -## Bug Fixes and Other Changes |
113 |
| - |
114 |
| -* Depends on `tensorflow>=2.6.0,<2.7`. |
115 |
| -* Depends on `pyarrow>=1,<6`. |
116 |
| - |
117 |
| -## Breaking Changes |
118 |
| - |
119 |
| -* N/A |
120 |
| - |
121 |
| -## Deprecations |
122 |
| - |
123 |
| -* N/A |
124 |
| - |
125 |
| -## Version 0.33.0 |
126 |
| - |
127 |
| -## Major Features and Improvements |
128 |
| - |
129 |
| -* N/A |
130 |
| - |
131 |
| -## Bug Fixes and Other Changes |
132 |
| - |
133 |
| -* Added doc with benchmark numbers. Also added the benchmark code and test |
134 |
| - data. |
135 |
| -* Depends on `tensorflow-metadata>=1.2.0,<1.3.0`. |
136 |
| - |
137 |
| -## Breaking Changes |
138 |
| - |
139 |
| -* N/A |
140 |
| - |
141 |
| -## Deprecations |
142 |
| - |
143 |
| -* N/A |
144 |
| - |
145 |
| -## Version 0.32.0 |
146 |
| - |
147 |
| -## Major Features and Improvements |
148 |
| - |
149 |
| -* N/A |
150 |
| - |
151 |
| -## Bug Fixes and Other Changes |
152 |
| - |
153 |
| -* Depends on `protobuf>=3.13,<4`. |
154 |
| -* Depends on `tensorflow-metadata>=1.1.0,<1.2.0`. |
155 |
| - |
156 |
| -## Breaking Changes |
157 |
| - |
158 |
| -* N/A |
159 |
| - |
160 |
| -## Deprecations |
161 |
| - |
162 |
| -* N/A |
163 |
| - |
164 |
| -## Version 0.31.0 |
165 |
| - |
166 |
| -## Major Features and Improvements |
167 |
| - |
168 |
| -* N/A |
169 |
| - |
170 |
| -## Bug Fixes and Other Changes |
171 |
| - |
172 |
| -* Introduced DecodeProtoSparseV4. It is same as V3 and will replace V3 soon. |
173 |
| -* DecodeProtoSparseV3 is now the default (instead of V2). |
174 |
| -* Bumped tf version for statically linked libraries to TF 2.5.0. |
175 |
| -* Depends on `tensorflow>=2.5.0,<2.6`. |
176 |
| -* Depends on `tensorflow-metadata>=1.0.0,<1.1.0`. |
177 |
| - |
178 |
| -## Breaking Changes |
179 |
| - |
180 |
| -* N/A |
181 |
| - |
182 |
| -## Deprecations |
183 |
| - |
184 |
| -* N/A |
185 |
| - |
186 |
| -## Release 0.30.0 |
187 |
| - |
188 |
| -## Major Features and Improvements |
189 |
| - |
190 |
| -* N/A |
191 |
| - |
192 |
| -## Bug Fixes and Other Changes |
193 |
| - |
194 |
| -* Deprecate `get_ragged_tensors()` and `get_sparse_tensors()` in prensor_util. |
195 |
| -* Expose `get_ragged_tensors()` and `get_sparse_tensors()` as `Prensor` |
196 |
| - methods. |
197 |
| -* Expose `get_positional_index` as a method of `NodeTensor`. |
198 |
| -* Depends on `tensorflow-metadata>=0.30,<0.31` |
199 |
| - |
200 |
| -## Breaking Changes |
201 |
| - |
202 |
| -* N/A |
203 |
| - |
204 |
| -## Deprecations |
205 |
| - |
206 |
| -* N/A |
207 |
| - |
208 |
| -## Release 0.29.0 |
209 |
| - |
210 |
| -## Major Features and Improvements |
211 |
| - |
212 |
| -* N/A |
213 |
| - |
214 |
| -## Bug Fixes and Other Changes |
215 |
| - |
216 |
| -* Allow path to concat with string. |
217 |
| -* Bumped the mininum bazel version required to build `struct2tensor` to 3.7.2. |
218 |
| -* Depends on `tensorflow-metadata>=0.29,<0.30` |
219 |
| - |
220 |
| -## Breaking Changes |
221 |
| - |
222 |
| -* N/A |
223 |
| - |
224 |
| -## Deprecations |
225 |
| - |
226 |
| -* N/A |
227 |
| - |
228 |
| -## Release 0.28.0 |
229 |
| - |
230 |
| -## Major Features and Improvements |
231 |
| - |
232 |
| -* N/A |
233 |
| - |
234 |
| -## Bug Fixes and Other Changes |
235 |
| - |
236 |
| -* Depends on `tensorflow-metadata>=0.28,<0.29` |
237 |
| - |
238 |
| -## Breaking Changes |
239 |
| - |
240 |
| -* N/A |
241 |
| - |
242 |
| -## Deprecations |
243 |
| - |
244 |
| -* N/A |
245 |
| - |
246 |
| -## Release 0.27.0 |
247 |
| - |
248 |
| -## Major Features and Improvements |
249 |
| - |
250 |
| -* N/A |
251 |
| - |
252 |
| -## Bug Fixes and Other Changes |
253 |
| - |
254 |
| -* Depends on `pyarrow>=1,<3` |
255 |
| -* Depends on `tensorflow>=2.4.0,<2.5` |
256 |
| -* Depends on `tensorflow-metadata>=0.27,<0.28` |
257 |
| - |
258 |
| -## Breaking changes |
259 |
| - |
260 |
| -* N/A |
261 |
| - |
262 |
| -## Deprecations |
263 |
| - |
264 |
| -* N/A |
265 |
| - |
266 |
| -## Release 0.26.0 |
267 |
| - |
268 |
| -## Major Features and Improvements |
269 |
| - |
270 |
| -* Created a docker image that contains a TF model server with struct2tensor |
271 |
| - ops linked. This docker image is available at |
272 |
| - `gcr.io/tfx-oss-public/s2t_tf_serving` . |
273 |
| -* Add support for string_views for intermediate serialized protos. To use, set |
274 |
| - the option "use_string_view" in CalculateOptions to true. string_views are |
275 |
| - potentially more memory bandwidth efficient depending on the depth and |
276 |
| - complexity of the input proto. |
277 |
| - |
278 |
| -## Bug Fixes and Other Changes |
279 |
| - |
280 |
| -* Depends on `tensorflow-metadata>=0.26,<0.27`. |
281 |
| - |
282 |
| -## Breaking changes |
283 |
| - |
284 |
| -* N/A |
285 |
| - |
286 |
| -## Deprecations |
287 |
| - |
288 |
| -* N/A |
289 |
| - |
290 |
| -## Release 0.25.0 |
291 |
| - |
292 |
| -## Major Features and Improvements |
293 |
| - |
294 |
| -* From this release Struct2Tensor will also be hosting nightly packages on |
295 |
| - https://pypi-nightly.tensorflow.org. To install the nightly package use the |
296 |
| - following command: |
297 |
| - |
298 |
| - ``` |
299 |
| - pip install -i https://pypi-nightly.tensorflow.org/simple struct2tensor |
300 |
| - ``` |
301 |
| -
|
302 |
| - Note: These nightly packages are unstable and breakages are likely to |
303 |
| - happen. The fix could often take a week or more depending on the complexity |
304 |
| - involved for the wheels to be available on the PyPI cloud service. You can |
305 |
| - always use the stable version of struct2tensor available on PyPI by running |
306 |
| - the command `pip install struct2tensor` . |
307 |
| -
|
308 |
| -## Bug Fixes and Other Changes |
309 |
| -
|
310 |
| -* Update __init__.py to import the API, instead of just the modules. |
311 |
| -* Provide an __init__.py for struct2tensor.expression_impl directory. This is |
312 |
| - meant for power users. |
313 |
| -* Update python notebook to use import style. |
314 |
| -* Fix bug in prensor_to_structured_tensor. |
315 |
| -* Depends on `tensorflow-metadata>=0.25,<0.26`. |
316 |
| -* Depends on `pyarrow>=0.17,<1`. |
317 |
| -
|
318 |
| -## Breaking changes |
319 |
| -
|
320 |
| -* N/A |
321 |
| -
|
322 |
| -## Deprecations |
323 |
| -
|
324 |
| -* N/A |
325 |
| -
|
326 |
| -## Release 0.24.0 |
327 |
| -
|
328 |
| -## Major Features and Improvements |
329 |
| -
|
330 |
| -* Add support for converting prensor to `StructuredTensor`. |
331 |
| -
|
332 |
| -## Bug Fixes and Other Changes |
333 |
| -
|
334 |
| -* Depends on `tensorflow>=2.3.0,<2.4` |
335 |
| -* Depends on `tensorflow-metadata>=0.24,<0.25` |
336 |
| -
|
337 |
| -## Breaking changes |
338 |
| -
|
339 |
| -* N/A |
340 |
| -
|
341 |
| -## Deprecations |
342 |
| -
|
343 |
| -* Deprecated py3.5 support |
344 |
| -
|
345 |
| -## Release 0.23.0 |
346 |
| -
|
347 |
| -### Major Features and Improvements |
348 |
| -
|
349 |
| -* Add promote for substructures. |
350 |
| -* Add support for converting `StructuredTensor` to prensor. |
351 |
| -
|
352 |
| -### Bug Fixes and Other Changes |
353 |
| -
|
354 |
| -* Depends on `tensorflow>=2.3.0,<2.4` |
355 |
| -* Depends on `tensorflow-metadata>=0.23,<0.24` |
356 |
| -
|
357 |
| -### Breaking Changes |
358 |
| -
|
359 |
| -* Drop snappy support for parquet dataset. |
360 |
| -
|
361 |
| -### Deprecations |
362 |
| -
|
363 |
| -* Deprecating Py2 support. |
364 |
| -
|
365 |
| -## Release 0.22.0 |
366 |
| -
|
367 |
| -### Major Features and Improvements |
368 |
| -
|
369 |
| -### Bug Fixes and Other Changes |
370 |
| -
|
371 |
| -* Depends on `tensorflow>=2.2.0,<2.3 |
372 |
| -
|
373 |
| -### Breaking Changes |
374 |
| -
|
375 |
| -### Deprecations |
376 |
| -
|
377 |
| -## Release 0.21.1 |
378 |
| -
|
379 |
| -### Major Features and Improvements |
380 |
| -
|
381 |
| -* Bumped Tensorflow version for statically linked libraries from 1.5 to 2.1. |
382 |
| -
|
383 |
| -### Bug Fixes and Other Changes |
384 |
| -
|
385 |
| -* Added tests for statically linked libraries. |
386 |
| -* Statically linked libraries build now. |
387 |
| -
|
388 |
| -### Breaking Changes |
389 |
| -
|
390 |
| -### Deprecations |
391 |
| -
|
392 |
| -## Release 0.21.0 |
393 |
| -
|
394 |
| -### Major Features and Improvements |
395 |
| -
|
396 |
| -* Parquet dataset that can apply expressions to a parquet schema, allowing for |
397 |
| - reading data from IO to tensors directly. |
398 |
| -
|
399 |
| -### Bug Fixes and Other Changes |
400 |
| -
|
401 |
| -* Now requires tensorflow>=2.1.0,<2.2. |
402 |
| -
|
403 |
| -### Breaking Changes |
404 |
| -
|
405 |
| -### Deprecations |
406 |
| -
|
407 |
| -## Release 0.0.1dev6 |
408 |
| -
|
409 |
| -* Initial release of struct2tensor. |
0 commit comments