Changelog#
Unreleased#
Release highlights#
Changed#
Added#
Removed#
Fixed#
0.13.1 (2026-03-05)#
Release highlights#
ComparisonReportnow supports permutation importance throughpermutation_importance(). See #2511 by @GaetandeCast.ImpurityDecreaseDisplay.frame()now supports aggregation through anaggregateparameter. See #2539 by @MuditAtrey.
Fixed#
The figure-level legend is no longer cut off when saving the figure produced by
PredictionErrorDisplay.plot(). See #2530 by @MuditAtrey.
0.13.0 (2026-02-26)#
Release highlights#
Help menus accessed through
help()methods now render as interactive HTML in Jupyter notebooks and IPython environments. See #2316 by @glemaitre.
Changed#
Breaking: Reports no longer accept clustering models and only support supervised learning tasks (classification and regression). See #2489 by @GaetandeCast.
Breaking: The
modeparameter is now required when creating aProjectin “hub” mode. See #2401 by @thomass-dev.DataFrame column names in reports now consistently use singular form (e.g., “model” instead of “models”). See #2392 by @Sharkyii.
Exceptions raised during the
CrossValidationReportfitting process are no longer caught by skore. See #2462 by @glemaitre.
Added#
The documentation now includes a short example illustrating local usage of
skore.Project. See #2481 by @glemaitre.The documentation now includes a short example explaining the design philosophy of the skore API. See #2480 by @glemaitre.
The report URL is now printed after uploading to Skore Hub. See #2488 by @rouk1.
Reports now support setting
pos_labelafter initialization, enabling users to change the positive class for binary classification metrics. See #2438 by @glemaitre.CrossValidationReportnow supports permutation feature importance throughpermutation_importance(). See #2370 by @glemaitre.ComparisonReportnow supports mean decrease in impurity (MDI) feature importance throughimpurity_decrease(). See #2387 by @auguste-probabl.ConfusionMatrixDisplaynow supportsthreshold_value="all"to display confusion matrices for all available thresholds. See #2463 by @glemaitre.
Removed#
Fixed#
Tab completion now works correctly for reports in IPython. See #2427 by @jeromedockes.
PredictionErrorDisplaynow supports multioutput regression models. See #2434 by @GaetandeCast.CoefficientsDisplaynow uses separate y-axes for each model when comparing models with different features. See #2403 by @GaetandeCast.Reports no longer crash when
yis provided as a list or tuple. See #2433 by @cakedev0.skore.train_test_split()is now more robust to large inputs. See #2404 by @cakedev0.Data normalization in the data accessor is now more robust when converting various input formats to DataFrames. See #2440 by @cakedev0.
Project names are now limited to 64 characters when interacting with Skore Hub. See #2454 by @auguste-probabl.
An error is now raised earlier and more clearly when a report is pushed to Skore Hub without a
pos_label. See #2436 by @glemaitre.Empty project names are no longer allowed when interacting with Skore Hub. See #2453 by @auguste-probabl.
pandas.Timestampobjects no longer crash uploading a report to Skore Hub. See #2484 by @thomass-dev.