File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,8 @@ other *untested* combinations may also work.
59
59
60
60
tensorflow-transform | tensorflow | apache-beam[ gcp]
61
61
------------------------------------------------------------------------------- | ----------------- | ----------------
62
- [ GitHub master] ( https://github.com/tensorflow/transform/blob/master/RELEASE.md ) | nightly (1.x/2.x) | 2.14.0
62
+ [ GitHub master] ( https://github.com/tensorflow/transform/blob/master/RELEASE.md ) | nightly (1.x/2.x) | 2.16.0
63
+ [ 0.15.0] ( https://github.com/tensorflow/transform/blob/v0.15.0/RELEASE.md ) | 1.15 / 2.0 | 2.16.0
63
64
[ 0.14.0] ( https://github.com/tensorflow/transform/blob/v0.14.0/RELEASE.md ) | 1.14 | 2.14.0
64
65
[ 0.13.0] ( https://github.com/tensorflow/transform/blob/v0.13.0/RELEASE.md ) | 1.13 | 2.11.0
65
66
[ 0.12.0] ( https://github.com/tensorflow/transform/blob/v0.12.0/RELEASE.md ) | 1.12 | 2.10.0
Original file line number Diff line number Diff line change 1
1
<!-- mdformat off(mdformat causes unwanted indentation changes) -->
2
- # Current version (not yet released; still in development)
2
+ # Release 0.15.0
3
3
4
4
## Major Features and Improvements
5
5
* This release introduces initial beta support for TF 2.0. TF 2.0 programs
Original file line number Diff line number Diff line change @@ -56,7 +56,8 @@ other *untested* combinations may also work.
56
56
57
57
tensorflow-transform | tensorflow | apache-beam[ gcp]
58
58
------------------------------------------------------------------------------- | ----------------- | ----------------
59
- [ GitHub master] ( https://github.com/tensorflow/transform/blob/master/RELEASE.md ) | nightly (1.x/2.x) | 2.14.0
59
+ [ GitHub master] ( https://github.com/tensorflow/transform/blob/master/RELEASE.md ) | nightly (1.x/2.x) | 2.16.0
60
+ [ 0.15.0] ( https://github.com/tensorflow/transform/blob/v0.15.0/RELEASE.md ) | 1.15 / 2.0 | 2.16.0
60
61
[ 0.14.0] ( https://github.com/tensorflow/transform/blob/v0.14.0/RELEASE.md ) | 1.14 | 2.14.0
61
62
[ 0.13.0] ( https://github.com/tensorflow/transform/blob/v0.13.0/RELEASE.md ) | 1.13 | 2.11.0
62
63
[ 0.12.0] ( https://github.com/tensorflow/transform/blob/v0.12.0/RELEASE.md ) | 1.12 | 2.10.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.15.0dev '
17
+ __version__ = '0.15.0 '
You can’t perform that action at this time.
0 commit comments