Skip to content

Releases: BCG-X-Official/facet

facet 1.1.0rc0

25 Mar 11:25
ef1b12c
Compare
Choose a tag to compare
facet 1.1.0rc0 Pre-release
Pre-release

This is the 1.1.0rc0 release of 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:

  • ef1b12c Merge pull request #269 from BCG-Gamma/dev/1.1.0rc0
  • 533f9fb Merge branch 'release/1.1.0rc0' into dev/1.1.0rc0
  • 1e60f00 azure-pipelines.yml: add copy of old docs-versions folder (#268)
  • ba5505f BUILD: update dependencies in pyproject.toml (#267)
  • 204234e API: consistently refer to all mean/std calculations as "aggregation" (#266)
  • d0a9ee2 BUILD: add support for shap v0.39 (#261)
  • 1dc1e41 API: rename JobQueue.start() to JobQueue.on_run() (#264)
  • bc610f1 API: move package facet.simulation.partition to facet.data.partition (#263)
  • f9c3092 Finalize revised calculation approach (#255)
  • c1509a7 Merge branch 'develop' into 1.1.x
See More
  • a9dbe93 FIX: do not export constants and type aliases (#257)
  • 043474b Merge branch 'develop' into 1.1.x
  • fa8877b Merge branch 'develop' into 1.1.x
  • d711d77 Merge branch 'develop' into 1.1.x
  • 6b76ebc TEST: re-enable unit test for docstrings (#247)
  • 15b82a8 API: remove the experimental 'shuffle_features' option (#250)
  • 9bf9cda BUILD: change version to 1.1.0rc0 (#249)
  • f964858 require pytools >=1.1.*
  • 21dc2e0 API: replace SHAP vector decomposition with SHAP vector projection (#244)
  • 5d0fa95 Merge branch 'develop' into 1.1.x
  • 4c8fa16 API: rename LearnerInspector.features to .features_ (#243)
  • 7c78e1c Merge branch 'develop' into 1.1.x
  • 58ca1c2 API: make method MatplotStyle._apply_color_scheme public (#236)
  • 51bd5ab Merge branch 'develop' into 1.1.x
  • 1ab1527 Merge branch 'develop' into 1.1.x
  • dd9c121 FIX: fix min version spec for gamma-pytools (#232)
  • f07f03a BUILD: increase minimum pytools version to 1.1 (#229)
  • 8177c0c Merge branch 'develop' into 1.1.x
  • 7044e90 Merge branch 'develop' into 1.1.x
  • 824b446 Merge branch 'develop' into 1.1.x
  • a3a2bd1 Merge branch 'develop' into 1.1.x
  • 3fe9375 FIX: drop support for joblib v0.13 (#216)
  • 0da3ea5 BUILD: update version numbers (#217)
  • 8f75c78 REFACTOR: update parallelization code to use new Job classes (#214)
  • d726cb1 Merge branch 'develop' into merge/develop_to_1.1.x
  • f0f92ce Merge branch 'develop' into merge/develop_to_1.1.x
  • b6f4e2d Merge branch 'develop' into merge/develop_to_1.1.x
  • d8b05f3 change 'childs' to 'children' (#208)
  • b6a2bc1 Merge pull request #201 from BCG-Gamma/build/update_pipeline
  • ae16e34 update with latest develop
  • 7f99326 rename branch 1.1 to 1.1.x
  • e95a72d update azure pipelines for 1.1 branch

This list of changes was auto generated.

facet 1.0.2

19 Mar 19:26
9ff51fb
Compare
Choose a tag to compare

This is the 1.0.2 release of 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:

  • 9ff51fb Merge pull request #260 from BCG-Gamma/dev/1.0.2
  • dff8c8d BUILD: set package version to 1.0.2 (#259)
  • 36b97fd Merge pull request #258 from BCG-Gamma/dev/1.0.2rc0
  • a99419f BUILD: update flake8 to v3.9.0
  • aaab98f BUILD: update azure-pipelines.yml for releasing (#254)
  • 324fbee DOC: add release notes for 1.0.2 (#251)
  • ecb4308 DOCS: add pre-commit hook instructions to contribution guide (#253)
  • cb5a2a4 FIX: downgrade scipy to 1.5.* in environment.yml (#248)
  • 79e5418 BUILD: add support for shap v0.38.* (#246)
  • ce90a55 DOC: restore Azure pipeline git badge (#242)
See More
  • 3eb9a92 BUILD: use regular pytest & pytest-cov, run pytest nightly (#240)
  • 63a9bb7 DOC: update header to align with other notebooks (#238)
  • 7dfe18c DOC: add doc links for FACET and sklearndf (#237)
  • 9cc14be FIX: apply color scheme to histogram of simulation matplot style (#235)
  • b483d2f FIX: fix a syntax error introduced to a bash script in the pipeline (#234)
  • a67870c BUILD: optimize conda build config (#233)
  • 0e186f1 BUILD: update veracode scan version name to BuildID (#231)
  • 5d5fa10 BUILD: update environment.yml (#230)
  • ce8bb66 BUILD: align build requirements pyproject.toml/meta.yaml/tox.ini & across repos (#224)
  • c2758cc CHORE: update license copyright years (#227)
  • 0068621 do not run nightly builds on weekends (#226)
  • 2c83a05 BUILD: eliminate unconstrained build from pipeline (#228)
  • d91477b BUILD: bugfix detection of build changes (#225)
  • 000a31b BUILD: add conda-verify (#223)
  • cfae3cf BUILD: do not build and publish documentation in nightly builds (#222)
  • ac0d647 BUILD: bump version to 1.0.2 (#221)
  • b713c1a DOC: parallelise LearnerInspector in all tutorials (#219)
  • 86b62da FIX: update filepath and provide stage name (#212)
  • aae9cad API: support shap v0.34 up to v0.37 via new BaseEstimator stub class (#213)
  • 89e562d BUILD: add veracode scanning to pipeline (#211)
  • 8259f8e Merge pull request #209 from BCG-Gamma/bugfix/learner_grid_print
  • 810e2ff remove a print() statement accidentally left in after debugging
  • 681f5aa Merge pull request #199 from BCG-Gamma/build/environment_update
  • 677c463 update with latest develop
  • 2ff0622 Merge pull request #205 from BCG-Gamma/master [ #204 ]
  • f8d57fa Merge pull request #204 from BCG-Gamma/release/1.0.1
  • 9e24bd9 Merge pull request #203 from BCG-Gamma/bugfix/update_quickstart_guide
  • 4368548 update quickstart figures
  • 30123e7 update README with latest quickstart changes
  • 27098a4 update quickstart guide dataset
  • 936475e Merge pull request #200 from BCG-Gamma/master
  • 3c400f5 catch up with latest changes for release 1.0.1 pipeline (#197) [ #195, #196 ]
  • 5e4ad13 update the environment.yml
  • 02d0684 revert env changes
  • 2458938 fix docstring references to sklearndf (#196)
  • 510a5de downgrade condabuild to 3.20.*; restore other environment upgrades (#195)
  • c25423d update requires
  • f0ddc8b correct typo
  • 286d66c revise unconstr build
  • aeef184 update requires
  • 6df0f6f fix unconstr build
  • baa3dc3 restrict builds to lower than python3.9
  • 01e3c34 restrict conda build version
  • 9355cc8 CI/CD: update azure-pipelines test matrix (tox)
  • e47b0ea CI/CD: update azure-pipelines text matrix
  • 9880edf ENV: rollback environment.yml (#194)
  • b0b5c07 remove local develop pointers from a nb (#193)
  • ac526b4 fix incompatibilities causing tests to fail in minimal and/or unconstrained builds (#192)
  • c52b3c6 Documentation improvements (#187)
  • 27453dc tweak _shap_decomposition.py comments and code (#190)
  • 1f915f8 restore unconstr build (#189)
  • f3b5459 Bugfix/pipeline fixes (#188)
  • 9d65b16 quickstart and notebook refresh and updates (#179)
  • b99a13b rename type variables for methods' "self" arguments to T_Self (#186)
  • 9950db4 docstring tidy up (#178)
  • d06f13d Improve OO implementation of named drawing styles (#185)
  • 89346fb make DrawStyle methods public: start_drawing(), finalize_drawing() (#184)
  • c3439c6 update hist bar color for simulation to reference updated color scheme in pytools (#183)
  • ae1bdc4 introduce class pytools.viz.ColorScheme for improved color styling (#182)
  • 8e449af replace tabs with spaces in contribution guide (#181)
  • 9aee218 minor code tweaks to eliminate IDE warnings (#180)
  • 60800a3 fix docstrings (#177)
  • c6f9c5a add API landing rst to documentation guide (#174)
  • dc09d39 reformat API preamble (#173)
  • e14dd97 updates to development guidelines (#176)
  • b95c503 update team member picture (#175)
  • 08b1e32 GitHub release pipeline (#166)
  • 482db44 update doc build guidelines to reflect latest changes to build process (#171)
  • fe5ccc2 replace raw html in docs (#172)
  • 3666c80 add nb download icon (#170)
  • 37701fc implement flexible get started (#169)
  • cd8ba5a update documentation section in contribution guide (#165)
  • f8a5e65 remove local path setting from tutorial notebooks (#168)
  • 6074903 add FAQs for custom scorer and standard classification summaries (#164)
  • d9a8c7d Bugfix: minor docstring and comment fixes (#167)
  • e9b7127 Add automatic docs deployment to GitHub Pages (#159)
  • c722eba add new tutorial for scikit-learn classifier performance metrics and FACET (#163)
  • 915bd25 update notebook links for tutorials page in docs (#162)
  • 6787025 revisions to water drilling notebook and data generation (#161)
  • eaf60cd various minor fixes to tutorials and documentation (#156)
  • f856d59 remove sem metric from LearnerRanker summary report (#160)
  • dd29a40 add azure badge links and update conda install instructions (#157)
  • 1cf648b Generate asymmetrical feature association matrices by default (#158)
  • 0e2efd7 add trove classifiers to pypi metadata and package badges to readme (#155)
  • f6e8415 update pypi and conda package build metadata (#152)
  • 5c58e46 correct a couple of typos in pipeline (#153)
  • 8ac39ba build: set same pipeline triggers as used for pytools (#151)
  • 989d51a delete uneeded cells
  • 942a293 use explicit code in plotting functions
  • 28a2e71 use 1000 splits in bstrap sim
  • 0e1dcd5 use explicit code in plotting functions
  • c8f1760 use 1000 splits in bstrap sim
  • d322084 update with new facet description
  • a301933 Align FACET format and overview across the documentation (#150)
  • a9789fa Tweak text in "about us"; replace raw html with style class (#149)
  • 027da25...
Read more

facet 1.0.2rc0

19 Mar 16:03
36b97fd
Compare
Choose a tag to compare
facet 1.0.2rc0 Pre-release
Pre-release

This is the 1.0.2rc0 release of 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:

  • 36b97fd Merge pull request #258 from BCG-Gamma/dev/1.0.2rc0
  • a99419f BUILD: update flake8 to v3.9.0
  • aaab98f BUILD: update azure-pipelines.yml for releasing (#254)
  • 324fbee DOC: add release notes for 1.0.2 (#251)
  • ecb4308 DOCS: add pre-commit hook instructions to contribution guide (#253)
  • cb5a2a4 FIX: downgrade scipy to 1.5.* in environment.yml (#248)
  • 79e5418 BUILD: add support for shap v0.38.* (#246)
  • ce90a55 DOC: restore Azure pipeline git badge (#242)
  • 3eb9a92 BUILD: use regular pytest & pytest-cov, run pytest nightly (#240)
  • 63a9bb7 DOC: update header to align with other notebooks (#238)
See More
  • 7dfe18c DOC: add doc links for FACET and sklearndf (#237)
  • 9cc14be FIX: apply color scheme to histogram of simulation matplot style (#235)
  • b483d2f FIX: fix a syntax error introduced to a bash script in the pipeline (#234)
  • a67870c BUILD: optimize conda build config (#233)
  • 0e186f1 BUILD: update veracode scan version name to BuildID (#231)
  • 5d5fa10 BUILD: update environment.yml (#230)
  • ce8bb66 BUILD: align build requirements pyproject.toml/meta.yaml/tox.ini & across repos (#224)
  • c2758cc CHORE: update license copyright years (#227)
  • 0068621 do not run nightly builds on weekends (#226)
  • 2c83a05 BUILD: eliminate unconstrained build from pipeline (#228)
  • d91477b BUILD: bugfix detection of build changes (#225)
  • 000a31b BUILD: add conda-verify (#223)
  • cfae3cf BUILD: do not build and publish documentation in nightly builds (#222)
  • ac0d647 BUILD: bump version to 1.0.2 (#221)
  • b713c1a DOC: parallelise LearnerInspector in all tutorials (#219)
  • 86b62da FIX: update filepath and provide stage name (#212)
  • aae9cad API: support shap v0.34 up to v0.37 via new BaseEstimator stub class (#213)
  • 89e562d BUILD: add veracode scanning to pipeline (#211)
  • 8259f8e Merge pull request #209 from BCG-Gamma/bugfix/learner_grid_print
  • 810e2ff remove a print() statement accidentally left in after debugging
  • 681f5aa Merge pull request #199 from BCG-Gamma/build/environment_update
  • 677c463 update with latest develop
  • 2ff0622 Merge pull request #205 from BCG-Gamma/master [ #204 ]
  • f8d57fa Merge pull request #204 from BCG-Gamma/release/1.0.1
  • 9e24bd9 Merge pull request #203 from BCG-Gamma/bugfix/update_quickstart_guide
  • 4368548 update quickstart figures
  • 30123e7 update README with latest quickstart changes
  • 27098a4 update quickstart guide dataset
  • 936475e Merge pull request #200 from BCG-Gamma/master
  • 3c400f5 catch up with latest changes for release 1.0.1 pipeline (#197) [ #195, #196 ]
  • 5e4ad13 update the environment.yml
  • 02d0684 revert env changes
  • 2458938 fix docstring references to sklearndf (#196)
  • 510a5de downgrade condabuild to 3.20.*; restore other environment upgrades (#195)
  • c25423d update requires
  • f0ddc8b correct typo
  • 286d66c revise unconstr build
  • aeef184 update requires
  • 6df0f6f fix unconstr build
  • baa3dc3 restrict builds to lower than python3.9
  • 01e3c34 restrict conda build version
  • 9355cc8 CI/CD: update azure-pipelines test matrix (tox)
  • e47b0ea CI/CD: update azure-pipelines text matrix
  • 9880edf ENV: rollback environment.yml (#194)
  • b0b5c07 remove local develop pointers from a nb (#193)
  • ac526b4 fix incompatibilities causing tests to fail in minimal and/or unconstrained builds (#192)
  • c52b3c6 Documentation improvements (#187)
  • 27453dc tweak _shap_decomposition.py comments and code (#190)
  • 1f915f8 restore unconstr build (#189)
  • f3b5459 Bugfix/pipeline fixes (#188)
  • 9d65b16 quickstart and notebook refresh and updates (#179)
  • b99a13b rename type variables for methods' "self" arguments to T_Self (#186)
  • 9950db4 docstring tidy up (#178)
  • d06f13d Improve OO implementation of named drawing styles (#185)
  • 89346fb make DrawStyle methods public: start_drawing(), finalize_drawing() (#184)
  • c3439c6 update hist bar color for simulation to reference updated color scheme in pytools (#183)
  • ae1bdc4 introduce class pytools.viz.ColorScheme for improved color styling (#182)
  • 8e449af replace tabs with spaces in contribution guide (#181)
  • 9aee218 minor code tweaks to eliminate IDE warnings (#180)
  • 60800a3 fix docstrings (#177)
  • c6f9c5a add API landing rst to documentation guide (#174)
  • dc09d39 reformat API preamble (#173)
  • e14dd97 updates to development guidelines (#176)
  • b95c503 update team member picture (#175)
  • 08b1e32 GitHub release pipeline (#166)
  • 482db44 update doc build guidelines to reflect latest changes to build process (#171)
  • fe5ccc2 replace raw html in docs (#172)
  • 3666c80 add nb download icon (#170)
  • 37701fc implement flexible get started (#169)
  • cd8ba5a update documentation section in contribution guide (#165)
  • f8a5e65 remove local path setting from tutorial notebooks (#168)
  • 6074903 add FAQs for custom scorer and standard classification summaries (#164)
  • d9a8c7d Bugfix: minor docstring and comment fixes (#167)
  • e9b7127 Add automatic docs deployment to GitHub Pages (#159)
  • c722eba add new tutorial for scikit-learn classifier performance metrics and FACET (#163)
  • 915bd25 update notebook links for tutorials page in docs (#162)
  • 6787025 revisions to water drilling notebook and data generation (#161)
  • eaf60cd various minor fixes to tutorials and documentation (#156)
  • f856d59 remove sem metric from LearnerRanker summary report (#160)
  • dd29a40 add azure badge links and update conda install instructions (#157)
  • 1cf648b Generate asymmetrical feature association matrices by default (#158)
  • 0e2efd7 add trove classifiers to pypi metadata and package badges to readme (#155)
  • f6e8415 update pypi and conda package build metadata (#152)
  • 5c58e46 correct a couple of typos in pipeline (#153)
  • 8ac39ba build: set same pipeline triggers as used for pytools (#151)
  • 989d51a delete uneeded cells
  • 942a293 use explicit code in plotting functions
  • 28a2e71 use 1000 splits in bstrap sim
  • 0e1dcd5 use explicit code in plotting functions
  • c8f1760 use 1000 splits in bstrap sim
  • d322084 update with new facet description
  • a301933 Align FACET format and overview across the documentation (#150)
  • a9789fa Tweak text in "about us"; replace raw html with style class (#149)
  • 027da25 minor fixes for latex and doc string rendering (#147)
  • 4368451 update team members (#148)
  • 5b2e455...
Read more

facet 1.0.1

12 Jan 18:34
8179b78
Compare
Choose a tag to compare

This is the 1.0.1 release of 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:

This list of changes was auto generated.