Skip to content

v0.9.1

Compare
Choose a tag to compare
@jklaise jklaise released this 13 Mar 15:40
· 94 commits to master since this release

v0.9.1 (2023-03-13)

Full Changelog

This is a patch release fixing several bugs.

Fixed

  • Replace deprecated usage of np.object in the codebase which was causing errors with numpy>=1.24 (#872, #890).
  • Fix a bug/typo in cfrl_base.py of the tensorflow backend (#891).
  • Correctly handle calls to .reset_predictor for KernelShap and TreeShap explainers (#880).
  • Update saving of KernelShap to avoid saving the internal _explainer object (#881).

Development

  • Show text execution times (#849).
  • Replace Python 2 style type comments with type annotations (#870).
  • Bump the mypy version to ~1.0 (#871).
  • Bump the default development version of Python to 3.10 (#876, #877).