@@ -106,8 +106,8 @@ cd data-validation
106106```
107107
108108Note that these instructions will install the latest master branch of TensorFlow
109- Data Validation. If you want to install a specific branch (such as a release branch),
110- pass ` -b <branchname> ` to the ` git clone ` command.
109+ Data Validation. If you want to install a specific branch (such as a release
110+ branch), pass ` -b <branchname> ` to the ` git clone ` command.
111111
112112### 3. Build the pip package
113113
@@ -159,25 +159,26 @@ The following table shows the package versions that are
159159compatible with each other. This is determined by our testing framework, but
160160other * untested* combinations may also work.
161161
162- | tensorflow-data-validation | tensorflow | apache-beam[ gcp] | pyarrow |
163- | --------------------------------------------------------------------------------------| ------------------| -----------------| --------|
164- | [ GitHub master] ( https://github.com/tensorflow/data-validation/blob/master/RELEASE.md ) | nightly (1.x/2.x) | 2.22.0 | 0.17.0 |
165- | [ 0.22.2] ( https://github.com/tensorflow/data-validation/blob/v0.22.2/RELEASE.md ) | 1.15 / 2.2 | 2.20.0 | 0.16.0 |
166- | [ 0.22.1] ( https://github.com/tensorflow/data-validation/blob/v0.22.1/RELEASE.md ) | 1.15 / 2.2 | 2.20.0 | 0.16.0 |
167- | [ 0.22.0] ( https://github.com/tensorflow/data-validation/blob/v0.22.0/RELEASE.md ) | 1.15 / 2.2 | 2.20.0 | 0.16.0 |
168- | [ 0.21.5] ( https://github.com/tensorflow/data-validation/blob/v0.21.5/RELEASE.md ) | 1.15 / 2.1 | 2.17.0 | 0.15.0 |
169- | [ 0.21.4] ( https://github.com/tensorflow/data-validation/blob/v0.21.4/RELEASE.md ) | 1.15 / 2.1 | 2.17.0 | 0.15.0 |
170- | [ 0.21.2] ( https://github.com/tensorflow/data-validation/blob/v0.21.2/RELEASE.md ) | 1.15 / 2.1 | 2.17.0 | 0.15.0 |
171- | [ 0.21.1] ( https://github.com/tensorflow/data-validation/blob/v0.21.1/RELEASE.md ) | 1.15 / 2.1 | 2.17.0 | 0.15.0 |
172- | [ 0.21.0] ( https://github.com/tensorflow/data-validation/blob/v0.21.0/RELEASE.md ) | 1.15 / 2.1 | 2.17.0 | 0.15.0 |
173- | [ 0.15.0] ( https://github.com/tensorflow/data-validation/blob/v0.15.0/RELEASE.md ) | 1.15 / 2.0 | 2.16.0 | 0.14.0 |
174- | [ 0.14.1] ( https://github.com/tensorflow/data-validation/blob/v0.14.1/RELEASE.md ) | 1.14 | 2.14.0 | 0.14.0 |
175- | [ 0.14.0] ( https://github.com/tensorflow/data-validation/blob/v0.14.0/RELEASE.md ) | 1.14 | 2.14.0 | 0.14.0 |
176- | [ 0.13.1] ( https://github.com/tensorflow/data-validation/blob/v0.13.1/RELEASE.md ) | 1.13 | 2.11.0 | n/a |
177- | [ 0.13.0] ( https://github.com/tensorflow/data-validation/blob/v0.13.0/RELEASE.md ) | 1.13 | 2.11.0 | n/a |
178- | [ 0.12.0] ( https://github.com/tensorflow/data-validation/blob/v0.12.0/RELEASE.md ) | 1.12 | 2.10.0 | n/a |
179- | [ 0.11.0] ( https://github.com/tensorflow/data-validation/blob/v0.11.0/RELEASE.md ) | 1.11 | 2.8.0 | n/a |
180- | [ 0.9.0] ( https://github.com/tensorflow/data-validation/blob/v0.9.0/RELEASE.md ) | 1.9 | 2.6.0 | n/a |
162+ tensorflow-data-validation | apache-beam[ gcp] | pyarrow | tensorflow | tensorflow-metadata | tensorflow-transform | tfx-bsl
163+ ------------------------------------------------------------------------------------- | ---------------- | ------- | ----------------- | ------------------- | -------------------- | -------
164+ [ GitHub master] ( https://github.com/tensorflow/data-validation/blob/master/RELEASE.md ) | 2.23.0 | 0.17.0 | nightly (1.x/2.x) | 0.23.0 | 0.23.0 | 0.23.0
165+ [ 0.23.0] ( https://github.com/tensorflow/data-validation/blob/v0.23.0/RELEASE.md ) | 2.23.0 | 0.17.0 | 1.15 / 2.3 | 0.23.0 | 0.23.0 | 0.23.0
166+ [ 0.22.2] ( https://github.com/tensorflow/data-validation/blob/v0.22.2/RELEASE.md ) | 2.20.0 | 0.16.0 | 1.15 / 2.2 | 0.22.0 | 0.22.0 | 0.22.1
167+ [ 0.22.1] ( https://github.com/tensorflow/data-validation/blob/v0.22.1/RELEASE.md ) | 2.20.0 | 0.16.0 | 1.15 / 2.2 | 0.22.0 | 0.22.0 | 0.22.1
168+ [ 0.22.0] ( https://github.com/tensorflow/data-validation/blob/v0.22.0/RELEASE.md ) | 2.20.0 | 0.16.0 | 1.15 / 2.2 | 0.22.0 | 0.22.0 | 0.22.0
169+ [ 0.21.5] ( https://github.com/tensorflow/data-validation/blob/v0.21.5/RELEASE.md ) | 2.17.0 | 0.15.0 | 1.15 / 2.1 | 0.21.0 | 0.21.1 | 0.21.3
170+ [ 0.21.4] ( https://github.com/tensorflow/data-validation/blob/v0.21.4/RELEASE.md ) | 2.17.0 | 0.15.0 | 1.15 / 2.1 | 0.21.0 | 0.21.1 | 0.21.3
171+ [ 0.21.2] ( https://github.com/tensorflow/data-validation/blob/v0.21.2/RELEASE.md ) | 2.17.0 | 0.15.0 | 1.15 / 2.1 | 0.21.0 | 0.21.0 | 0.21.0
172+ [ 0.21.1] ( https://github.com/tensorflow/data-validation/blob/v0.21.1/RELEASE.md ) | 2.17.0 | 0.15.0 | 1.15 / 2.1 | 0.21.0 | 0.21.0 | 0.21.0
173+ [ 0.21.0] ( https://github.com/tensorflow/data-validation/blob/v0.21.0/RELEASE.md ) | 2.17.0 | 0.15.0 | 1.15 / 2.1 | 0.21.0 | 0.21.0 | 0.21.0
174+ [ 0.15.0] ( https://github.com/tensorflow/data-validation/blob/v0.15.0/RELEASE.md ) | 2.16.0 | 0.14.0 | 1.15 / 2.0 | 0.15.0 | 0.15.0 | 0.15.0
175+ [ 0.14.1] ( https://github.com/tensorflow/data-validation/blob/v0.14.1/RELEASE.md ) | 2.14.0 | 0.14.0 | 1.14 | 0.14.0 | 0.14.0 | n/a
176+ [ 0.14.0] ( https://github.com/tensorflow/data-validation/blob/v0.14.0/RELEASE.md ) | 2.14.0 | 0.14.0 | 1.14 | 0.14.0 | 0.14.0 | n/a
177+ [ 0.13.1] ( https://github.com/tensorflow/data-validation/blob/v0.13.1/RELEASE.md ) | 2.11.0 | n/a | 1.13 | 0.12.1 | 0.13.0 | n/a
178+ [ 0.13.0] ( https://github.com/tensorflow/data-validation/blob/v0.13.0/RELEASE.md ) | 2.11.0 | n/a | 1.13 | 0.12.1 | 0.13.0 | n/a
179+ [ 0.12.0] ( https://github.com/tensorflow/data-validation/blob/v0.12.0/RELEASE.md ) | 2.10.0 | n/a | 1.12 | 0.12.1 | 0.12.0 | n/a
180+ [ 0.11.0] ( https://github.com/tensorflow/data-validation/blob/v0.11.0/RELEASE.md ) | 2.8.0 | n/a | 1.11 | 0.9.0 | 0.11.0 | n/a
181+ [ 0.9.0] ( https://github.com/tensorflow/data-validation/blob/v0.9.0/RELEASE.md ) | 2.6.0 | n/a | 1.9 | n/a | n/a | n/a
181182
182183## Questions
183184
0 commit comments