facet 2.1rc0
Pre-release
Pre-release
This is the 2.1rc0 release of gamma-facet.
You can upgrade your current pip installation via
pip install --upgrade gamma-facet
Your conda package can be upgraded by running
conda install -c conda-forge -c bcg_gamma gamma-facet
Changes:
- c5d7cbf Merge pull request #371 from BCG-Gamma/dev/2.1rc0
- e9efa29 DOC: tweak release notes
- 118a8e3 DOC: tweak docstrings for learner inspectors
- 4ee81f6 FIX: check properties of superclasses in is_fitted()
- 03fc727 BUILD: require zipp<3.16 for min conda test with Python 3.7
- e880e6f TEST: only re-fit the model where needed
- 921b385 BUILD: require zipp<3.16 for min test with Python 3.7
- c075e10 BUILD: update min and max matrix test package dependencies
- e769708 Merge remote-tracking branch 'origin/dev/2.1rc0' into dev/2.1rc0
- 1833b3c FIX: test native learner inspectors w/o preprocessing for sklearn 1.0.x (#372)
See More
- 422ea53 Merge branch '2.0.x' into 2.1.x
- b67f376 REFACTOR: reformat code with newest
black
- bfa5da7 API: add support for inspecting native scikit-learn learners and learner pipelines (#369) [ #370 ]
- 5fe3110 REFACTOR: reformat code with newest
black
- b9489d8 DOC: update release notes
- 229d323 BUILD: change version to 2.1rc0
- b9f6b73 API: support simple (non-pipeline) learners in LearnerInspector (#368)
- 6749064 FIX: refer to arg model (not pipeline) in LearnerInspector exceptions (#367)
- b389393 FIX: install micromamba for nightly builds
- ea41a47 BUILD: simplify development environment
- 1bd64ed BUILD: use mamba for faster conda builds (#365)
- 3cead7b Merge branch '1.2.x' into 2.0.x
- 1f0881e BUILD: update version to 2.0.1
- b481df0 BUILD: disallow numpy >=1.24, which is incompatible with shap <=0.40
- 011d472 BUILD: bump flake8 to ~=5.0
- 7a06233 BUILD: change flake8 repo to GitHub
This list of changes was auto generated.