Skip to content

Commit 043afa2

Browse files
authored
Merge pull request #19 from rtg0795/releng_20211129_181754
Update 0.36.0 in version.py and RELEASE.md
2 parents 3f4acc3 + 514ef75 commit 043afa2

File tree

2 files changed

+1
-335
lines changed

2 files changed

+1
-335
lines changed

RELEASE.md

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

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

3018
* N/A
3119

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

0 commit comments

Comments
 (0)