File tree Expand file tree Collapse file tree 4 files changed +5
-14
lines changed Expand file tree Collapse file tree 4 files changed +5
-14
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ other *untested* combinations may also work.
60
60
tensorflow-transform | tensorflow | apache-beam[ gcp]
61
61
------------------------------------------------------------------------------- | ----------------- | ----------------
62
62
[ GitHub master] ( https://github.com/tensorflow/transform/blob/master/RELEASE.md ) | nightly (1.x/2.x) | 2.17.0
63
- [ 0.21.1 ] ( https://github.com/tensorflow/transform/blob/v0.21.1 /RELEASE.md ) | 1.15 / 2.1 | 2.17.0
63
+ [ 0.21.2 ] ( https://github.com/tensorflow/transform/blob/v0.21.2 /RELEASE.md ) | 1.15 / 2.1 | 2.17.0
64
64
[ 0.21.0] ( https://github.com/tensorflow/transform/blob/v0.21.0/RELEASE.md ) | 1.15 / 2.1 | 2.17.0
65
65
[ 0.15.0] ( https://github.com/tensorflow/transform/blob/v0.15.0/RELEASE.md ) | 1.15 / 2.0 | 2.16.0
66
66
[ 0.14.0] ( https://github.com/tensorflow/transform/blob/v0.14.0/RELEASE.md ) | 1.14 | 2.14.0
Original file line number Diff line number Diff line change 1
1
<!-- mdformat off(mdformat causes unwanted indentation changes) -->
2
2
3
- # Current version (not yet released; still in development)
4
-
5
- ## Major Features and Improvements
6
-
7
- ## Bug Fixes and Other Changes
8
-
9
- ## Breaking changes
10
-
11
- ## Deprecations
12
-
13
- # Release 0.21.1
3
+ # Release 0.21.2
14
4
15
5
## Major Features and Improvements
16
6
* Expanded capability for per-key analyzers to analyze larger sets of keys that
31
21
32
22
## Deprecations
33
23
24
+
34
25
# Release 0.21.0
35
26
36
27
## Major Features and Improvements
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ other *untested* combinations may also work.
57
57
tensorflow-transform | tensorflow | apache-beam[ gcp]
58
58
------------------------------------------------------------------------------- | ----------------- | ----------------
59
59
[ GitHub master] ( https://github.com/tensorflow/transform/blob/master/RELEASE.md ) | nightly (1.x/2.x) | 2.17.0
60
- [ 0.21.1 ] ( https://github.com/tensorflow/transform/blob/v0.21.1 /RELEASE.md ) | 1.15 / 2.1 | 2.17.0
60
+ [ 0.21.2 ] ( https://github.com/tensorflow/transform/blob/v0.21.2 /RELEASE.md ) | 1.15 / 2.1 | 2.17.0
61
61
[ 0.21.0] ( https://github.com/tensorflow/transform/blob/v0.21.0/RELEASE.md ) | 1.15 / 2.1 | 2.17.0
62
62
[ 0.15.0] ( https://github.com/tensorflow/transform/blob/v0.15.0/RELEASE.md ) | 1.15 / 2.0 | 2.16.0
63
63
[ 0.14.0] ( https://github.com/tensorflow/transform/blob/v0.14.0/RELEASE.md ) | 1.14 | 2.14.0
Original file line number Diff line number Diff line change 14
14
"""Contains the version string of TF.Transform."""
15
15
16
16
# Note that setup.py uses this version.
17
- __version__ = '0.22.0dev '
17
+ __version__ = '0.21.2 '
You can’t perform that action at this time.
0 commit comments