v0.14.1
What's Changed
Details
Minor updates and bugfixes
- Avoid returning defaultdict directly when calling
est.shap_values
@kbattocchi in #709 - Refactor
DynamicDML
to remove incompatible method signatures by @kbattocchi in #717 - Fix bug when using .
score
in _OrthoLearner subclasses by @kbattocchi in #760
Package changes
- Enable sklearn 1.2 by @00helloworld and @kbattocchi in #712
- Enable compatibility with pandas 2.0 by @kbattocchi in #750
- Fix numpy 1.24 compatibility by @kbattocchi in #750
- Bump supported shap version limit by @kbattocchi in #750
Build system changes
- Enable GitHub Actions by @kbattocchi in #746
- Use verbose pip install when debugging workflows by @kbattocchi in #746
- Update developer documentation by @kbattocchi in #749
Misc
- Update copyrights and references to point to PyWhy by @kbattocchi in #749
- Updated CI badge in README by @kbattocchi and @fverac #771
Full Changelog: v0.14.0...v0.14.1