AIStream-Peelout / flow-forecast

Deep learning PyTorch library for time series forecasting, classification, and anomaly detection (originally for flood forecasting).
https://flow-forecast.atlassian.net/wiki/spaces/FF/overview
GNU General Public License v3.0
1.97k stars 288 forks source link

Bump shap from 0.42.1 to 0.43.0 #710

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 9 months ago

Bumps shap from 0.42.1 to 0.43.0.

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: https://github.com/shap/shap/compare/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 compatibility score

You can trigger a rebase of this PR 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 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

ghost commented 9 months ago
👇 Click on the image for a new way to code review #### [![Review these changes using an interactive CodeSee Map](https://s3.us-east-2.amazonaws.com/maps.codesee.io/images/github/AIStream-Peelout/flow-forecast/710/05f65d80/a417b5edf18353383a55dd609dec62ba950322c1.svg)](https://app.codesee.io/r/reviews?pr=710&src=https%3A%2F%2Fgithub.com%2FAIStream-Peelout%2Fflow-forecast) #### Legend CodeSee Map legend
isaacmg commented 9 months ago

Something changed in SHAP so it no longer works.

dependabot[bot] commented 7 months ago

Superseded by #722.