Skip to content

v0.4.3: pandas v2 compatibility

Compare
Choose a tag to compare
@oegedijk oegedijk released this 01 Aug 11:52
· 32 commits to master since this release

Version 0.4.3:

New Features

  • models that use kernel explainer but output multi-dimensional predictions such as PLSRegression are now supported.
    Predictions now get squeezed in the kernel function.

Bug Fixes

  • Fixed bug with pandas v2, Pandas v2 now supported

Improvements

  • Fixed a number of UserWarnings