|
3 | 3 | # Current Version(Still in Development) |
4 | 4 |
|
5 | 5 | ## Major Features and Improvements |
| 6 | + |
| 7 | +## Bug Fixes and Other Changes |
| 8 | + |
| 9 | +## Known Issues |
| 10 | + |
| 11 | +## Breaking changes |
| 12 | + |
| 13 | +## Deprecations |
| 14 | + |
| 15 | +# Version 0.26.0 |
| 16 | + |
| 17 | +## Major Features and Improvements |
| 18 | + |
6 | 19 | * Added support for per-feature example weights which allows associating each |
7 | 20 | column its specific weight column. See the `per_feature_weight_override` |
8 | 21 | parameter in `StatsOptions.__init__`. |
9 | 22 |
|
10 | 23 | ## Bug Fixes and Other Changes |
11 | | -* Newly added LifecycleStage.DISABLED is now exempt from validation (similar |
12 | | - to LifecycleStage.DEPRECATED, etc). |
13 | | -* Fixed a bug where TFDV blindly trusts the claim type in the provided schema. |
14 | | - TFDV now computes the stats according to the actual type of the data, and |
15 | | - only when the actual type matches the claim in the schema will it compute |
16 | | - type-specific stats (e.g. categorical ints). |
17 | | -* Added an option to control whether to add default stats generators when |
18 | | - `tfdv.GenerateStatistics()`. |
19 | | -* Started using a new quantiles computation routine that does not depend on |
20 | | - TF. This could potentially increase the performance of TFDV under certain |
21 | | - workloads. |
22 | | -* Extending schema_util to support sematic domains. |
23 | | -* Moving natural_language_stats_generator to |
24 | | - natural_language_domain_inferring_stats_generator. |
25 | | -* Providing vocab_utils to assist in opening / loading vocabulary files. |
26 | | -* A SchemaDiff will be reported upon J-S skew/drift. |
27 | | -* Fixed a bug in FLOAT_TYPE_SMALL_FLOAT anomaly message. |
| 24 | + |
| 25 | +* Newly added LifecycleStage.DISABLED is now exempt from validation (similar |
| 26 | + to LifecycleStage.DEPRECATED, etc). |
| 27 | +* Fixed a bug where TFDV blindly trusts the claim type in the provided schema. |
| 28 | + TFDV now computes the stats according to the actual type of the data, and |
| 29 | + only when the actual type matches the claim in the schema will it compute |
| 30 | + type-specific stats (e.g. categorical ints). |
| 31 | +* Added an option to control whether to add default stats generators when |
| 32 | + `tfdv.GenerateStatistics()`. |
| 33 | +* Started using a new quantiles computation routine that does not depend on |
| 34 | + TF. This could potentially increase the performance of TFDV under certain |
| 35 | + workloads. |
| 36 | +* Extending schema_util to support sematic domains. |
| 37 | +* Moving natural_language_stats_generator to |
| 38 | + natural_language_domain_inferring_stats_generator. |
| 39 | +* Providing vocab_utils to assist in opening / loading vocabulary files. |
| 40 | +* A SchemaDiff will be reported upon J-S skew/drift. |
| 41 | +* Fixed a bug in FLOAT_TYPE_SMALL_FLOAT anomaly message. |
| 42 | +* Depends on `apache-beam[gcp]>=2.25,!=2.26.*,<3`. |
| 43 | +* Depends on `tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,!=2.4.*,<3`. |
| 44 | +* Depends on `tensorflow-metadata>=0.26,<0.27`. |
| 45 | +* Depends on `tensorflow-transform>=0.26,<0.27`. |
| 46 | +* Depends on `tfx-bsl>=0.26,<0.27`. |
| 47 | + |
| 48 | +## Known Issues |
| 49 | + |
| 50 | +* N/A |
28 | 51 |
|
29 | 52 | ## Breaking changes |
30 | 53 |
|
| 54 | +* N/A |
| 55 | + |
31 | 56 | ## Deprecations |
32 | 57 |
|
| 58 | +* N/A |
| 59 | + |
33 | 60 | # Version 0.25.0 |
34 | 61 |
|
35 | 62 | ## Major Features and Improvements |
|
0 commit comments