|
1 | 1 | <!-- mdlint off(HEADERS_TOO_MANY_H1) --> |
2 | 2 |
|
3 | | -# Current Version(Still in Development) |
| 3 | +# Current Version (Still in Development) |
4 | 4 |
|
5 | 5 | ## Major Features and Improvements |
6 | 6 |
|
7 | | -* Performance improvement to BasicStatsGenerator. |
| 7 | +## Bug Fixes and Other Changes |
| 8 | + |
| 9 | +## Known Issues |
| 10 | + |
| 11 | +## Breaking changes |
| 12 | + |
| 13 | +## Deprecations |
| 14 | + |
| 15 | +# Version 0.27.0 |
| 16 | + |
| 17 | +## Major Features and Improvements |
| 18 | + |
| 19 | +* Performance improvement to `BasicStatsGenerator`. |
8 | 20 |
|
9 | 21 | ## Bug Fixes and Other Changes |
10 | 22 |
|
11 | | -* Added a `compact()` and 'setup()` interface to CombinerStatsGenerator, |
12 | | - CombinerFeatureStatsWrapperGenerator, BasicStatsGenerator, |
13 | | - CompositeStatsGenerator, and ConstituentStatsGenerator. |
| 23 | +* Added a `compact()` and `setup()` interface to `CombinerStatsGenerator`, |
| 24 | + `CombinerFeatureStatsWrapperGenerator`, `BasicStatsGenerator`, |
| 25 | + `CompositeStatsGenerator`, and `ConstituentStatsGenerator`. |
14 | 26 | * Stopped depending on `tensorflow-transform`. |
15 | 27 | * Depends on `apache-beam[gcp]>=2.27,<3`. |
16 | 28 | * Depends on `pyarrow>=1,<3`. |
17 | 29 | * Depends on `tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,<3`. |
| 30 | +* Depends on `tensorflow-metadata>=0.27,<0.28`. |
| 31 | +* Depends on `tfx-bsl>=0.27,<0.28`. |
18 | 32 |
|
19 | 33 | ## Known Issues |
20 | 34 |
|
| 35 | +* N/A |
| 36 | + |
21 | 37 | ## Breaking changes |
22 | 38 |
|
| 39 | +* N/A |
| 40 | + |
23 | 41 | ## Deprecations |
24 | 42 |
|
25 | 43 | * `tfdv.DecodeCSV` and `tfdv.DecodeTFExample` are deprecated. Use |
|
0 commit comments