Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2025

Bumps sklearn2pmml from 0.121.1 to 0.122.2.

Changelog

Sourced from sklearn2pmml's changelog.

0.122.2

Breaking changes

None.

New features

Minor improvements and fixes

  • Fixed compatibility with Scikit-Learn 1.5.2 and earlier.

The bug was introduced in the 0.122.0 version, in relation to the __sklearn_tags__ attribute capture.

0.122.1

Breaking changes

None.

New features

None.

Minor improvements and fixes

  • Improved interaction between OrdinalEncoder transformer and XGBoost estimators.

XGBoost estimators now check ordinally encoded features, and exclude the last category value if it matches the missing attribute value. Previously, this value was encoded into categorical split elements.

  • Improved support for OneHotEncoder.handle_unknown attribute.

  • Ensured compatibility with Scikit-Learn 1.7.2 and XGBoost 3.0.5.

0.122.0

Breaking changes

  • Changed the default value of the --unpickle command-line option from False to True.

It means that the command-line application is now coupled to library version of the Python environment. This may cause problems if the pickle file references classes from incompatible library versions, or unavailable libraries.

The old behaviour can be restored by specifying the --no-unpickle command-line option:

</tr></table> 

... (truncated)

Commits
  • e212d29 Updated version information
  • 0004a63 Updated JPMML-SkLearn dependency
  • f5cb554 Fixed compatibility with Scikit-Learn 1.5.2 and earlier
  • be22b69 Updated documentation
  • d65e0d0 Updated version information
  • d3af67d Updated GitHub Actions CI configuration
  • da854ec Updated JPMML-SkLearn dependency
  • bcd4539 Updated documentation
  • 561d427 Updated version information
  • 1382769 Updated JPMML-SkLearn dependency
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [sklearn2pmml](https://github.com/jpmml/sklearn2pmml) from 0.121.1 to 0.122.2.
- [Changelog](https://github.com/jpmml/sklearn2pmml/blob/master/NEWS.md)
- [Commits](jpmml/sklearn2pmml@0.121.1...0.122.2)

---
updated-dependencies:
- dependency-name: sklearn2pmml
  dependency-version: 0.122.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Sep 23, 2025
@dependabot dependabot bot requested a review from a team as a code owner September 23, 2025 18:10
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Sep 23, 2025
@jo-elimu jo-elimu merged commit 92085d5 into main Sep 24, 2025
3 checks passed
@jo-elimu jo-elimu deleted the dependabot/pip/pmml/sklearn2pmml-0.122.2 branch September 24, 2025 16:30
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.

2 participants