Skip to content

Commit dd7a252

Browse files
committed
Struct2Tensor 0.48.0 Release
PiperOrigin-RevId: 743712449
1 parent a54113f commit dd7a252

File tree

5 files changed

+42
-23
lines changed

5 files changed

+42
-23
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![PyPI](https://badge.fury.io/py/struct2tensor.svg)](https://badge.fury.io/py/struct2tensor)
55

66
<!--*
7-
freshness: { owner: 'iindyk' reviewed: '2024-04-22' }
7+
freshness: { owner: 'iindyk' reviewed: '2025-04-02' }
88
*-->
99

1010
## Introduction
@@ -115,6 +115,7 @@ is an integer.
115115

116116
struct2tensor | tensorflow
117117
---------------------------------------------------------------------- | ----------
118+
[0.48.0](https://github.com/google/struct2tensor/releases/tag/v0.48.0) | 2.17.0
118119
[0.47.0](https://github.com/google/struct2tensor/releases/tag/v0.47.0) | 2.16.2
119120
[0.46.0](https://github.com/google/struct2tensor/releases/tag/v0.46.0) | 2.15.0
120121
[0.45.0](https://github.com/google/struct2tensor/releases/tag/v0.45.0) | 2.13.0

RELEASE.md

Lines changed: 34 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,36 @@
11
# `struct2tensor` release notes
22

3-
# Current Version (not yet released; still in development)
3+
## Current Version (not yet released; still in development)
44

55
## Major Features and Improvements
66

77
## Bug Fixes and Other Changes
88

9-
* Depends on `protobuf>=4.25.2,<6.0.0` for Python 3.11 and on `protobuf>=4.21.6,<4.22` for 3.9 and 3.10.
9+
## Breaking Changes
10+
11+
## Deprecations
12+
13+
## Version 0.48.0
14+
15+
## Major Features and Improvements
16+
17+
* N/A
18+
19+
## Bug Fixes and Other Changes
20+
21+
* Depends on `protobuf>=4.25.2,<6.0.0` for Python 3.11 and on `protobuf>=4.21.6,<6.0.0` for 3.9 and 3.10.
22+
* Depends on `tensorflow 2.17.1`.
23+
* macOS wheel publishing is temporarily paused due to missing ARM64 support.
1024

1125
## Breaking Changes
1226

27+
* N/A
28+
1329
## Deprecations
1430

15-
# Version 0.47.0
31+
* N/A
32+
33+
## Version 0.47.0
1634

1735
## Major Features and Improvements
1836

@@ -32,7 +50,7 @@
3250

3351
* N/A
3452

35-
# Version 0.46.0
53+
## Version 0.46.0
3654

3755
## Major Features and Improvements
3856

@@ -55,7 +73,7 @@
5573

5674
* Deprecated python 3.8 support.
5775

58-
# Version 0.45.0
76+
## Version 0.45.0
5977

6078
## Major Features and Improvements
6179

@@ -75,7 +93,7 @@
7593

7694
* N/A
7795

78-
# Version 0.44.0
96+
## Version 0.44.0
7997

8098
## Major Features and Improvements
8199

@@ -95,7 +113,7 @@
95113

96114
* Deprecated python 3.7 support.
97115

98-
# Version 0.43.0
116+
## Version 0.43.0
99117

100118
## Major Features and Improvements
101119

@@ -113,7 +131,7 @@
113131

114132
* N/A
115133

116-
# Version 0.42.0
134+
## Version 0.42.0
117135

118136
## Major Features and Improvements
119137

@@ -132,7 +150,7 @@
132150

133151
* N/A
134152

135-
# Version 0.41.0
153+
## Version 0.41.0
136154

137155
## Major Features and Improvements
138156

@@ -151,7 +169,7 @@
151169

152170
* N/A
153171

154-
# Version 0.40.0
172+
## Version 0.40.0
155173

156174
## Major Features and Improvements
157175

@@ -172,7 +190,7 @@
172190

173191
* N/A
174192

175-
# Version 0.39.0
193+
## Version 0.39.0
176194

177195
## Major Features and Improvements
178196

@@ -190,7 +208,7 @@
190208

191209
* N/A
192210

193-
# Version 0.38.0
211+
## Version 0.38.0
194212

195213
## Major Features and Improvements
196214

@@ -210,7 +228,7 @@
210228

211229
* N/A
212230

213-
# Version 0.37.0
231+
## Version 0.37.0
214232

215233
## Major Features and Improvements
216234

@@ -228,7 +246,7 @@
228246

229247
* N/A
230248

231-
# Version 0.36.0
249+
## Version 0.36.0
232250

233251
## Major Features and Improvements
234252

@@ -247,7 +265,7 @@
247265

248266
* N/A
249267

250-
# Version 0.35.0
268+
## Version 0.35.0
251269

252270
## Major Features and Improvements
253271

@@ -265,7 +283,7 @@
265283

266284
* Deprecated python 3.6 support.
267285

268-
# Version 0.34.0
286+
## Version 0.34.0
269287

270288
## Major Features and Improvements
271289

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ def select_constraint(default, nightly=None, git_master=None):
8080
# with numpy>=1.24.
8181
'numpy>=1.22',
8282
'protobuf>=4.25.2,<6.0.0;python_version>="3.11"',
83-
'protobuf>=4.21.6,<4.22;python_version<"3.11"',
83+
'protobuf>=4.21.6,<6.0.0;python_version<"3.11"',
8484
'tensorflow>=2.17,<2.18',
8585
'tensorflow-metadata'
8686
+ select_constraint(
87-
default='>=1.16.1,<1.17.0',
88-
nightly='>=1.17.0.dev',
87+
default='>=1.17.0,<1.18.0',
88+
nightly='>=1.18.0.dev',
8989
git_master='@git+https://github.com/tensorflow/metadata@master',
9090
),
9191
'pyarrow>=10,<11',

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.48.0.dev'
18+
__version__ = '0.49.0.dev'

struct2tensor/workspace.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ def struct2tensor_workspace():
6363
urls = ["https://github.com/apache/arrow/archive/%s.zip" % ARROW_COMMIT],
6464
)
6565

66-
_TFMD_COMMIT_HASH = "9d0fc933a0120ad1c99fc6ec6491a4503964821a" # 1.16.1
66+
_TFMD_COMMIT_HASH = "e0f569f3b1039b6a51e9156bf323f677a026e537" # 1.17.0
6767
http_archive(
6868
name = "com_github_tensorflow_metadata",
69-
sha256 = "283fa4930925b94ef8942133932cc405dde2b70f4594f435add086c0ff5be3e2",
69+
sha256 = "24e498b5030062e7836eabf2fde93664e27054a162df5f43a7934a22bda24153",
7070
strip_prefix = "metadata-%s" % _TFMD_COMMIT_HASH,
7171
urls = [
7272
"https://github.com/tensorflow/metadata/archive/%s.tar.gz" % _TFMD_COMMIT_HASH,

0 commit comments

Comments
 (0)