Releases: probabl-ai/skore
Releases · probabl-ai/skore
skore/0.11.3
What's Changed
- feat!: Allow passing
scoringas dict toEstimatorReportby @MAVRICK-1 in #2100 - fix: Strip rich HTML to avoid blank output cell by @glemaitre in #2142
- fix: Follow up on
FeatureImportanceCoefficientsDisplayby @divakaivan in #2043 - feat: Add
data_source="all"option toEstimatorReport.metrics.summarizeby @MatthieuLoustaunau in #1907 - chore: Rename
data_sourceoption from"all"to"both"by @auguste-probabl in #2146 - refactor: Refactor confusion matrix by @waridrox in #1759
- chore: Improve test time of
dataaccessor by @auguste-probabl in #2162 - chore: Format by @auguste-probabl in #2167
- feat: Add
data_source="both"to RocCurveDisplay for EstimatorReports by @auguste-probabl in #2163 - feat: Make the cache thread-safe by @thomass-dev in #2158
- feat: Adapt
RocCurveDisplay.frame()fordata_source="both"by @auguste-probabl in #2168 - feat: Add
data_source="both"forEstimatorReport.metrics.precision_recallby @auguste-probabl in #2171 - feat: Add
data_source="both"forEstimatorReport.metrics.prediction_errorby @auguste-probabl in #2172 - feat: Add support for
data_source="both"inComparisonReport.metrics.summaryby @auguste-probabl in #2175 - fix: Add tests and follow-up fixes for ConfusionMatrixDisplay by @GaetandeCast in #2165
- feat: Improve layout using plt.tight_layout by default by @glemaitre in #2182
- feat: Allow to override or update style using by @glemaitre in #2181
- chore: Remove useless code by @MarieSacksick in #2188
Full Changelog: skore/0.11.2...skore/0.11.3
skore-local-project/0.0.5
What's Changed
- feat: Remove
run_idby @thomass-dev in #2065 - chore: Set
pandasfrom transitive to explicit test dependency by @thomass-dev in #2072 - chore: Fix typings by @thomass-dev in #2077
- chore: Turn
pytestwarnings into errors by @thomass-dev in #2084 - fix!: Change default workspace location by @auguste-probabl in #2086
- chore: Remove deprecated
project.reportsnamespace by @thomass-dev in #2137 - chore: Use
mypystrict mode by @thomass-dev in #2139
Full Changelog: skore-local-project/0.0.4...skore-local-project/0.0.5
skore-hub-project/0.0.13
What's Changed
- fix: Make tests independent of the version of
joblibby @thomass-dev in #2117 - chore: Use
mypystrict mode by @thomass-dev in #2041 - chore: Remove deprecated
project.reportsnamespace by @thomass-dev in #2136 - feat: Send a
X-Skore-Clientheader when usingHUBClientby @thomass-dev in #2121 - fix: Fix after #2158 by @thomass-dev in #2170
- test: Make
skrubreproducible by @thomass-dev in #2174 - test: Make
richsilent by @thomass-dev in #2176
Full Changelog: skore-hub-project/0.0.12...skore-hub-project/0.0.13
skore/0.11.2
What's Changed
- fix: Cache all permutations importance by @glemaitre in #2092
- feat(EstimatorReport): Show permutation at different stages of a pipeline by @auguste-probabl in #1988
Full Changelog: skore/0.11.1...skore/0.11.2
skore-hub-project/0.0.12
What's Changed
- fix: Fix splitting strategy name when splitter doe… by @thomass-dev in #2048
- feat: Upload nested reports from the cross-validation report by @thomass-dev in #2053
- feat: Apply
hubrefactoring by @thomass-dev in #2063 - feat: Remove
run_idby @thomass-dev in #2064 - fix: Make
skore-hub-loginmore user-friendly by @auguste-probabl in #2066 - fix: URL encode tenant and project before using it by @thomass-dev in #2067
- chore: Remove unused dependencies by @thomass-dev in #2073
- chore: Remove
pandasfrom transitive dependencies by @thomass-dev in #2074 - feat: Persist
URIused for authentication by @thomass-dev in #2045 - feat: Only push permutations if they are computed by @auguste-probabl and @thomass-dev in #2094
Full Changelog: skore-hub-project/0.0.11...skore-hub-project/0.0.12
Skore 0.11.1
What's Changed
- fix: Don't rely on
_repr_html_to display the summary widget by @FrancoisPgm in #2059 - fix: Convert DataFrame column names to strings by @waridrox in #2034
- docs: Add data accessor to EstimatorReport documentation by @MarieSacksick in #2050
- chore: Update plotly in docs by @MarieSacksick in #2021
- chore: Improve layout of the ModelExplorerWidget by @glemaitre in #2046
Full Changelog: skore/0.11.0...skore/0.11.1
Skore 0.11.0
New features
- feat(project)!: Put/get/summarize
CrossValidationReportby @thomass-dev in #2025
Full Changelog: skore-hub-project/0.0.10...skore/0.11.0
Skore 0.10.3
Improvements and bugfixes
- ci: Run tests serially by @auguste-probabl in #2014
- fix: Show versions of extra "hub" requirements by @thomass-dev in #2015
- feat: Delegate
available_ifto sub-reports by @auguste-probabl in #2000 - fix: Accept column vector in class-imbalance checks by @auguste-probabl in #2012
- fix: Correct behavior when
yis apandas.Serieswithout a name by @auguste-probabl in #2013 - feat!: Make
reports_a dict instead of a list by @auguste-probabl in #1986 - fix: Document plot via explicit implementation by @glemaitre in #2027
- docs: Correct docstring by @auguste-probabl in #2031
New features
- feat: Add the data accessor to CrossValidationReport by @MarieSacksick in #1965
Full Changelog: skore/0.10.2...skore/0.10.3
skore-hub-project/0.0.11
What's Changed
- fix: Use
orjsonto serialize payload, especially for nan by @thomass-dev in #2038
Full Changelog: skore-hub-project/0.0.10...skore-hub-project/0.0.11
skore-hub-project/0.0.10
What's Changed
- feat: Change the behavior of some
CrossValidationReportPayloadproperties by @thomass-dev in #1981 - chore: Add logging by @auguste-probabl in #2030
- feat!: Get
CrossValidationReportby @thomass-dev in #2019 - feat!: Add
CrossValidationReportmetadata tosummarizeby @thomass-dev in #2020 - feat: Add
TableReportmedia toCrossValidationReportby @thomass-dev in #2035
Full Changelog: skore-hub-project/0.0.9...skore-hub-project/0.0.10