Releases: JiaGengChang/myevae
Releases · JiaGengChang/myevae
Release list
Version 0.0.2
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.
