:warning: change in feature_importance API.
New feature
* Add `timing` metrics in reports, in https://github.com/probabl-ai/skore/pull/1454 and https://github.com/probabl-ai/skore/pull/1481
Improvement
* **Renamed report.feature_importance.feature_permutation to report.feature_importance.permutation in https://github.com/probabl-ai/skore/pull/1465**
* Change the default of `aggregate` parameter for cross-validation report, in https://github.com/probabl-ai/skore/pull/1440
* Add `get_predictions` method to all reporters, in https://github.com/probabl-ai/skore/pull/1489
* Make error in `__init__` more copy-able, in https://github.com/probabl-ai/skore/pull/1447
* Implement `__repr__` for project objects, in https://github.com/probabl-ai/skore/pull/1448
* Make `EstimatorReport.compute_metric_scores` return metrics in native types, in https://github.com/probabl-ai/skore/pull/1462
* Add optional argument to return dict in train_test_split, in https://github.com/probabl-ai/skore/pull/1460
* Use a more general formulation for the rich repr for report objects, in https://github.com/probabl-ai/skore/pull/1499
* Rename scatter_kwargs and line_kwargs in PredictionErrorDisplay, in https://github.com/probabl-ai/skore/pull/1474
* Improve plots aspect, in https://github.com/probabl-ai/skore/pull/1485
Bugfix
* Do not expose Brier score if estimator does not implement predict_proba in https://github.com/probabl-ai/skore/pull/1471
* Make sure that average != None return a float for metric in https://github.com/probabl-ai/skore/pull/1502
* Check if private metrics are available for an estimator in https://github.com/probabl-ai/skore/pull/1496
* Support joblib < 1.4 by using list container as output in https://github.com/probabl-ai/skore/pull/1492
* Avoid pandas warning by using float('nan') instead of None in https://github.com/probabl-ai/skore/pull/1484
---
**Full Changelog**: https://github.com/probabl-ai/skore/compare/0.8.1...0.8.2