This release contains **breaking changes**! The CrossValidationReporter was removed.
New features
- Add `ComparisonReport` to compare instances of `EstimatorReport`, in https://github.com/probabl-ai/skore/pull/1286
- Add config manager to manage progress bar, in https://github.com/probabl-ai/skore/pull/1334
Improvements
- Remove arrows in the metric names in dataframe to ease its use, in https://github.com/probabl-ai/skore/pull/1329
- Return most native type for metrics in EstimatorReport, in https://github.com/probabl-ai/skore/pull/1283
- Improve the API of EstimatorReport for plots, in https://github.com/probabl-ai/skore/pull/1297 and https://github.com/probabl-ai/skore/pull/1299
- Improve how a project is created and deleted, in https://github.com/probabl-ai/skore/pull/1194 and https://github.com/probabl-ai/skore/pull/1322
Bugfixes
- Fix the residual plot which may be displayed non properly, in https://github.com/probabl-ai/skore/pull/1335
Removed
- Remove CrossValidationReporter, in https://github.com/probabl-ai/skore/pull/1265
---
**Full Changelog**: https://github.com/probabl-ai/skore/compare/0.6.1...0.7.0