Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2026

Updates the requirements on skl2onnx to permit the latest version.

Release notes

Sourced from skl2onnx's releases.

1.20.0

  • Update CI to scikit-learn==1.8.0 #1219
  • When creating OrdinalExporter, respect infrequent categories attribute #1217
  • Adds sklearn_is_fitted to CastTransformer #1209
  • Fixes missing dimension (number of features) in StackingClassifier #1201
  • Fixes CastTransformer output type #1200
  • Fixes unknown_value=np.nan in OrdinalEncoder #1198
  • Enhance OrdinalEncoder conversion to handle infrequent categories #1195
  • Errors in validating Inputs and Outputs of operators raise dedicated exceptions instead of generic RuntimeError #1205 (onnx/sklearn-onnx#1205)
Changelog

Sourced from skl2onnx's changelog.

1.20.0

  • Update CI to scikit-learn==1.8.0 #1219
  • When creating OrdinalExporter, respect infrequent categories attribute #1217
  • Adds sklearn_is_fitted to CastTransformer #1209
  • Fixes missing dimension (number of features) in StackingClassifier #1201
  • Fixes CastTransformer output type #1200
  • Fixes unknown_value=np.nan in OrdinalEncoder #1198
  • Enhance OrdinalEncoder conversion to handle infrequent categories #1195
  • Errors in validating Inputs and Outputs of operators raise dedicated exceptions instead of generic RuntimeError #1205 (onnx/sklearn-onnx#1205)

1.19.1

  • Fix QDA converter crashing on string labels and incorrect shape calculation #1169
  • Remove import of split_complex_to_pairs #1182
  • Removes dependency on onnxconverter-common #1179
  • Implements converter for QuantileTransformer #1164,
  • Refactors KNNImputer converter with local function to match scikit-learn's implementation, the code was partially automatically generated from an equivalent implementation in pytorch and exported into ONNX #1167, #1165
  • Add support to sklearn TargetEncoder #1137
  • Fixes missing WhiteKernel with return_std=True #1163 #1163
  • Fix empty column selector #1159
  • Fix conversion for XGBClassifier and XGBRegressor #1157
  • Test SelectKBest + StandardScaler pipeline #1156
  • Fix np.NAN into np.nan, #1148

1.18.0

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [skl2onnx](https://github.com/onnx/sklearn-onnx) to permit the latest version.
- [Release notes](https://github.com/onnx/sklearn-onnx/releases)
- [Changelog](https://github.com/onnx/sklearn-onnx/blob/main/CHANGELOGS.md)
- [Commits](onnx/sklearn-onnx@v1.19.1...1.20.0)

---
updated-dependencies:
- dependency-name: skl2onnx
  dependency-version: 1.20.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Feb 1, 2026
@coveralls
Copy link
Collaborator

Pull Request Test Coverage Report for Build 21560787959

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 79.615%

Totals Coverage Status
Change from base Build 20825014301: 0.0%
Covered Lines: 2937
Relevant Lines: 3689

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant