Skip to content

Commit 0cdd574

Browse files
authored
Update RELEASE.md
1 parent f8d40ec commit 0cdd574

File tree

1 file changed

+6
-17
lines changed

1 file changed

+6
-17
lines changed

RELEASE.md

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,14 @@
1-
# Version 0.24.0
1+
# Version 0.24.1
22

33
## Major Features and Improvements
44

5-
* You can now build the TFDV wheel with `python setup.py bdist_wheel`. Note:
6-
* If you want to build a manylinux2010 wheel you'll still need
7-
to use Docker.
8-
* Bazel is still required.
9-
* You can now build manylinux2010 TFDV wheel for Python 3.8.
5+
* N/A
106

117
## Bug Fixes and Other Changes
128

13-
* Support allowlist and denylist features in `tfdv.visualize_statistics`
14-
method.
15-
* Depends on `absl-py>=0.9,<0.11`.
16-
* Depends on `pandas>=1.0,<2`.
17-
* Depends on `protobuf>=3.9.2,<4`.
18-
* Depends on `tensorflow-metadata>=0.24,<0.25`.
19-
* Depends on `tensorflow-transform>=0.24,<0.25`.
20-
* Depends on `tfx-bsl>=0.24,<0.25`.
9+
* Depends on `apache-beam[gcp]>=2.24,<3`.
10+
* Depends on `tensorflow-transform>=0.24.1,<0.25`.
11+
* Depends on `tfx-bsl>=0.24.1,<0.25`.
2112

2213
## Known Issues
2314

@@ -29,6 +20,4 @@
2920

3021
## Deprecations
3122

32-
* Deprecated Py3.5 support.
33-
* Deprecated `sample_count` option in `tfdv.StatsOptions`. Use `sample_rate`
34-
option instead.
23+
* N/A

0 commit comments

Comments
 (0)