Skip to content

Commit 5bd1ad1

Browse files
authored
Merge pull request #14 from jay90099/releng_20210727_155201
Update 0.33.0 in version.py and RELEASE.md
2 parents 4b6730a + ac4f313 commit 5bd1ad1

File tree

2 files changed

+2
-279
lines changed

2 files changed

+2
-279
lines changed

RELEASE.md

Lines changed: 1 addition & 278 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,4 @@
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-
13-
## Version 0.33.0
1+
# Version 0.33.0
142

153
## Major Features and Improvements
164

@@ -30,268 +18,3 @@
3018

3119
* N/A
3220

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

0 commit comments

Comments
 (0)