|
1 | 1 | <!-- mdformat off(mdformat causes unwanted indentation changes) -->
|
2 |
| -# Current version (not yet released; still in development) |
| 2 | +# Release 0.14.0 |
3 | 3 |
|
4 | 4 | ## Major Features and Improvements
|
5 | 5 | * New `tft.word_count` mapper to identify the number of tokens for each row
|
|
49 | 49 | * At test utility `tft_unit.cross_named_parameters` for creating parameterized
|
50 | 50 | tests that involve the cartesian product of various parameters.
|
51 | 51 | * Depends on `tensorflow-metadata>=0.14,<0.15`.
|
52 |
| -* Depends on `apache-beam[gcp]>=2.13,<3`. |
| 52 | +* Depends on `apache-beam[gcp]>=2.14,<3`. |
53 | 53 | * Depends on `numpy>=1.16,<2`.
|
54 | 54 | * Depends on `absl-py>=0.7,<2`.
|
55 | 55 | * Allow `preprocessing_fn` to emit a `tf.RaggedTensor`. In this case, the
|
56 | 56 | output `Schema` proto will not be able to be converted to a feature spec,
|
57 | 57 | and so the output data will not be able to be materialized with `tft.coders`.
|
58 | 58 | * Ability to directly set exact `num_buckets` with new parameter
|
59 |
| - `always_return_num_quantiles` for `analyzers.quantiles` and |
| 59 | + `always_return_num_quantiles` for `analyzers.quantiles` and |
60 | 60 | `mappers.bucketize`, defaulting to False in general but True when
|
61 |
| - `reduce_instance_dims` is False |
| 61 | + `reduce_instance_dims` is False. |
62 | 62 |
|
63 | 63 | ## Breaking changes
|
64 | 64 | * `tf_utils.reduce_batch_count_mean_and_var`, which feeds into
|
|
73 | 73 | * Only explicitly public analyzers are exported to the `tft` module, e.g.
|
74 | 74 | combiners are no longer exported and have to be accessed directly through
|
75 | 75 | `tft.analyzers`.
|
| 76 | +* Requires pre-installed TensorFlow >=1.14,<2. |
76 | 77 |
|
77 | 78 | ## Deprecations
|
78 | 79 | * `DatasetSchema` is now a deprecated factory method (see above).
|
|
0 commit comments