-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RELEASE: facet 1.0.2rc0 #258
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Merge pull request #204 from BCG-Gamma/release/1.0.1
update the environment.yml
remove a print() statement accidentally left in after debugging
* meta.yaml: remove now obsolete script command loading setup.py * add conda-verify
* bugfix detection of build changes * bugfix: remove spaces * track complete filename for azure-pipelines.yml
…ross repos (#224) * align build requirements pyproject.toml/meta.yaml/tox.ini & across repos * add clarifying comments to pyproject.toml * fail fast during build & test via make.py * add support for numpy 1.20 * relax version requirements to include new 3rd party releases
* update environment.yml * rule out sklearndf >=2 * harmonize versions in pyproject.toml and update environment.yml * strip gamma packages from environment.yml before unit tests * relax requirements for xlrd and yaml
* specify numpy host version to prevent conda warning message * do not test dependent packages to avoid potential version conflicts
* in environment.yml, import SHAP from pip not conda to ensure access to the latest version * make some facet imports relative * add support for shap v0.38.* * allow max matrix test with shap 0.37 as 0.38 is not yet on conda * update runtime test for supported shap versions * prevent shap import errors at import time even if shap API has changed * add ipython requirement to environment.yml, which shap 0.38 appears to have forgotten
Co-authored-by: Konstantin Hemker <hemker.konstantin@bcg.com>
* DOC: add release notes for 1.0.2 * update formatting of release notes
* BUILD: update azure-pipelines.yml for releasing * add test_package_version.py for gamma-facet * set version of gamma-facet to 1.0.2rc0 * pyproject.toml: need to depend on sklearndf 1.0.2rc0 to use numpy >1.19
j-ittner
approved these changes
Mar 19, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to go, thanks!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR releases facet version
1.0.2rc0