Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump sklearn2pmml from 0.110.0 to 0.112.1.post1 in /pmml #46

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Bumps sklearn2pmml from 0.110.0 to 0.112.1.post1.

Changelog

Sourced from sklearn2pmml's changelog.

0.112.1

Breaking changes

None.

New features

  • Added support for in-place file conversion.

If the estimator parameter to the sklearn2pmml.sklearn2pmml(estimator, pmml_path) utility function is a path-like object (eg. pathlib.Path or string), then the Pytho side of the SkLearn2PMML package shall pass it forward to the Java side (without making any efforts to load or modify anything about it).

This opens the door for the safe conversion of legacy and/or potentially harmful Pickle files.

For example, attempting to convert an unknown origin and composition estimator file to a PMML document:

from sklearn2pmml import sklearn2pmml
sklearn2pmml("/path/to/estimator.pkl", "estimator.pmml")

Minor improvements and fixes

  • Added --version command-line option.

Checking the version of the currently installed command-line application:

sklearn2pmml --version
  • Fixed the version standardization transformation.

0.112.0

Breaking changes

  • Required Python 3.8 or newer.

This requirement stems from underlying package requirements, most notably that of the NumPy package (numpy>=1.24).

Portions of the SkLearn2PMML package are still usable with earlier Python versions. For example, the sklearn2pmml.sklearn2pmml(estimator, pmml_path) utlity function should work with any Python 2.7, 3.4 or newer version.

  • Migrated setup from distutils to setuptools.

  • Migrated unit tests from nose to pytest.

... (truncated)

Commits
  • c0832bc Updated version information
  • 8d02b50 Updated GitHub Actions CI configuration. HT: David Hotham. Fixes #437
  • ae0498f Updated documentation
  • 1d96947 Updated version information
  • a6a3e10 Added support for in-place file conversion
  • 93b72fe Added '--version' command-line option
  • e047f4a Updated JPMML-SkLearn dependency
  • 464faf8 Updated documentation
  • b073f0b Updated version information
  • 1674181 Added 'sklearn2pmml' command-line application
  • 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.110.0 to 0.112.1.post1.
- [Changelog](https://github.com/jpmml/sklearn2pmml/blob/master/NEWS.md)
- [Commits](jpmml/sklearn2pmml@0.110.0...0.112.1.post1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner December 16, 2024 18:22
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 16, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants