Skip to content

Releases: interpretml/interpret-community

release v0.31.0

12 Jan 22:28
b361593
Compare
Choose a tag to compare

Release notes:

  • Add flake8-all-not-strings to linting by @gaugup in #576
  • fix interpret-community sphinx docs build failures by specifying html_theme by @imatiach-msft in #578
  • update interpret-community to shap 0.42.1 and ml-wrappers 0.5.1 by @imatiach-msft in #579
  • fix failing xgboost tests in nightly build by upgrading to latest shap, which is getting pinned by econml->responsibleai to older version by @imatiach-msft in #580
  • update interpret to 0.4.4, ml-wrappers to 0.5.2 and enable fixed pfi test by @imatiach-msft in #582
  • Update requirements-dev.txt to pin tensorflow below 2.14.0 by @gaugup in #583
  • Update README.md to add supported python versions by @gaugup in #584
  • update interpret-community to shap 0.43.0 by @imatiach-msft in #586
  • fix gated build failures in interpret-community due to captum installation issues from conda by @imatiach-msft in #589
  • update interpret-community to shap 0.44.0 by @imatiach-msft in #588
  • Update python-linting.yml to upgrade setup python from v4 to v5 by @gaugup in #587
  • update interpret to 0.5.0, ml-wrappers to 0.5.4 by @imatiach-msft in #590
  • release interpret-community v0.31.0 by @imatiach-msft in #591
  • update the pypi release script to use github action with auth token and update github action versions by @imatiach-msft in #593

Full Changelog: v0.30.0...v0.31.0

release v0.30.0

24 Aug 17:32
14bf0fe
Compare
Choose a tag to compare

Release notes:

  • Update python-linting.yml to use python 3.11 by @gaugup in #563
  • Update codecov-action@v2 to codecov-action@v3 by @gaugup in #564
  • fix sklearn build error due to old dependency version installed with newer scipy by @imatiach-msft in #568
  • clean up load method API doc for mimic explainer to reduce confusion by @imatiach-msft in #567
  • fix gated builds due to getargspec deprecation by @imatiach-msft in #570
  • fix auto-generated API sphinx docs build for interpret-community by @imatiach-msft in #569
  • Update explanation_utils.py to fix flake8 error by @gaugup in #571
  • Create requirements-linting.txt to separate linting dependencies by @gaugup in #572
  • update interpret-community to ml-wrappers 0.5.0 and interpret-core 0.4.3 by @imatiach-msft in #573
  • backcompat imports to work with older versions of interpret-core by @imatiach-msft in #574
  • fix flaky codecov errors in interpret-community by adding retry logic for uploads by @imatiach-msft in #575
  • release interpret-community v0.30.0 by @imatiach-msft in #577

Full Changelog: v0.29.0...v0.30.0

release v0.29.0

12 Apr 18:02
ed5152b
Compare
Choose a tag to compare

Release Notes:

Full Changelog: v0.28.0...v0.29.0

release v0.28.0

04 Jan 17:52
788c9e4
Compare
Choose a tag to compare

Release notes:

Full Changelog: v0.27.0...v0.28.0

release v0.27.0

13 Sep 01:36
3c3ba74
Compare
Choose a tag to compare

Release notes:

Full Changelog: v0.26.0...v0.27.0

release v0.26.0

13 Jun 14:29
6d1f31b
Compare
Choose a tag to compare

Release notes:

  • Update github action for checkout, upload-artifact and setup-python from version 2 to 3 by @gaugup in #515
  • Add flake8-pytest-style to linting by @gaugup in #512
  • Improve the documentation website for interpret-community and update the main readme by @imatiach-msft in #518
  • fix aggregating sparse multiclass explanations to global in global-only streaming with batches mode by @imatiach-msft in #519
  • improve readme by only leaving high-level overview and move more sections to the website with more details by @imatiach-msft in #520
  • add more documentation to interpret-community website, including a contributing guide by @imatiach-msft in #522
  • fix gated build due to protobuf dependency error by @imatiach-msft in #524
  • rename master branch to main in interpret-community by @imatiach-msft in #525
  • fix zero importances for very small data when using mimic explainer with lightgbm surrogate model by @imatiach-msft in #523
  • update interpret-community to ml-wrappers 0.2.0 by @imatiach-msft in #527

Full Changelog: v0.25.0...v0.26.0

release v0.25.0

release v0.24.2

25 Jan 02:24
9d91f8e
Compare
Choose a tag to compare
  • move PR gate to github actions
  • correctly annotate python warnings
  • remove devops unit tests from PR gate
  • add backcompat test for saving and loading explanations and fix backcompat issue
  • make function _get_surrogate_model_replication_measure() public
  • add linting workflow for python files
  • decrease tolerance on serialization check for macos test builds

release v0.24.1

18 Jan 13:19
c935859
Compare
Choose a tag to compare
  • fix reimports from ml-wrappers package for WrappedClassificationModel, WrappedRegressionModel

release v0.24.0

10 Jan 22:55
84d86b7
Compare
Choose a tag to compare
  • update interpret-community to use new ml-wrappers repository (https://github.com/microsoft/ml-wrappers)
  • add tests for ExplanationAdapter for code coverage
  • rename test directory from test/ to tests/
  • suppress tensorflow warnings that may sometimes occur on import
  • add support for serializing explanations using save_explanation and load_explanation with sparse data
  • update interpret-community to ml-wrappers 0.0.5
  • fix flake8 error on builds