Skip to content

Commit a2d6272

Browse files
authored
Merge pull request #21 from rtg0795/releng_20220301_140722
Update 0.38.0 in version.py and RELEASE.md
2 parents fb72bf3 + 6e25343 commit a2d6272

File tree

2 files changed

+1
-372
lines changed

2 files changed

+1
-372
lines changed

RELEASE.md

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

153
## Major Features and Improvements
@@ -29,362 +17,3 @@
2917

3018
* N/A
3119

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

0 commit comments

Comments
 (0)