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.
54
54
| tensorflow-transform | tensorflow | apache-beam[ gcp] |
55
55
| --------------------------------------------------------------------------------| --------------| ----------------|
56
56
| [ 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 |
57
58
| [ 0.4.0] ( https://github.com/tensorflow/transform/blob/v0.4.0/RELEASE.md ) | 1.4 | 2.2.0 |
58
59
| [ 0.3.1] ( https://github.com/tensorflow/transform/blob/v0.3.1/RELEASE.md ) | 1.3 | 2.1.1 |
59
60
| [ 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
2
2
3
3
## Major Features and Improvements
4
4
* Batching of input instances is now done automatically and dynamically.
Original file line number Diff line number Diff line change 17
17
from setuptools import setup
18
18
19
19
# Tensorflow transform version.
20
- __version__ = '0.5.0dev '
20
+ __version__ = '0.5.0 '
21
21
22
22
23
23
def _make_required_install_packages ():
You can’t perform that action at this time.
0 commit comments