Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: shap/shap

Tags

v0.50.0

Toggle v0.50.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
pin gpboost version (#4211)

* pin gpboost error

* update comment for gpboost

v0.49.1

Toggle v0.49.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
cache datasets in build wheels (#4180)

v0.49.0

Toggle v0.49.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix macos tests (#4178)

* fix macos tests

* update workflows

* try fix tests

* add datasets to cache

* try correct downloading of datasets for macos

* fix mypy in test/datasets_to_cache.py

* update pipeline to install correctly

* restore run_tests.yml

* update run_tests for windows

v0.48.0

Toggle v0.48.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
skip test_random_force_plot_mpl_text_rotation_with_data on MacOS and …

…refactor tests (#4109)

v0.47.2

Toggle v0.47.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
CI: update ubuntu version in build source distribution job (#4063)

v0.47.1

Toggle v0.47.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix regression in summary violin plot (#4033)

v0.47.0

Toggle v0.47.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for GELU layer support for PyTorch DeepExplainer. (#4010)

v0.46.0

Toggle v0.46.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
MAINT: Bump GH action versions (#3718)

* Bump GH action versions

* Update to new syntax for multiple artifacts

* Update qemu and cibuildwheel action

v0.45.1

Toggle v0.45.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): bump the js-minor group in /javascript with 5 updates (#…

…3635)

Bumps the js-minor group in /javascript with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.2.0` | `18.3.1` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.2.0` | `18.3.1` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.24.3` | `7.24.5` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.24.3` | `7.24.5` |
| [react-test-renderer](https://github.com/facebook/react/tree/HEAD/packages/react-test-renderer) | `18.2.0` | `18.3.1` |


Updates `react` from 18.2.0 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react)

Updates `react-dom` from 18.2.0 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react-dom)

Updates `@babel/core` from 7.24.3 to 7.24.5
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.5/packages/babel-core)

Updates `@babel/preset-env` from 7.24.3 to 7.24.5
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.5/packages/babel-preset-env)

Updates `react-test-renderer` from 18.2.0 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react-test-renderer)

---
updated-dependencies:
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: js-minor
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: js-minor
- dependency-name: react-test-renderer
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.45.0

Toggle v0.45.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
DOCS: Enable subset of pydocstyle rules, bulk update ruff fixes (#3550)

* D410: missing blank line after section

* D200: docstring should fit on one line

* D202: No blank lines allowed after function docstring

* D413: missing blank line after last section

* D212: Multi-line docstring sohuld start at the first line

* D204: blank line after class docstring

* D412: No blank lines allowed between a section header and its content

* D411: blank line before section

* D208: docstring over-indented

* D300: use triple quotes

* Backslashes

* D209: closing quotes on separate line

* D403: capitalise

* D407: missing dashed underlines

* D409: underlines

* D210: No whitespace allowed surrounding docstring text

* Enable subset of pydocstyle rules

* Include D417 as aspiration

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Minor fixups

* Ignore pydocstyle in tests

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>