Skip to content

Commit caba1a7

Browse files
authored
Update 0.35.0 in version.py and RELEASE.md (#18)
1 parent 0d96a8e commit caba1a7

File tree

2 files changed

+1
-317
lines changed

2 files changed

+1
-317
lines changed

RELEASE.md

Lines changed: 0 additions & 316 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.35.0
142

153
## Major Features and Improvements
@@ -28,307 +16,3 @@
2816

2917
* Deprecated python 3.6 support.
3018

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

0 commit comments

Comments
 (0)