File tree Expand file tree Collapse file tree 5 files changed +8
-11
lines changed Expand file tree Collapse file tree 5 files changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ other *untested* combinations may also work.
97
97
tensorflow-transform | apache-beam[ gcp] | pyarrow | tensorflow | tensorflow-metadata | tfx-bsl |
98
98
------------------------------------------------------------------------------- | -----------------| --------|-------------------|---------------------|---------|
99
99
[ GitHub master] ( https://github.com/tensorflow/transform/blob/master/RELEASE.md ) | 2.33.0 | 2.0.0 | nightly (1.x/2.x) | 1.4.0 | 1.4.0 |
100
+ [ 1.4.1] ( https://github.com/tensorflow/transform/blob/v1.4.0/RELEASE.md ) | 2.33.0 | 2.0.0 | 1.15.2 / 2.6 | 1.4.0 | 1.4.0 |
100
101
[ 1.4.0] ( https://github.com/tensorflow/transform/blob/v1.4.0/RELEASE.md ) | 2.33.0 | 2.0.0 | 1.15.2 / 2.6 | 1.4.0 | 1.4.0 |
101
102
[ 1.3.0] ( https://github.com/tensorflow/transform/blob/v1.3.0/RELEASE.md ) | 2.31.0 | 2.0.0 | 1.15.2 / 2.6 | 1.2.0 | 1.3.0 |
102
103
[ 1.2.0] ( https://github.com/tensorflow/transform/blob/v1.2.0/RELEASE.md ) | 2.31.0 | 2.0.0 | 1.15.2 / 2.5 | 1.2.0 | 1.2.0 |
Original file line number Diff line number Diff line change 1
- # Version 1.4.0
1
+ # Version 1.4.1
2
2
3
3
## Major Features and Improvements
4
4
5
- * Added ` tf.RaggedTensor ` support to all analyzers and mappers with
6
- ` reduce_instance_dims=True ` .
5
+ * N/A
7
6
8
7
## Bug Fixes and Other Changes
9
8
10
- * Fix re-loading a transform graph containing pyfuncs exported as a TF1
11
- SavedModel(added using ` tft.apply_pyfunc ` ) in TF2.
12
- * Depends on ` pyarrow>=1,<6 ` .
13
- * Depends on ` tensorflow-metadata>=1.4.0,<1.5.0 ` .
14
- * Depends on ` tfx-bsl>=1.4.0,<1.5.0 ` .
15
- * Depends on ` apache-beam[gcp]>=2.33,<3 ` .
9
+ * Depends on ` future ` package.
16
10
17
11
## Breaking Changes
18
12
19
13
* N/A
20
14
21
15
## Deprecations
22
16
23
- * Deprecated python 3.6 support.
17
+ * N/A
24
18
Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ other *untested* combinations may also work.
96
96
tensorflow-transform | apache-beam[ gcp] | pyarrow | tensorflow | tensorflow-metadata | tfx-bsl
97
97
------------------------------------------------------------------------------- | ---------------- | ------- | ----------------- | ------------------- | -------
98
98
[ GitHub master] ( https://github.com/tensorflow/transform/blob/master/RELEASE.md ) | 2.33.0 | 2.0.0 | nightly (1.x/2.x) | 1.4.0 | 1.4.0
99
+ [ 1.4.1] ( https://github.com/tensorflow/transform/blob/v1.4.1/RELEASE.md ) | 2.33.0 | 2.0.0 | 1.15.2 / 2.6 | 1.4.0 | 1.4.0
99
100
[ 1.4.0] ( https://github.com/tensorflow/transform/blob/v1.4.0/RELEASE.md ) | 2.33.0 | 2.0.0 | 1.15.2 / 2.6 | 1.4.0 | 1.4.0
100
101
[ 1.3.0] ( https://github.com/tensorflow/transform/blob/v1.3.0/RELEASE.md ) | 2.31.0 | 2.0.0 | 1.15.2 / 2.6 | 1.2.0 | 1.3.0
101
102
[ 1.2.0] ( https://github.com/tensorflow/transform/blob/v1.2.0/RELEASE.md ) | 2.31.0 | 2.0.0 | 1.15.2 / 2.5 | 1.2.0 | 1.2.0
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ def _make_required_install_packages():
44
44
return [
45
45
'absl-py>=0.9,<0.13' ,
46
46
'apache-beam[gcp]>=2.33,<3' ,
47
+ 'future' ,
47
48
'numpy>=1.16,<1.20' ,
48
49
'protobuf>=3.13,<4' ,
49
50
'pyarrow>=1,<6' ,
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__ = '1.4.0 '
17
+ __version__ = '1.4.1 '
You can’t perform that action at this time.
0 commit comments