Skip to content

Releases: JiaGengChang/myevae

Version 0.0.2

Choose a tag to compare

@JiaGengChang JiaGengChang released this 07 May 15:07

Fixed issues

1. SHAP dependency

In v0.0.1, the dependency on a custom fork of SHAP is not installed.

Now installs dependency from an offline fork of SHAP on PyPI (https://pypi.org/project/shap-0.47.3.dev8-offline-fork-for-myevae/0.0.1/).

This bypasses the restriction of PyPI on ignoring "live" git repositories in the list of dependencies.

Changes

1. Requires parallel backend

The parallel backends dask and distributed are required installed by default. It is no longer an optional dependency.

The installation has been simplified from pip install myevae[parallel] to just pip install myevae.

v0.0.1

Choose a tag to compare

@JiaGengChang JiaGengChang released this 07 May 11:53

Known issues and work-arounds

  1. SHAP dependency is missing

Requires manual pip install of my fork of shap/shap:

pip install git+https://github.com/JiaGengChang/shap.git

This is because PyPI does not allow "live" GitHub projects to be automatically installed dependencies.

Release screenshot

Screenshot 2025-05-07 at 7 44 36 PM