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.0 in /pmml #44

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps sklearn2pmml from 0.110.0 to 0.112.0.

Changelog

Sourced from sklearn2pmml's changelog.

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 may be 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.

Testing the (source checkout of-) package:

python -m pytest .

New features

  • Added command-line interface to the sklern2pmml.sklearn2pmml() utility function.

Sample usage:

python -m sklearn2pmml --input pipeline.pkl --output pipeline.pmml

Getting help:

python -m sklearn2pmml --help
  • Added sklearn2pmml command-line application.

Sample usage:

sklearn2pmml -i pipeline.pkl -o pipeline.pmml

Minor improvements and fixes

None.

... (truncated)

Commits
  • b073f0b Updated version information
  • 1674181 Added 'sklearn2pmml' command-line application
  • 127d3a3 Added command-line interface
  • da28898 Improved GitHub Actions CI configuration
  • 6bb237c Updated requirements.txt
  • 8e2e2ce Relaxed Python requirement
  • a3db51c Refactored package classpath
  • ecaff24 Refined the type of string literals
  • 38a4261 Updated requirements.txt
  • 7ab3aef Fixed the build
  • 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.0.
- [Changelog](https://github.com/jpmml/sklearn2pmml/blob/master/NEWS.md)
- [Commits](jpmml/sklearn2pmml@0.110.0...0.112.0)

---
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 9, 2024 19:12
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 9, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 16, 2024

Superseded by #46.

@dependabot dependabot bot closed this Dec 16, 2024
@dependabot dependabot bot deleted the dependabot/pip/pmml/sklearn2pmml-0.112.0 branch December 16, 2024 18:22
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