File tree Expand file tree Collapse file tree 5 files changed +19
-7
lines changed
Expand file tree Collapse file tree 5 files changed +19
-7
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,8 @@ other *untested* combinations may also work.
9494
9595tensorflow-transform | apache-beam[ gcp] | pyarrow | tensorflow | tensorflow-metadata | tfx-bsl |
9696------------------------------------------------------------------------------- | -----------------| --------|-------------------|---------------------|---------|
97- [ GitHub master] ( https://github.com/tensorflow/transform/blob/master/RELEASE.md ) | 2.47.0 | 10.0.0 | nightly (2.x) | 1.14.0 | 1.14.0 |
97+ [ GitHub master] ( https://github.com/tensorflow/transform/blob/master/RELEASE.md ) | 2.47.0 | 10.0.0 | nightly (2.x) | 1.15.0 | 1.15.0 |
98+ [ 1.15.0] ( https://github.com/tensorflow/transform/blob/v1.15.0/RELEASE.md ) | 2.47.0 | 10.0.0 | 2.14 | 1.15.0 | 1.15.0 |
9899[ 1.14.0] ( https://github.com/tensorflow/transform/blob/v1.14.0/RELEASE.md ) | 2.47.0 | 10.0.0 | 2.13 | 1.14.0 | 1.14.0 |
99100[ 1.13.0] ( https://github.com/tensorflow/transform/blob/v1.13.0/RELEASE.md ) | 2.41.0 | 6.0.0 | 2.12 | 1.13.1 | 1.13.0 |
100101[ 1.12.0] ( https://github.com/tensorflow/transform/blob/v1.12.0/RELEASE.md ) | 2.41.0 | 6.0.0 | 2.11 | 1.12.0 | 1.12.0 |
Original file line number Diff line number Diff line change 44
55## Major Features and Improvements
66
7+ ## Bug Fixes and Other Changes
8+
9+ ## Breaking Changes
10+
11+ ## Deprecations
12+
13+ # Version 1.15.0
14+
15+ ## Major Features and Improvements
16+
717* Added support for sparse labels in AMI vocabulary computation.
818
919## Bug Fixes and Other Changes
Original file line number Diff line number Diff line change @@ -93,7 +93,8 @@ other *untested* combinations may also work.
9393
9494tensorflow-transform | apache-beam[ gcp] | pyarrow | tensorflow | tensorflow-metadata | tfx-bsl
9595------------------------------------------------------------------------------- | ---------------- | ------- | ----------------- | ------------------- | -------
96- [ GitHub master] ( https://github.com/tensorflow/transform/blob/master/RELEASE.md ) | 2.47.0 | 10.0.0 | nightly (2.x) | 1.14.0 | 1.14.0
96+ [ GitHub master] ( https://github.com/tensorflow/transform/blob/master/RELEASE.md ) | 2.47.0 | 10.0.0 | nightly (2.x) | 1.15.0 | 1.15.0
97+ [ 1.15.0] ( https://github.com/tensorflow/transform/blob/v1.15.0/RELEASE.md ) | 2.47.0 | 10.0.0 | 2.14 | 1.15.0 | 1.15.0
9798[ 1.14.0] ( https://github.com/tensorflow/transform/blob/v1.14.0/RELEASE.md ) | 2.47.0 | 10.0.0 | 2.13 | 1.14.0 | 1.14.0
9899[ 1.13.0] ( https://github.com/tensorflow/transform/blob/v1.13.0/RELEASE.md ) | 2.41.0 | 6.0.0 | 2.12 | 1.13.1 | 1.13.0
99100[ 1.12.0] ( https://github.com/tensorflow/transform/blob/v1.12.0/RELEASE.md ) | 2.41.0 | 6.0.0 | 2.11 | 1.12.0 | 1.12.0
Original file line number Diff line number Diff line change @@ -52,12 +52,12 @@ def _make_required_install_packages():
5252 'pydot>=1.2,<2' ,
5353 'tensorflow~=2.15' ,
5454 'tensorflow-metadata' + select_constraint (
55- default = '>=1.14 .0,<1.15 .0' ,
56- nightly = '>=1.15 .0.dev' ,
55+ default = '>=1.15 .0,<1.16 .0' ,
56+ nightly = '>=1.16 .0.dev' ,
5757 git_master = '@git+https://github.com/tensorflow/metadata@master' ),
5858 'tfx-bsl' + select_constraint (
59- default = '>=1.14 .0,<1.15 .0' ,
60- nightly = '>=1.15 .0.dev' ,
59+ default = '>=1.15 .0,<1.16 .0' ,
60+ nightly = '>=1.16 .0.dev' ,
6161 git_master = '@git+https://github.com/tensorflow/tfx-bsl@master' ),
6262 ]
6363
Original file line number Diff line number Diff line change 1414"""Contains the version string of TF.Transform."""
1515
1616# Note that setup.py uses this version.
17- __version__ = '1.15 .0.dev'
17+ __version__ = '1.16 .0.dev'
You can’t perform that action at this time.
0 commit comments