Skip to content

Commit f0f579f

Browse files
authored
Merge pull request #16 from dhruvesh09/r0.34.0
Struct2tensor 0.34.0 Release
2 parents 707bb8d + e983eea commit f0f579f

File tree

2 files changed

+1
-299
lines changed

2 files changed

+1
-299
lines changed

RELEASE.md

Lines changed: 0 additions & 298 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
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-
131
# Version 0.34.0
142

153
## Major Features and Improvements
@@ -27,289 +15,3 @@
2715
## Deprecations
2816

2917
* N/A
30-
31-
## Version 0.33.0
32-
33-
## Major Features and Improvements
34-
35-
* N/A
36-
37-
## Bug Fixes and Other Changes
38-
39-
* Added doc with benchmark numbers. Also added the benchmark code and test
40-
data.
41-
* Depends on `tensorflow-metadata>=1.2.0,<1.3.0`.
42-
43-
## Breaking Changes
44-
45-
* N/A
46-
47-
## Deprecations
48-
49-
* N/A
50-
51-
## Version 0.32.0
52-
53-
## Major Features and Improvements
54-
55-
* N/A
56-
57-
## Bug Fixes and Other Changes
58-
59-
* Depends on `protobuf>=3.13,<4`.
60-
* Depends on `tensorflow-metadata>=1.1.0,<1.2.0`.
61-
62-
## Breaking Changes
63-
64-
* N/A
65-
66-
## Deprecations
67-
68-
* N/A
69-
70-
## Version 0.31.0
71-
72-
## Major Features and Improvements
73-
74-
* N/A
75-
76-
## Bug Fixes and Other Changes
77-
78-
* Introduced DecodeProtoSparseV4. It is same as V3 and will replace V3 soon.
79-
* DecodeProtoSparseV3 is now the default (instead of V2).
80-
* Bumped tf version for statically linked libraries to TF 2.5.0.
81-
* Depends on `tensorflow>=2.5.0,<2.6`.
82-
* Depends on `tensorflow-metadata>=1.0.0,<1.1.0`.
83-
84-
## Breaking Changes
85-
86-
* N/A
87-
88-
## Deprecations
89-
90-
* N/A
91-
92-
## Release 0.30.0
93-
94-
## Major Features and Improvements
95-
96-
* N/A
97-
98-
## Bug Fixes and Other Changes
99-
100-
* Deprecate `get_ragged_tensors()` and `get_sparse_tensors()` in prensor_util.
101-
* Expose `get_ragged_tensors()` and `get_sparse_tensors()` as `Prensor`
102-
methods.
103-
* Expose `get_positional_index` as a method of `NodeTensor`.
104-
* Depends on `tensorflow-metadata>=0.30,<0.31`
105-
106-
## Breaking Changes
107-
108-
* N/A
109-
110-
## Deprecations
111-
112-
* N/A
113-
114-
## Release 0.29.0
115-
116-
## Major Features and Improvements
117-
118-
* N/A
119-
120-
## Bug Fixes and Other Changes
121-
122-
* Allow path to concat with string.
123-
* Bumped the mininum bazel version required to build `struct2tensor` to 3.7.2.
124-
* Depends on `tensorflow-metadata>=0.29,<0.30`
125-
126-
## Breaking Changes
127-
128-
* N/A
129-
130-
## Deprecations
131-
132-
* N/A
133-
134-
## Release 0.28.0
135-
136-
## Major Features and Improvements
137-
138-
* N/A
139-
140-
## Bug Fixes and Other Changes
141-
142-
* Depends on `tensorflow-metadata>=0.28,<0.29`
143-
144-
## Breaking Changes
145-
146-
* N/A
147-
148-
## Deprecations
149-
150-
* N/A
151-
152-
## Release 0.27.0
153-
154-
## Major Features and Improvements
155-
156-
* N/A
157-
158-
## Bug Fixes and Other Changes
159-
160-
* Depends on `pyarrow>=1,<3`
161-
* Depends on `tensorflow>=2.4.0,<2.5`
162-
* Depends on `tensorflow-metadata>=0.27,<0.28`
163-
164-
## Breaking changes
165-
166-
* N/A
167-
168-
## Deprecations
169-
170-
* N/A
171-
172-
## Release 0.26.0
173-
174-
## Major Features and Improvements
175-
176-
* Created a docker image that contains a TF model server with struct2tensor
177-
ops linked. This docker image is available at
178-
`gcr.io/tfx-oss-public/s2t_tf_serving` .
179-
* Add support for string_views for intermediate serialized protos. To use, set
180-
the option "use_string_view" in CalculateOptions to true. string_views are
181-
potentially more memory bandwidth efficient depending on the depth and
182-
complexity of the input proto.
183-
184-
## Bug Fixes and Other Changes
185-
186-
* Depends on `tensorflow-metadata>=0.26,<0.27`.
187-
188-
## Breaking changes
189-
190-
* N/A
191-
192-
## Deprecations
193-
194-
* N/A
195-
196-
## Release 0.25.0
197-
198-
## Major Features and Improvements
199-
200-
* From this release Struct2Tensor will also be hosting nightly packages on
201-
https://pypi-nightly.tensorflow.org. To install the nightly package use the
202-
following command:
203-
204-
```
205-
pip install -i https://pypi-nightly.tensorflow.org/simple struct2tensor
206-
```
207-
208-
Note: These nightly packages are unstable and breakages are likely to
209-
happen. The fix could often take a week or more depending on the complexity
210-
involved for the wheels to be available on the PyPI cloud service. You can
211-
always use the stable version of struct2tensor available on PyPI by running
212-
the command `pip install struct2tensor` .
213-
214-
## Bug Fixes and Other Changes
215-
216-
* Update __init__.py to import the API, instead of just the modules.
217-
* Provide an __init__.py for struct2tensor.expression_impl directory. This is
218-
meant for power users.
219-
* Update python notebook to use import style.
220-
* Fix bug in prensor_to_structured_tensor.
221-
* Depends on `tensorflow-metadata>=0.25,<0.26`.
222-
* Depends on `pyarrow>=0.17,<1`.
223-
224-
## Breaking changes
225-
226-
* N/A
227-
228-
## Deprecations
229-
230-
* N/A
231-
232-
## Release 0.24.0
233-
234-
## Major Features and Improvements
235-
236-
* Add support for converting prensor to `StructuredTensor`.
237-
238-
## Bug Fixes and Other Changes
239-
240-
* Depends on `tensorflow>=2.3.0,<2.4`
241-
* Depends on `tensorflow-metadata>=0.24,<0.25`
242-
243-
## Breaking changes
244-
245-
* N/A
246-
247-
## Deprecations
248-
249-
* Deprecated py3.5 support
250-
251-
## Release 0.23.0
252-
253-
### Major Features and Improvements
254-
255-
* Add promote for substructures.
256-
* Add support for converting `StructuredTensor` to prensor.
257-
258-
### Bug Fixes and Other Changes
259-
260-
* Depends on `tensorflow>=2.3.0,<2.4`
261-
* Depends on `tensorflow-metadata>=0.23,<0.24`
262-
263-
### Breaking Changes
264-
265-
* Drop snappy support for parquet dataset.
266-
267-
### Deprecations
268-
269-
* Deprecating Py2 support.
270-
271-
## Release 0.22.0
272-
273-
### Major Features and Improvements
274-
275-
### Bug Fixes and Other Changes
276-
277-
* Depends on `tensorflow>=2.2.0,<2.3
278-
279-
### Breaking Changes
280-
281-
### Deprecations
282-
283-
## Release 0.21.1
284-
285-
### Major Features and Improvements
286-
287-
* Bumped Tensorflow version for statically linked libraries from 1.5 to 2.1.
288-
289-
### Bug Fixes and Other Changes
290-
291-
* Added tests for statically linked libraries.
292-
* Statically linked libraries build now.
293-
294-
### Breaking Changes
295-
296-
### Deprecations
297-
298-
## Release 0.21.0
299-
300-
### Major Features and Improvements
301-
302-
* Parquet dataset that can apply expressions to a parquet schema, allowing for
303-
reading data from IO to tensors directly.
304-
305-
### Bug Fixes and Other Changes
306-
307-
* Now requires tensorflow>=2.1.0,<2.2.
308-
309-
### Breaking Changes
310-
311-
### Deprecations
312-
313-
## Release 0.0.1dev6
314-
315-
* Initial release of struct2tensor.

struct2tensor/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
"""Contains the version string of struct2tensor."""
1616

1717
# Note that setup.py uses this version.
18-
__version__ = '0.35.0.dev'
18+
__version__ = '0.34.0'

0 commit comments

Comments
 (0)