release v0.25.0
Release notes:
- Make function _get_surrogate_model_replication_measure() public
- Add linting workflow for python files
- decrease tolerance on serialization check for macos test builds
- Add python 3.7 tests
- replace numpy.array with numpy.ndarray in docs
- Update requirements-test.txt to pin markupsafe<2.1.0
- fix build failure due to old sqlalchemy dependency
- Replace load_boston() with fetch_california_housing()
- Add notebook replication measure of global surrogate model
- fix windows nightly build failures due to pywinpty dependency failing
- fix some methods and classes missing from readthedocs documentation
- update interpret-community to ml-wrappers 0.1.0
- fix PFI handling tensorflow models for tensorflow>=2.6
- fix shape check to support other types of wrapped datasets such as BatchDataset