v0.9.1
v0.9.1 (2023-03-13)
This is a patch release fixing several bugs.
Fixed
- Replace deprecated usage of
np.objectin the codebase which was causing errors withnumpy>=1.24(#872, #890). - Fix a bug/typo in
cfrl_base.pyof thetensorflowbackend (#891). - Correctly handle calls to
.reset_predictorforKernelShapandTreeShapexplainers (#880). - Update saving of
KernelShapto avoid saving the internal_explainerobject (#881).