v0.9.2
v0.9.2 (2023-04-28)
This is a patch release fixing several bugs, updating dependencies and adding some small extensions.
Added
- Allow
IntegratedGradients
layer selection to be specified with a custom callable (#894). - Implement
reset_predictor
method forPartialDependence
explainer (#897). - Extend
GradientSimilarity
explainer to allow models of any input type (#912).
Fixed
AnchorText
auto-regressive language model sampler updatinginput_ids
tensor (#895).AnchorTabular
length discrepancy betweenfeature
andnames
fields (#902).AnchorBaseBeam
unintended coverage update during the multi-armed bandit run (#919, #914).
Changed
- Maximum supported version of
tensorflow
bumped to2.12.x
(#896). - Supported version of
pandas
bumped to>1.0.0, <3.0.0
(#899). - Update notebooks to account for
pandas
version2.x
deprecations (#908, #910). - Maximum supported version of
scikit-image
bumped to0.20.x
(#882). - Maximum supported version of
attrs
bumped to23.x
(#905).
Development
- Migrate
codecov
to use Github Actions and don't fail CI on coverage report upload failure due to rate limiting (#901, #913). - Bumpy
mypy
version to>=1.0, <2.0
(#886). - Bump
sphinx
version to6.x
(#852). - Bump
sphinx-design
version to0.4.1
(#904). - Bump
nbsphinx
version to0.9.x
(#889). - Bump
myst-parser
version to>=1.0, <2.0
(#887). - Bump
twine
version to4.x
(#620). - Bump
pre-commit
version to3.x
and update the config (#866).