Skip to content

Commit c819d90

Browse files
authored
Update 0.37.0 in version.py and RELEASE.md (#20)
1 parent 6469463 commit c819d90

File tree

2 files changed

+1
-354
lines changed

2 files changed

+1
-354
lines changed

RELEASE.md

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

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

2917
* N/A
3018

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

0 commit comments

Comments
 (0)