Skip to content

v0.9.2

Compare
Choose a tag to compare
@jklaise jklaise released this 28 Apr 14:12
· 65 commits to master since this release

v0.9.2 (2023-04-28)

Full Changelog

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 for PartialDependence explainer (#897).
  • Extend GradientSimilarity explainer to allow models of any input type (#912).

Fixed

  • AnchorText auto-regressive language model sampler updating input_ids tensor (#895).
  • AnchorTabular length discrepancy between feature and names fields (#902).
  • AnchorBaseBeam unintended coverage update during the multi-armed bandit run (#919, #914).

Changed

  • Maximum supported version of tensorflow bumped to 2.12.x (#896).
  • Supported version of pandas bumped to >1.0.0, <3.0.0 (#899).
  • Update notebooks to account for pandas version 2.x deprecations (#908, #910).
  • Maximum supported version of scikit-image bumped to 0.20.x (#882).
  • Maximum supported version of attrs bumped to 23.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 to 6.x (#852).
  • Bump sphinx-design version to 0.4.1 (#904).
  • Bump nbsphinx version to 0.9.x (#889).
  • Bump myst-parser version to >=1.0, <2.0 (#887).
  • Bump twine version to 4.x (#620).
  • Bump pre-commit version to 3.x and update the config (#866).