| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2023-04-28 | 2.7 kB | |
| v0.9.2 source code.tar.gz | 2023-04-28 | 16.3 MB | |
| v0.9.2 source code.zip | 2023-04-28 | 16.4 MB | |
| Totals: 3 Items | 32.7 MB | 0 | |
v0.9.2 (2023-04-28)
This is a patch release fixing several bugs, updating dependencies and adding some small extensions.
Added
- Allow
IntegratedGradientslayer selection to be specified with a custom callable (#894). - Implement
reset_predictormethod forPartialDependenceexplainer (#897). - Extend
GradientSimilarityexplainer to allow models of any input type (#912).
Fixed
AnchorTextauto-regressive language model sampler updatinginput_idstensor (#895).AnchorTabularlength discrepancy betweenfeatureandnamesfields (#902).AnchorBaseBeamunintended coverage update during the multi-armed bandit run (#919, #914).
Changed
- Maximum supported version of
tensorflowbumped to2.12.x(#896). - Supported version of
pandasbumped to>1.0.0, <3.0.0(#899). - Update notebooks to account for
pandasversion2.xdeprecations (#908, #910). - Maximum supported version of
scikit-imagebumped to0.20.x(#882). - Maximum supported version of
attrsbumped to23.x(#905).
Development
- Migrate
codecovto use Github Actions and don't fail CI on coverage report upload failure due to rate limiting (#901, #913). - Bumpy
mypyversion to>=1.0, <2.0(#886). - Bump
sphinxversion to6.x(#852). - Bump
sphinx-designversion to0.4.1(#904). - Bump
nbsphinxversion to0.9.x(#889). - Bump
myst-parserversion to>=1.0, <2.0(#887). - Bump
twineversion to4.x(#620). - Bump
pre-commitversion to3.xand update the config (#866).