File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ releasing a new version.
5454| tensorflow-transform | tensorflow | apache-beam[ gcp] |
5555| --------------------------------------------------------------------------------| --------------| ----------------|
5656| [ GitHub master] ( https://github.com/tensorflow/transform/blob/master/RELEASE.md ) | nightly (1.x) | 2.3.0 |
57+ | [ 0.5.0] ( https://github.com/tensorflow/transform/blob/v0.5.0/RELEASE.md ) | 1.5 | 2.3.0 |
5758| [ 0.4.0] ( https://github.com/tensorflow/transform/blob/v0.4.0/RELEASE.md ) | 1.4 | 2.2.0 |
5859| [ 0.3.1] ( https://github.com/tensorflow/transform/blob/v0.3.1/RELEASE.md ) | 1.3 | 2.1.1 |
5960| [ 0.3.0] ( https://github.com/tensorflow/transform/blob/v0.3.0/RELEASE.md ) | 1.3 | 2.1.1 |
Original file line number Diff line number Diff line change 1- # Current version (not yet released; still in development)
1+ # Release 0.5.0
22
33## Major Features and Improvements
44* Batching of input instances is now done automatically and dynamically.
Original file line number Diff line number Diff line change 1717from setuptools import setup
1818
1919# Tensorflow transform version.
20- __version__ = '0.5.0dev '
20+ __version__ = '0.5.0 '
2121
2222
2323def _make_required_install_packages ():
You can’t perform that action at this time.
0 commit comments