v0.5.1
v0.5.1 (2020-07-10)
This is a bug fix release.
Fixed
- Fix an issue with
AnchorText
not working on text instances with commas due to not checking for empty synonym lists - Enable correct behaviour of
AnchorText
withspacy>=2.3.0
, this now requires installingspacy[lookups]
as an additional dependency which contains model probability tables - Update the
expected_value
attribute ofTreeSHAP
which is internally updated after a call toexplain
- Fix some links in Integrated Gradients examples
- Coverage after running tests on Travis is now correctly reported as the reports are merged for different
pytest
runs - Old
Keras
tests now requireKeras<2.4.0
as the new release requirestensorflow>=2.2
- Bump
typing_extensions>=3.7.2
which includes the typeLiteral