v0.5.8
v0.5.8 (2021-04-29)
Added
- Experimental explainer serialization support using
dill
. See docs for more details.
Fixed
- Handle layers which are not part of
model.layers
forIntegratedGradients
.
Development
- Update type hints to be compatible with
numpy
1.20. - Separate licence build step in CI, only check licences against latest Python version.