Skip to content

Commit 961bbfd

Browse files
committed
Align master branch for 1.22.0.dev development after 1.21.0 release
1 parent 536e9b9 commit 961bbfd

6 files changed

Lines changed: 35 additions & 11 deletions

File tree

.github/workflows/conda-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,8 @@ jobs:
136136
- name: Upload to PyPI
137137
uses: pypa/gh-action-pypi-publish@release/v1.9
138138
with:
139+
user: __token__
140+
password: ${{ secrets.PYPI_API_TOKEN }}
139141
packages_dir: wheels/
142+
verify-metadata: true
143+
verbose: true

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# TensorFlow Data Validation
44

5-
[![Python](https://img.shields.io/badge/python%7C3.9%7C3.10%7C3.11-blue)](https://github.com/tensorflow/data-validation)
5+
[![Python](https://img.shields.io/badge/python%7C3.10%7C3.11%7C3.12%7C3.13-blue)](https://github.com/tensorflow/data-validation)
66
[![PyPI](https://badge.fury.io/py/tensorflow-data-validation.svg)](https://badge.fury.io/py/tensorflow-data-validation)
77
[![Documentation](https://img.shields.io/badge/api-reference-blue.svg)](https://www.tensorflow.org/tfx/data_validation/api_docs/python/tfdv)
88

@@ -172,7 +172,8 @@ 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.65.0 | 10.0.1 | nightly (2.x) | 1.17.1 | n/a | 1.17.1
175+
[GitHub master](https://github.com/tensorflow/data-validation/blob/master/RELEASE.md) | 2.65.0 | 14.0.0 | nightly (2.x) | 1.22.0.dev | n/a | 1.22.0.dev
176+
[1.21.0](https://github.com/tensorflow/data-validation/blob/v1.21.0/RELEASE.md) | 2.65.0 | 14.0.0 | 2.21 | 1.21.0 | n/a | 1.21.0
176177
[1.17.0](https://github.com/tensorflow/data-validation/blob/v1.17.0/RELEASE.md) | 2.65.0 | 10.0.1 | 2.17 | 1.17.1 | n/a | 1.17.1
177178
[1.16.1](https://github.com/tensorflow/data-validation/blob/v1.16.1/RELEASE.md) | 2.59.0 | 10.0.1 | 2.16 | 1.16.1 | n/a | 1.16.1
178179
[1.16.0](https://github.com/tensorflow/data-validation/blob/v1.16.0/RELEASE.md) | 2.59.0 | 10.0.1 | 2.16 | 1.16.0 | n/a | 1.16.0

RELEASE.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,41 @@
44

55
## Major Features and Improvements
66

7-
* Upgraded to support TensorFlow 2.21.0.
7+
## Bug Fixes and Other Changes
8+
9+
## Known Issues
10+
11+
## Breaking Changes
12+
13+
## Deprecation
14+
15+
# Version 1.21.0
16+
17+
## Major Features and Improvements
18+
819
* Added support for Python 3.12 and 3.13.
920
* Dropped support for Python 3.9.
1021

1122
## Bug Fixes and Other Changes
1223

13-
* Aligned Protobuf dependency to `>=6.0.0,<7.0.0`.
14-
* Updated PyArrow dependency to `>=14`.
24+
* Depends on Protobuf to `>=6.0.0,<7.0.0`.
25+
* Depends on Tensorflow to `>=2.21,<2.22`.
26+
* Depends on PyArrow `>=14`.
1527
* Fixed C++ test build issues by defining missing `ASSERT_OK` and `EXPECT_OK` macros, replacing `LOG(FATAL)` with `abort()`, and fixing invalid Protobuf includes.
1628
* Fixed Python test failures by updating `assertRaisesRegex` to expect `RuntimeError` wrapping `ValueError` in Beam pipelines.
1729

1830
## Known Issues
1931

32+
* N/A
33+
2034
## Breaking Changes
2135

36+
* N/A
37+
2238
## Deprecation
2339

40+
* N/A
41+
2442
# Version 1.17.0
2543

2644
## Major Features and Improvements

docs/install.md

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

172172
tensorflow-data-validation | apache-beam[gcp] | pyarrow | tensorflow | tensorflow-metadata | tensorflow-transform | tfx-bsl
173173
------------------------------------------------------------------------------------- | ---------------- | ------- | ----------------- | ------------------- | -------------------- | -------
174-
[GitHub master](https://github.com/tensorflow/data-validation/blob/master/RELEASE.md) | 2.65.0 | 10.0.1 | nightly (1.x/2.x) | 1.17.1 | n/a | 1.17.1
174+
[GitHub master](https://github.com/tensorflow/data-validation/blob/master/RELEASE.md) | 2.65.0 | 14.0.0 | nightly (1.x/2.x) | 1.22.0.dev | n/a | 1.22.0.dev
175+
[1.21.0](https://github.com/tensorflow/data-validation/blob/v1.21.0/RELEASE.md) | 2.65.0 | 14.0.0 | 2.21 | 1.21.0 | n/a | 1.21.0
175176
[1.17.0](https://github.com/tensorflow/data-validation/blob/v1.17.0/RELEASE.md) | 2.65.0 | 10.0.1 | 2.17 | 1.17.1 | n/a | 1.17.1
176177
[1.16.1](https://github.com/tensorflow/data-validation/blob/v1.16.1/RELEASE.md) | 2.59.0 | 10.0.1 | 2.16 | 1.16.1 | n/a | 1.16.1
177178
[1.16.0](https://github.com/tensorflow/data-validation/blob/v1.16.0/RELEASE.md) | 2.59.0 | 10.0.1 | 2.16 | 1.16.0 | n/a | 1.16.0

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -236,14 +236,14 @@ def select_constraint(default, nightly=None, git_master=None):
236236
"tensorflow>=2.21,<2.22",
237237
"tensorflow-metadata"
238238
+ select_constraint(
239-
default="@git+https://github.com/tensorflow/metadata@master",
240-
nightly=">=1.18.0.dev",
239+
default=">=1.21.0,<1.22",
240+
nightly=">=1.22.0.dev",
241241
git_master="@git+https://github.com/tensorflow/metadata@master",
242242
),
243243
"tfx-bsl"
244244
+ select_constraint(
245-
default="@git+https://github.com/tensorflow/tfx-bsl@master",
246-
nightly=">=1.18.0.dev",
245+
default=">=1.21.0,<1.22",
246+
nightly=">=1.22.0.dev",
247247
git_master="@git+https://github.com/tensorflow/tfx-bsl@master",
248248
),
249249
],

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.18.0.dev"
18+
__version__ = "1.22.0.dev"

0 commit comments

Comments
 (0)