Commit 04c4866
authored
Upgrade TFDV to TF 2.21.0 and Added Python 3.12/3.13 support (#278)
* Upgrade Struct2Tensor to TF 2.21.0 and Python 3.12/3.13
* Fix pre-commit failures (whitespace and formatting)
* Fix Bazel version mismatch in setup.py
* Fix pre-commit and add missing dummy compatibility proxy
* Relax NumPy dependency in pyproject.toml
* Relax NumPy constraint and remove hardcoded Bazel version in conda-build.yml
* Fix macOS build by making sed portable in WORKSPACE
* Fix macOS linking failure by adding dynamic_lookup to linkopts
* Add test steps to conda-build.yml
* Move wheel upload after tests in conda-build.yml
* Use python -m pytest in conda-build.yml
* Rename local source dir during tests in conda-build.yml
* Pre-install pandas without isolation in conda-build.yml
* Use --no-build-isolation for pandas in conda-build.yml
* Install Cython before pandas in conda-build.yml
* Use Cython<3 for pandas in conda-build.yml
* Install setuptools<70 in conda-build.yml
* Relax pandas constraint to <3 and simplify CI install
* Force protobuf 6.31.1 and use --no-deps for TFDV install
* Install all TFDV dependencies manually in CI to fix collection errors
* Relax tfx-bsl and tensorflow-metadata constraints in CI
* Add dill dependency to CI
* Add scipy and scikit-learn dependencies to CI
* Copy testdata to installed package in CI
* Fix order of testdata copy in CI
* Force install TF 2.21 and use --no-deps for tfx-bsl in CI
* Consolidate PyPI upload to conda-build.yml and remove redundant workflows
* Repoint transitive external repos to unified master targets stably
* Cure target remote distribution deployment evaluation missing structural setups gracefully against intel structures
* Install exact tfx-bsl missing external binaries inline bypassing PyPI via Git Master
* Resting master execution arrays accurately up onto custom native macOS Apple latest pools safely
* Forbid invasive internal bazel 9 bleeding edge runner traps across standard PIP assemblies
* Bind continuous integration internal wheel runtimes forcefully directly upon literal tfx-bsl exact active prerelease 5.29.0rc2 headers strictly
* Repulse hyper vigilant gencode validation blocks across standard continuous integration execution matrices forwards1 parent 84f85e1 commit 04c4866
27 files changed
Lines changed: 230 additions & 161 deletions
File tree
- .github/workflows
- tensorflow_data_validation
- anomalies
- skew
- statistics/generators
- tools
- third_party/dummy_compatibility_proxy
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | 52 | | |
54 | 53 | | |
55 | 54 | | |
| |||
64 | 63 | | |
65 | 64 | | |
66 | 65 | | |
67 | | - | |
| 66 | + | |
68 | 67 | | |
69 | 68 | | |
70 | 69 | | |
71 | 70 | | |
72 | 71 | | |
73 | 72 | | |
74 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
75 | 109 | | |
76 | 110 | | |
77 | 111 | | |
78 | 112 | | |
79 | 113 | | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
7 | 11 | | |
8 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
9 | 18 | | |
10 | 19 | | |
11 | 20 | | |
| |||
0 commit comments