Skip to content

Commit b54878c

Browse files
committed
TFDV 1.13.0 Release
PiperOrigin-RevId: 524316194
1 parent cb3b5fe commit b54878c

File tree

5 files changed

+25
-7
lines changed

5 files changed

+25
-7
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,8 @@ other *untested* combinations may also work.
173173

174174
tensorflow-data-validation | apache-beam[gcp] | pyarrow | tensorflow | tensorflow-metadata | tensorflow-transform | tfx-bsl
175175
------------------------------------------------------------------------------------- | ---------------- | ------- | ----------------- | ------------------- | -------------------- | -------
176-
[GitHub master](https://github.com/tensorflow/data-validation/blob/master/RELEASE.md) | 2.40.0 | 6.0.0 | nightly (2.x) | 1.12.0 | n/a | 1.12.0
176+
[GitHub master](https://github.com/tensorflow/data-validation/blob/master/RELEASE.md) | 2.40.0 | 6.0.0 | nightly (2.x) | 1.13.1 | n/a | 1.13.0
177+
[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
177178
[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
178179
[1.11.0](https://github.com/tensorflow/data-validation/blob/v1.11.0/RELEASE.md) | 2.40.0 | 6.0.0 | 1.15 / 2.10 | 1.11.0 | n/a | 1.11.0
179180
[1.10.0](https://github.com/tensorflow/data-validation/blob/v1.10.0/RELEASE.md) | 2.40.0 | 6.0.0 | 1.15 / 2.9 | 1.10.0 | n/a | 1.10.1

RELEASE.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

55
## Major Features and Improvements
66

7+
## Bug Fixes and Other Changes
8+
9+
## Known Issues
10+
11+
## Breaking Changes
12+
13+
## Deprecations
14+
15+
# Version 1.13.0
16+
17+
## Major Features and Improvements
18+
719
* Introduces a Schema option `HistogramSelection` to allow numeric drift/skew
820
calculations to use QUANTILES histograms, which are more robust to outliers.
921

@@ -15,9 +27,13 @@
1527
* Depends on `pyfarmhash>=0.2.2,<0.4`.
1628
* Depends on `tensorflow>=2.12.0,<2.13`.
1729
* Depends on `protobuf>=3.20.3,<5`.
30+
* Depends on `tfx-bsl>=1.13.0,<1.14.0`.
31+
* Depends on `tensorflow-metadata>=1.13.1,<1.14.0`.
1832

1933
## Known Issues
2034

35+
* N/A
36+
2137
## Breaking Changes
2238

2339
* Jensen-Shannon divergence now treats NaN values as always contributing to

g3doc/install.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,8 @@ other *untested* combinations may also work.
176176

177177
tensorflow-data-validation | apache-beam[gcp] | pyarrow | tensorflow | tensorflow-metadata | tensorflow-transform | tfx-bsl
178178
------------------------------------------------------------------------------------- | ---------------- | ------- | ----------------- | ------------------- | -------------------- | -------
179-
[GitHub master](https://github.com/tensorflow/data-validation/blob/master/RELEASE.md) | 2.40.0 | 6.0.0 | nightly (1.x/2.x) | 1.12.0 | n/a | 1.12.0
179+
[GitHub master](https://github.com/tensorflow/data-validation/blob/master/RELEASE.md) | 2.40.0 | 6.0.0 | nightly (1.x/2.x) | 1.13.1 | n/a | 1.13.0
180+
[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
180181
[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
181182
[1.11.0](https://github.com/tensorflow/data-validation/blob/v1.11.0/RELEASE.md) | 2.40.0 | 6.0.0 | 1.15 / 2.10 | 1.11.0 | n/a | 1.11.0
182183
[1.10.0](https://github.com/tensorflow/data-validation/blob/v1.10.0/RELEASE.md) | 2.40.0 | 6.0.0 | 1.15 / 2.9 | 1.10.0 | n/a | 1.10.1

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,12 +189,12 @@ def select_constraint(default, nightly=None, git_master=None):
189189
'six>=1.12,<2',
190190
'tensorflow>=2.12,<3',
191191
'tensorflow-metadata' + select_constraint(
192-
default='>=1.12.0,<1.13',
193-
nightly='>=1.13.0.dev',
192+
default='>=1.13.1,<1.14',
193+
nightly='>=1.14.0.dev',
194194
git_master='@git+https://github.com/tensorflow/metadata@master'),
195195
'tfx-bsl' + select_constraint(
196-
default='>=1.12.0,<1.13',
197-
nightly='>=1.13.0.dev',
196+
default='>=1.13.0,<1.14',
197+
nightly='>=1.14.0.dev',
198198
git_master='@git+https://github.com/tensorflow/tfx-bsl@master'),
199199
],
200200
extras_require={

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.13.0.dev'
18+
__version__ = '1.14.0.dev'

0 commit comments

Comments
 (0)