Releases: probabl-ai/skore
Releases · probabl-ai/skore
skore-local-project/0.0.4
What's Changed
- fix: Go through storage in insertion order by @thomass-dev in #2011
- feat: Put
CrossValidationReportby @thomass-dev in #2006 - feat: Factorize the project "deletion test" in a decorator by @thomass-dev in #2016
- fix: Clear the report cache instead of deleting it before serialization by @thomass-dev in #2017
- feat!: Add
CrossValidationReportmetadata tosummarizeby @thomass-dev in #2008
Full Changelog: skore-local-project/0.0.3...skore-local-project/0.0.4
skore-hub-project/0.0.9
What's Changed
- fix: Remove adherence to
skorefor type checking by @thomass-dev in #2018 - feat: Update how table report is sent to the hub by @rouk1 in #1999
Full Changelog: skore-hub-project/0.0.8...skore-hub-project/0.0.9
Skore 0.10.2
Breaking changes
- feat: Create a display for feature_importance.coefficients for the different reporters, in #1948
- refactor(skore)!: Rename
split_indextosplit, in #1987
New features
- feat(project summary): Show cross-validation reports in parallel coordinate plot, in #1980
Full Changelog: skore/0.10.1...skore/0.10.2
skore-hub-project/0.0.8
What's Changed
- fix: Ensure project is always created before put/get by @thomass-dev in #1976
- feat: Put
CrossValidationReportby @thomass-dev in #1968, #2009 - fix: Latest version of
skorereturnscoefficientsasDisplayby @thomass-dev in #2010
Full Changelog: skore-hub-project/0.0.7...skore-hub-project/0.0.8
Skore 0.10.1
Breaking changes
- Rename
cv_splittertosplitterin cross-validation, in #1958
Improvements
- Add infrastructure to support different plotting backends for Displays, in #1924
- Save the indices of the splits in
CrossValidationReport, in #1956
Bugfixes
- Do not expose
roc_aucwith estimator not implementingpredict_proba, in #1918 - Fix behavior for clustering in
CrossValidationReport, in #1969 - Fix clustering case for data accessor, in #1973
Full Changelog: skore/0.10.0...skore/0.10.1
skore-hub-project/0.0.7
What's Changed
- feat!: Send pickled report to S3 by @thomass-dev in #1891
- chore: Remove deprecated attribute
estimator_hyper_paramsby @MarieSacksick in #1913 - feat: Send a heavy report in several chunks by @thomass-dev in #1911
- feat: Add a retry strategy to client based on exponential backoff algorithm by @thomass-dev in #1931
Full Changelog: skore-hub-project/0.0.6...skore-hub-project/0.0.7
Skore 0.10.0
skore-local-project/0.0.3
What's Changed
- feat: Remove support of py39 by @thomass-dev in #1827
- fix: Remove adherence to private
skoremodules by @thomass-dev in #1903
Full Changelog: skore-local-project/0.0.2...skore-local-project/0.0.3
skore-hub-project/0.0.6
What's Changed
- feat: Remove support of py39 by @thomass-dev in #1827
- fix: Do not ignore zero metrics by @thomass-dev in #1877
- fix: Remove adherence to private
skoremodules by @thomass-dev in #1903
Full Changelog: skore-hub-project/0.0.5...skore-hub-project/0.0.6
Skore 0.9.2
Improvements
- Allow positional arguments with
as_dict=Trueintrain_test_split, in #1823 - Improve the legend for the different plots, in #1746
- Add a .frame() method to Displays, in #1787
- Transform
Report.metrics.report_metricsinto a Display, in #1788 - Allow
Summary.reportsto return reports inside a comparison report, in #1791
Evolution
- Dropping the support of Python 3.9, in #1827
- Rename metrics.report_metrics to metrics.summarize, in #1813
- Rename the API
project.reports.metadatatoproject.summarize, in #1801
Full Changelog: skore/0.9.1...skore/0.9.2