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

Update shap requirement from <0.43.0,>=0.40.0 to >=0.40.0,<0.44.0 #974

Merged
merged 1 commit into from Oct 10, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 10, 2023

Updates the requirements on shap to permit the latest version.

Release notes

Sourced from shap's releases.

v0.43.0

What's Changed

This release contains a number of bug fixes and improvements.

Following the NEP 29 deprecation policy, this release drops support for python 3.7 and will be the last major release to support python 3.8.

Breaking changes

Added

Fixed

There have also been a large number of improvements to the tutorials and examples, by @​connortann, @​znacer, @​arshiaar, @​thatlittleboy, @​dsgibbons, @​owenlamont and @​CloseChoice

New Contributors

Full Changelog: shap/shap@v0.42.1...v0.43.0

Commits
  • 4316c41 DOCS: Apply Ruff and Black to image_examples (#3300)
  • c0bb3c9 Bump version to 0.43.0 (#3296)
  • 3ec6d1d refactor: remove boston dataset as promised (#3316)
  • e57ddf8 refactor: raise error during init if masker is None for PermutationExplainer ...
  • 799079e MAINT: Add release note template (#3297)
  • 5121282 Fix deprecated use of xgboost early_stopping_rounds (#3306)
  • 8f41a7e MAINT: Get tests passing with XGBoost 2.0 in test suite (#3257)
  • 4a15b1c use small bart model (#3309)
  • a8efcc8 DOCS: Fix precommit regex statement, and lint remaining tabular examples (#3298)
  • bc65544 DOCS: refactor census income classification notebook (#3303)
  • Additional commits viewable in compare view

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 [shap](https://github.com/shap/shap) to permit the latest version.
- [Release notes](https://github.com/shap/shap/releases)
- [Changelog](https://github.com/shap/shap/blob/master/docs/release_notes.rst)
- [Commits](shap/shap@v0.40.0...v0.43.0)

---
updated-dependencies:
- dependency-name: shap
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 10, 2023
@codecov
Copy link

codecov bot commented Oct 10, 2023

Codecov Report

Merging #974 (fbc7b5c) into master (7f1c2f3) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #974   +/-   ##
=======================================
  Coverage   85.23%   85.23%           
=======================================
  Files          74       74           
  Lines        8834     8834           
=======================================
  Hits         7530     7530           
  Misses       1304     1304           

@jklaise
Copy link
Member

jklaise commented Oct 10, 2023

Have run the notebooks with a focus on this breaking change: shap/shap#3121

Everything works as expected so I think we're good to go.

@jklaise jklaise merged commit fad9519 into master Oct 10, 2023
16 checks passed
@dependabot dependabot bot deleted the dependabot/pip/shap-gte-0.40.0-and-lt-0.44.0 branch October 10, 2023 10:18
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.

None yet

1 participant