|
1 |
| -# Version 0.24.0 |
| 1 | +# Version 0.24.1 |
2 | 2 |
|
3 | 3 | ## Major Features and Improvements
|
4 | 4 |
|
5 |
| -* Use TFXIO and batched extractors by default in TFMA. |
| 5 | +* N/A |
6 | 6 |
|
7 | 7 | ## Bug fixes and other changes
|
8 | 8 |
|
9 |
| -* Updated the type hint of FilterOutSlices. |
10 |
| -* Fix issue with precision@k and recall@k giving incorrect values when |
11 |
| - negative thresholds are used (i.e. keras defaults). |
12 |
| -* Fix issue with MultiClassConfusionMatrixPlot being overridden by |
13 |
| - MultiClassConfusionMatrix metrics. |
14 |
| -* Made the Fairness Indicators UI thresholds drop down list sorted. |
15 |
| -* Fix the bug that Sort menu is not hidden when there is no model comparison. |
16 |
| -* Depends on `absl-py>=0.9,<0.11`. |
17 |
| -* Depends on `ipython>=7,<8`. |
18 |
| -* Depends on `pandas>=1.0,<2`. |
19 |
| -* Depends on `protobuf>=3.9.2,<4`. |
20 |
| -* Depends on `tensorflow-metadata>=0.24.0,<0.25.0`. |
21 |
| -* Depends on `tfx-bsl>=0.24.0,<0.25.0`. |
| 9 | +* Fix Jupyter lab issue with missing data-base-url. |
22 | 10 |
|
23 | 11 | ## Breaking changes
|
24 | 12 |
|
25 |
| -* Query based metrics evaluations that make use of `MetricsSpecs.query_key` |
26 |
| - are now passed `tfma.Extracts` with leaf values that are of type |
27 |
| - `np.ndarray` containing an additional dimension representing the values |
28 |
| - matched by the query (e.g. if the labels and predictions were previously 1D |
29 |
| - arrays, they will now be 2D arrays where the first dimension's size is equal |
30 |
| - to the number of examples matching the query key). Previously a list of |
31 |
| - `tfma.Extracts` was passed instead. This allows user's to now add custom |
32 |
| - metrics based on `tf.keras.metrics.Metric` as well as `tf.metrics.Metric` |
33 |
| - (any previous customizations based on `tf.metrics.Metric` will need to be |
34 |
| - updated). As part of this change the `tfma.metrics.NDCG`, |
35 |
| - `tfma.metrics.MinValuePosition`, and `tfma.metrics.QueryStatistics` have |
36 |
| - been updated. |
37 |
| -* Renamed `ConfusionMatrixMetric.compute` to `ConfusionMatrixMetric.result` |
38 |
| - for consistency with other APIs. |
| 13 | +* N/A |
39 | 14 |
|
40 | 15 | ## Deprecations
|
41 | 16 |
|
42 |
| -* Deprecating Py3.5 support. |
| 17 | +* N/A |
0 commit comments