|
1 |
| -# Version 1.5.0 |
| 1 | +# Version 1.5.1 |
2 | 2 |
|
3 | 3 | ## Major Features and Improvements
|
4 | 4 |
|
5 |
| -* Added support for partial pipeline run. Users can now run a subset of nodes |
6 |
| - in a pipeline while reusing artifacts generated in previous pipeline runs. |
7 |
| - This is supported in LocalDagRunner and BeamDagRunner, and is exposed via |
8 |
| - the TfxRunner API. |
| 5 | +* N/A |
9 | 6 |
|
10 | 7 | ## Breaking Changes
|
11 | 8 |
|
|
24 | 21 | * N/A
|
25 | 22 |
|
26 | 23 | ## Bug Fixes and Other Changes
|
27 |
| -* Increased docker timeout to 5 minutes for image building in CLI. |
28 |
| -* Fixed KeyError when multiple Examples artifacts were used in Transform |
29 |
| - without materialization. |
30 |
| -* Fixed error where Vertex Endpoints of the same name is not deduped |
31 |
| -* Depends on `apache-beam[gcp]>=2.34,<3`. |
32 |
| -* Depends on `tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,<2.8`. |
33 |
| -* Depends on `tensorflow-serving-api>=1.15,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,<3`. |
34 |
| -* Depends on `ml-metadata>=1.5.0,<1.6.0`. |
35 |
| -* Depends on `struct2tensor>=0.36.0,<0.37.0`. |
36 |
| -* Depends on `tensorflow-data-validation>=1.5.0,<1.6.0`. |
37 |
| -* Depends on `tensorflow-model-analysis>=0.36.0,<0.37.0`. |
38 |
| -* Depends on `tensorflow-transform>=1.5.0,<1.6.0`. |
39 |
| -* Depends on `tfx-bsl>=1.5.0,<1.6.0`. |
| 24 | + |
| 25 | +* Uses apache-beam==2.38 in the tfx container image. |
40 | 26 |
|
41 | 27 | ## Documentation Updates
|
42 | 28 |
|
|
0 commit comments