Skip to content

Commit 7cdebb0

Browse files
authored
Merge pull request #255 from rtg0795/r1.15.0
Update to use Tensorflow 2.15
2 parents 6e97663 + 65000ed commit 7cdebb0

File tree

5 files changed

+12
-26
lines changed

5 files changed

+12
-26
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,9 @@ other *untested* combinations may also work.
172172

173173
tensorflow-data-validation | apache-beam[gcp] | pyarrow | tensorflow | tensorflow-metadata | tensorflow-transform | tfx-bsl
174174
------------------------------------------------------------------------------------- | ---------------- | ------- | ----------------- | ------------------- | -------------------- | -------
175-
[GitHub master](https://github.com/tensorflow/data-validation/blob/master/RELEASE.md) | 2.47.0 | 10.0.0 | nightly (2.x) | 1.15.0 | n/a | 1.15.0
176-
[1.15.0](https://github.com/tensorflow/data-validation/blob/v1.15.0/RELEASE.md) | 2.47.0 | 10.0.0 | 2.14 | 1.15.0 | n/a | 1.15.0
175+
[GitHub master](https://github.com/tensorflow/data-validation/blob/master/RELEASE.md) | 2.47.0 | 10.0.0 | nightly (2.x) | 1.15.0 | n/a | 1.15.1
176+
[1.15.1](https://github.com/tensorflow/data-validation/blob/v1.15.1/RELEASE.md) | 2.47.0 | 10.0.0 | 2.15 | 1.15.0 | n/a | 1.15.1
177+
[1.15.0](https://github.com/tensorflow/data-validation/blob/v1.15.0/RELEASE.md) | 2.47.0 | 10.0.0 | 2.15 | 1.15.0 | n/a | 1.15.0
177178
[1.14.0](https://github.com/tensorflow/data-validation/blob/v1.14.0/RELEASE.md) | 2.47.0 | 10.0.0 | 2.13 | 1.14.0 | n/a | 1.14.0
178179
[1.13.0](https://github.com/tensorflow/data-validation/blob/v1.13.0/RELEASE.md) | 2.40.0 | 6.0.0 | 2.12 | 1.13.1 | n/a | 1.13.0
179180
[1.12.0](https://github.com/tensorflow/data-validation/blob/v1.12.0/RELEASE.md) | 2.40.0 | 6.0.0 | 2.11 | 1.12.0 | n/a | 1.12.0

RELEASE.md

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,12 @@
1-
# Version 1.15.0
1+
# Version 1.15.1
22

33
## Major Features and Improvements
44

55
* N/A
66

77
## Bug Fixes and Other Changes
88

9-
* When computing cross feature statistics, skip configured crosses that
10-
include features of unsupported types (i.e., are not univalent numeric
11-
features).
12-
* Update the minimum Bazel version required to build TFDV to 6.1.0.
13-
* Modifies get_statistics_html() utility function to return a value indicating
14-
a dataset has no examples.
15-
* Outputs both a standard and a quantiles histogram for level N value list
16-
length statistics.
17-
* Add a `macos_arm64` config setting to the TFDV build file. NOTE: At this
18-
time, any M1 support for TFDV is experimental and untested.
19-
* Bumps the pybind11 version to 2.11.1.
20-
* Depends on `tensorflow~=2.15.0`.
21-
* Depends on `apache-beam[gcp]>=2.53.0,<3` for Python 3.11 and on
22-
`apache-beam[gcp]>=2.47.0,<3` for 3.9 and 3.10.
23-
* Depends on `protobuf>=4.25.2,<5` for Python 3.11 and on `protobuf>3.20.3,<5`
24-
for 3.9 and 3.10.
9+
* Depends on `tensorflow>=2.15,<2.16`.
2510

2611
## Known Issues
2712

@@ -33,6 +18,5 @@
3318

3419
## Deprecations
3520

36-
* Deprecated python 3.8 support.
37-
* Deprecated Windows support.
21+
* N/A
3822

g3doc/install.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,9 @@ other *untested* combinations may also work.
175175

176176
tensorflow-data-validation | apache-beam[gcp] | pyarrow | tensorflow | tensorflow-metadata | tensorflow-transform | tfx-bsl
177177
------------------------------------------------------------------------------------- | ---------------- | ------- | ----------------- | ------------------- | -------------------- | -------
178-
[GitHub master](https://github.com/tensorflow/data-validation/blob/master/RELEASE.md) | 2.47.0 | 10.0.0 | nightly (1.x/2.x) | 1.15.0 | n/a | 1.15.0
179-
[1.15.0](https://github.com/tensorflow/data-validation/blob/v1.15.0/RELEASE.md) | 2.47.0 | 10.0.0 | 2.14 | 1.15.0 | n/a | 1.15.0
178+
[GitHub master](https://github.com/tensorflow/data-validation/blob/master/RELEASE.md) | 2.47.0 | 10.0.0 | nightly (1.x/2.x) | 1.15.0 | n/a | 1.15.1
179+
[1.15.1](https://github.com/tensorflow/data-validation/blob/v1.15.1/RELEASE.md) | 2.47.0 | 10.0.0 | 2.15 | 1.15.0 | n/a | 1.15.1
180+
[1.15.0](https://github.com/tensorflow/data-validation/blob/v1.15.0/RELEASE.md) | 2.47.0 | 10.0.0 | 2.15 | 1.15.0 | n/a | 1.15.0
180181
[1.14.0](https://github.com/tensorflow/data-validation/blob/v1.14.0/RELEASE.md) | 2.47.0 | 10.0.0 | 2.13 | 1.14.0 | n/a | 1.14.0
181182
[1.13.0](https://github.com/tensorflow/data-validation/blob/v1.13.0/RELEASE.md) | 2.40.0 | 6.0.0 | 2.12 | 1.13.1 | n/a | 1.13.0
182183
[1.12.0](https://github.com/tensorflow/data-validation/blob/v1.12.0/RELEASE.md) | 2.40.0 | 6.0.0 | 2.11 | 1.12.0 | n/a | 1.12.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,13 +187,13 @@ def select_constraint(default, nightly=None, git_master=None):
187187
'pyarrow>=10,<11',
188188
'pyfarmhash>=0.2.2,<0.4',
189189
'six>=1.12,<2',
190-
'tensorflow~=2.15',
190+
'tensorflow>=2.15,<2.16',
191191
'tensorflow-metadata' + select_constraint(
192192
default='>=1.15.0,<1.16',
193193
nightly='>=1.16.0.dev',
194194
git_master='@git+https://github.com/tensorflow/metadata@master'),
195195
'tfx-bsl' + select_constraint(
196-
default='>=1.15.0,<1.16',
196+
default='>=1.15.1,<1.16',
197197
nightly='>=1.16.0.dev',
198198
git_master='@git+https://github.com/tensorflow/tfx-bsl@master'),
199199
],

tensorflow_data_validation/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 TFDV."""
1616

1717
# Note that setup.py uses this version.
18-
__version__ = '1.15.0'
18+
__version__ = '1.15.1'

0 commit comments

Comments
 (0)