File tree Expand file tree Collapse file tree 5 files changed +5
-3
lines changed Expand file tree Collapse file tree 5 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -60,6 +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.11.0 |
63
+ | [ 0.13.0] ( https://github.com/tensorflow/transform/blob/v0.13.0/RELEASE.md ) | 1.13 | 2.11.0 |
63
64
| [ 0.12.0] ( https://github.com/tensorflow/transform/blob/v0.12.0/RELEASE.md ) | 1.12 | 2.10.0 |
64
65
| [ 0.11.0] ( https://github.com/tensorflow/transform/blob/v0.11.0/RELEASE.md ) | 1.11 | 2.8.0 |
65
66
| [ 0.9.0] ( https://github.com/tensorflow/transform/blob/v0.9.0/RELEASE.md ) | 1.9 | 2.6.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.13.0
3
3
4
4
## Major Features and Improvements
5
5
* Now ` AnalyzeDataset ` , ` TransformDataset ` and ` AnalyzeAndTransformDataset ` can
Original file line number Diff line number Diff line change @@ -57,6 +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.11.0 |
60
+ | [ 0.13.0] ( https://github.com/tensorflow/transform/blob/v0.13.0/RELEASE.md ) | 1.13 | 2.11.0 |
60
61
| [ 0.12.0] ( https://github.com/tensorflow/transform/blob/v0.12.0/RELEASE.md ) | 1.12 | 2.10.0 |
61
62
| [ 0.11.0] ( https://github.com/tensorflow/transform/blob/v0.11.0/RELEASE.md ) | 1.11 | 2.8.0 |
62
63
| [ 0.9.0] ( https://github.com/tensorflow/transform/blob/v0.9.0/RELEASE.md ) | 1.9 | 2.6.0 |
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def _make_required_install_packages():
34
34
'six>=1.10,<2' ,
35
35
36
36
# TODO(b/124908205): Set tensorflow-metadata>=0.13,<0.14 for TFT 0.13.
37
- 'tensorflow-metadata>=0.12.1,<0.13 ' ,
37
+ 'tensorflow-metadata>=0.12.1,<0.14 ' ,
38
38
39
39
# TODO(b/123240958): Uncomment this once TF can automatically select
40
40
# between CPU and GPU installation.
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.13.0dev '
17
+ __version__ = '0.13.0 '
You can’t perform that action at this time.
0 commit comments