Releases: BCG-X-Official/facet
facet 2.0.dev1
This is the 2.0.dev1 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:
- 5e9e8a6 Merge pull request #336 from BCG-Gamma/dev/2.0.dev1
- ede0d22 FIX: min build (#337)
- 5908b20 BUILD: use oldest-supported-numpy in build env to prevent numpy issues
- 5f9f52f BUILD: change scipy 1.2.3 to 1.2.1 in min build
- c5fab3d BUILD: restore scipy 1.2 support in tests
- ca8e71e TEST: make min matrix tests work again
- 6a5659d FIX: don't use zipfian distribution so test works with scipy<1.7
- f132449 BUILD: update scipy to min=1.4 max=1.8
- 283b86b BUILD: update black to 22.3
- cd647e8 API: remove class FullSampleValidator (#332)
See More
- 3965402 Merge branch '2.0.x' of [email protected]:BCG-Gamma/facet.git
- 3ed7a27 FIX: typo in environment.yml
- f91e45f BUILD: update azure pipeline
- 30f6a4d BUILD: update package requirements
- 0cd01d0 BUILD: add support for mypy (#324)
- 21db1a3 BUILD: update black to v22.1 (#329)
- 4bb6494 API: bump min Python version to 3.7 and max python version to 3.9 (#328)
- 1a7859b API: make method FittableMixin.ensure_fitted public (#330)
- ae895fe Merge branch '1.2.x' into 2.0.x
- 51fb941 Merge branch '1.1.x' into 1.2.x
- 74f4ac8 FIX: address Azure bug that could add a ' to the end of version tags
- 93b7cd3 Merge branch '1.2.x' into 2.0.x
- 3a4f33b Merge branch '1.1.x' into 1.2.x
- 43dc6d4 FIX: passing package path to get_package_version() in Azure pipeline
- 31cb293 BUILD: update GitHub connection
- 3421073 BUILD: rename GitHub connection to github-release
- b68d1d2 Merge branch '1.1.x' into 1.2.x
- f546789 BUILD: update version to 1.1.3
- b24f131 BUILD: update conda build/test requirements in meta.yaml
- c3b8124 Merge remote-tracking branch 'origin/release/1.2.2' into 1.2.x
- a92afa9 Merge branch '1.1.x' into 1.2.x
- 27da895 Merge remote-tracking branch 'origin/release/1.1.2' into 1.1.x
- 3492f0b Merge branch '1.1.x' into 1.2.x
- 808a480 Merge remote-tracking branch 'origin/release/1.1.2' into 1.1.x
- 328f997 API: run LearnerRanker using single model instead of CrossFit (#317)
- 43895df FIX: add support for pandas 1.4 for 2.0.x (#319)
- ecd7b43 API: run LearnerInspector using single model instead of CrossFit (#313)
- 3efe2fa API: run simulations using single model instead of CrossFit (#314)
- 0257456 BUILD: update conda-build to ~=3.21
- 2fc00f7 Merge branch '1.2.x' into 2.0.x
- 1053fb4 DOC: update release notes
- 75ebc96 Merge branch '1.1.x' into 1.2.x
- e2be664 Merge branch '1.2.x' into 2.0.x
- 6a9eb76 Merge branch '1.1.x' into 1.2.x
- 66cec0f Merge branch '1.2.x' into 2.0.x
- 15ace86 Merge branch '1.1.x' into 1.2.x
- 15276c2 DOC: update code coverage badges in README.rst
- f66142d Merge branch '1.2.x' into 2.0.x
- d1140f9 DOC: update code coverage badges in README.rst
- 3a389cc Merge branch '1.1.x' into 1.2.x
- 7351fad DOC: update release notes
- e2760c4 API: move bounds arguments from RangePartitioner.init() to .fit() (#315)
- 6372467 BUILD: set VM image to 'Ubuntu-latest'
- d700cfd API: adopt revised design of pytools visualisations (#312)
- e4a5b44 BUILD: update versions in pyproject.toml
- a01d40e Merge branch '1.2.x' into 2.0.x
- 3fd49a2 Merge branch '1.1.x' into 1.2.x
- 6c859e3 DOC: adjust "critical" BMI threshold in getting started notebook
- 06a4d67 Auto load data for readme (#310)
- ac0e47d Merge branch '1.2.x' into 2.0.x
- 671b1dd Merge branch '1.1.x' into 1.2.x
- 56f00d0 REFACTOR: replace deprecated df.…(level=…) with df.groupby(level=…).… (#307)
- baba140 BUILD: update version to 1.2.2
- 9e74bdd Merge branch '1.2.x' into 2.0.x
- 42f6bcd Merge branch '1.1.x' into 1.2.x
- 38d31fe Merge branch '1.2.x' into 2.0.x
- 02eab61 Merge branch '1.1.x' into 1.2.x
- 1286e56 BUILD: downgrade nbsphinx to ~=0.7.1
- 07e3fe4 Merge branch '1.2.x' into 2.0.x
- c77916e Merge pull request #305 from BCG-Gamma/dev/1.2.1
- 4657902 DOC: update release notes
- 4b231ea Merge remote-tracking branch 'origin/1.2.x' into 1.2.x
- 15f5f02 Merge branch '1.1.x' into 1.2.x
- d50418c FIX: do not use subsample index to get actual targets in UnivariateProbabilitySimulator (#303)
- 4dafa4d TEST: tidy up after merge from 1.1.x
- 19f9f39 Merge branch '1.1.x' into 1.2.x
- 819f0ad Merge pull request #300 from BCG-Gamma/dev/2.0.dev0
- c2f960b BUILD: set min requirement for sklearndf to ~=2.0.dev0
- c2853d2 API: update code for updated pytools.parallelization API (#301)
- c852e6c BUILD: change version to 2.0.dev0
- ca1e69c TEST: replace test_package_version.py with version check in make.py
- f9a4ef9 BUILD: install 'packaging' when running make.py
- b5caadb API: add function pytools.build.validate_release_version()
- 6d4486f BUILD: publish development releases as pre-releases
- 0d7c0df FIX: change github option from isPreRelease to isPrerelease
- 0737b0d Merge branch '1.2.x' into 2.0.x
- fe18153 BUILD: update version to 1.2.1
- c5b7c48 API: replace MatplotStyle.renderer with get_renderer()
- ff0c006 Merge pull request #293 from BCG-Gamma/dev/1.2.0
- 33eabfe Merge branch '1.2.x' into dev/1.2.0
- bd43dba Merge branch '1.1.x' into 1.2.x
- 26e3c01 BUILD: relax max requirement for packaging package
- 4b19ad5 FIX: add back facet/data/init.py
- fe170f0 BUILD: change version number back to 1.2.0
- adfae18 Merge branch '1.2.x' into dev/1.2.0
- 6c37c4a Merge remote-tracking branch 'origin/release/1.2.0rc1' into 1.2.x
- 8f41196 BUILD: release FACET 1.2.0rc1 (#298) [ #286, #287, #288, #289, #292, #295, #296, #297 ]
- cd31e04 Update init.py
- 43c7136 API: implement full sample simulation as experimental feature (#297)
- bfbf507 BUILD: start 2.0.x development branch
- 545ade5 DEV: update package requirements for facet-develop conda environment
- e988bb5 FIX: don't require arg y in non-stratified bootstraps
- 0e69781 TEST: add unit test for StratifiedBootstrapCV
- eb1ab17 API: improve parameter checking for StratifiedBootstrapCV
- ba5dede BUILD: relax upper bounds of package requirements (#296)
- b5a53b0 BUILD: tweaks for 1.2.0 release (#295)
- 02bc3ba BUILD: remove conda dependencies with boruta
- 7eda1a9 Merge branch '1.2.x' into dev/1.2.0
- 1c854d5 Merge branch '1.1.x' into 1.2.x
- 454ac6a Merge branch '1.1.x' into 1.2.x
- 2090223...
facet 1.1.2
This is the 1.1.2 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:
- 095b35b Merge pull request #327 from BCG-Gamma/dev/1.1.2
- fb5ba8f BUILD: fix version specs for numpy and ipython
- 8286e3c BUILD: pin down min build matrix further
- 368ad36 BUILD: move non-essential requirements from build to test in meta.yaml
- 30dedbb Merge remote-tracking branch 'origin/dev/1.1.2' into dev/1.1.2
- 3ba66e3 FIX: numpy requirement for build.matrix.min
- 369b96c Merge branch 'release/1.1.2' into dev/1.1.2
- b20fcdc BUILD: pin markupsafe to < 2.1; tweak environment.yml
- bc28e66 BUILD: update RELEASE_NOTES.rst
- c9f7e24 BUILD: fix max matrix test build with tox (#326)
See More
- 50f572e BUILD: use numpy 1.22 in max matrix test
- 1775d98 BUILD: limit pytools and sklearndf to 1.1.x
- 9ab891f BUILD: relax numpy dependency to <2a
- b1ac41d BUILD: use conda-build~=3.21 in azure-pipelines.yml
- a510872 FIX: update pandas option name (#322)
- 2630317 DOC: update release notes
- 05ba729 FIX: change parameter used in if statement in _FitModelOnFullData (#316)
- 07891f9 Merge branch 'develop' into 1.1.x
- d114ecf BUILD: globally set Ubuntu-latest as VM image for azure builds
- 3c026c4 BUILD: globally set Ubuntu-latest as VM image for azure builds
- 0dced64 DOC: fix code coverage badge in README.rst
- 159ce33 DOC: backport update of getting started notebook from v1.2 (#311)
- 5deea5e FIX: import catboost module if present, else create local module mockup (#306)
- 2bc8c23 BUILD: update version to 1.1.2
- 034db07 DOC: move api_landing.rst to _templates/
- 0be136d DOC: remove reference to obsolete tutorial
- db5d0f5 DOC: fix a typo in the release notes
- ad5e197 Merge pull request #304 from BCG-Gamma/dev/1.1.1
- d4ba6af BUILD: disable nightly builds on develop branch
This list of changes was auto generated.
facet 1.2.1
This is the 1.2.1 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:
- c77916e Merge pull request #305 from BCG-Gamma/dev/1.2.1
- 4657902 DOC: update release notes
- 4b231ea Merge remote-tracking branch 'origin/1.2.x' into 1.2.x
- 15f5f02 Merge branch '1.1.x' into 1.2.x
- d50418c FIX: do not use subsample index to get actual targets in UnivariateProbabilitySimulator (#303)
- 4dafa4d TEST: tidy up after merge from 1.1.x
- 19f9f39 Merge branch '1.1.x' into 1.2.x
- fe18153 BUILD: update version to 1.2.1
- ff0c006 Merge pull request #293 from BCG-Gamma/dev/1.2.0
- 33eabfe Merge branch '1.2.x' into dev/1.2.0
See More
- bd43dba Merge branch '1.1.x' into 1.2.x
- 26e3c01 BUILD: relax max requirement for packaging package
- 4b19ad5 FIX: add back facet/data/init.py
- fe170f0 BUILD: change version number back to 1.2.0
- adfae18 Merge branch '1.2.x' into dev/1.2.0
- 6c37c4a Merge remote-tracking branch 'origin/release/1.2.0rc1' into 1.2.x
- 8f41196 BUILD: release FACET 1.2.0rc1 (#298) [ #286, #287, #288, #289, #292, #295, #296, #297 ]
- cd31e04 Update init.py
- 43c7136 API: implement full sample simulation as experimental feature (#297)
- 545ade5 DEV: update package requirements for facet-develop conda environment
- e988bb5 FIX: don't require arg y in non-stratified bootstraps
- 0e69781 TEST: add unit test for StratifiedBootstrapCV
- eb1ab17 API: improve parameter checking for StratifiedBootstrapCV
- ba5dede BUILD: relax upper bounds of package requirements (#296)
- b5a53b0 BUILD: tweaks for 1.2.0 release (#295)
- 02bc3ba BUILD: remove conda dependencies with boruta
- 7eda1a9 Merge branch '1.2.x' into dev/1.2.0
- 1c854d5 Merge branch '1.1.x' into 1.2.x
- 454ac6a Merge branch '1.1.x' into 1.2.x
- 2090223 BUILD: make min requirements more specific to speed up build time
- 9bd518a FIX: change boruta_py back into boruta for tox builds (but not conda)
- f65fd7c FIX: change boruta into boruta_py
- 1428bec BUILD: add inherited requirements so we can use them for testing
- 9581ddd BUILD: change matplotlib==3 back to matplotlib==3.* for tox
- 247d473 BUILD: set matplotlib to 3.4 in max test
- 8c5e060 BUILD: add missing version requirements to conda run config
- c9c733f BUILD: remove unneeded trailing .* from pyproject.toml
- d008c86 BUILD: use python 3.8 in host requirements
- 27da609 FIX: build sklearndf 1.2.x in azure-pipelines.yml
- e49e7c5 FIX: rephrase max numpy requirement due to possible bug in conda-build
- 29c1020 BUILD: remove dev/* from azure pipeline triggers
- dea4c2c BUILD: require numpy 1.17
- 190d2db Merge remote-tracking branch 'origin/release/1.2.0' into dev/1.2.0
- 94004c9 BUILD: require pytools ~=1.2 and sklearndf ~= 1.2
- 11682f2 DOC: update RELEASE_NOTES.rst
- 5dd20d9 Merge branch '1.1.x' into 1.2.x
- 94e73d1 API: remove FACET 1.0 legacy inspections (#288)
- d42ffb7 Update version number to 1.2.0
- e0d9245 Merge branch '1.1.x' into 1.2.x
- 472daf9 BUILD: release Facet 1.2.0rc0
- dbce0d5 FIX: correct shap version spec in pyproject.toml
- fbafd6a BUILD: fix max matrix versions at maximum
- 3d8fcda FIX: update nbsphinx to ~=0.8.5 to address new issue with jinja 3.0.0
- 4490885 API: remove deprecated mirror package facet.simulation.partition
- 517d239 FIX: de-duplicate sample index before intersecting with test splits
- 1cf2fee TEST: fix subsample to remove version dependence on random generator
- a7aea2a BUILD: restore support for numpy 1.16
- 9e28f97 BUILD: drop support for numpy 1.16
- 2fa8328 Merge branch 'release/1.2.0rc0' into dev/1.2.0rc0
- b005627 API: add optional parameter 'subsample' to method simulate_feature() (#284)
- eab2458 BUILD: set version to 1.2.0rc0
This list of changes was auto generated.
facet 1.1.1
This is the 1.1.1 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:
- ad5e197 Merge pull request #304 from BCG-Gamma/dev/1.1.1
- 4dad887 DOC: update release notes
- 29bb928 Merge pull request #302 from BCG-Gamma/fix/univariate_probability_simulator_expected_output
- fe744b1 DOC: update release notes
- 509a39f TEST: add unit test for class UnivariateProbabilitySimulator
- 0f9bc0b TEST: move classifier fixtures to conftest.py
- 0e1dba4 FIX: correctly count positive class frequency in univ. probability sim.
This list of changes was auto generated.
facet 2.0.dev0
This is the 2.0.dev0 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:
- 819f0ad Merge pull request #300 from BCG-Gamma/dev/2.0.dev0
- c2f960b BUILD: set min requirement for sklearndf to ~=2.0.dev0
- c2853d2 API: update code for updated pytools.parallelization API (#301)
- c852e6c BUILD: change version to 2.0.dev0
- ca1e69c TEST: replace test_package_version.py with version check in make.py
- f9a4ef9 BUILD: install 'packaging' when running make.py
- b5caadb API: add function pytools.build.validate_release_version()
- 6d4486f BUILD: publish development releases as pre-releases
- 0d7c0df FIX: change github option from isPreRelease to isPrerelease
- 0737b0d Merge branch '1.2.x' into 2.0.x
See More
- fe18153 BUILD: update version to 1.2.1
- c5b7c48 API: replace MatplotStyle.renderer with get_renderer()
- bfbf507 BUILD: start 2.0.x development branch
This list of changes was auto generated.
facet 1.2.0
This is the 1.2.0 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:
- ff0c006 Merge pull request #293 from BCG-Gamma/dev/1.2.0
- 33eabfe Merge branch '1.2.x' into dev/1.2.0
- bd43dba Merge branch '1.1.x' into 1.2.x
- 26e3c01 BUILD: relax max requirement for packaging package
- 4b19ad5 FIX: add back facet/data/init.py
- faa6361 DOC: add reference to FACET research paper on the project landing page (#299)
- fe170f0 BUILD: change version number back to 1.2.0
- adfae18 Merge branch '1.2.x' into dev/1.2.0
- 6c37c4a Merge remote-tracking branch 'origin/release/1.2.0rc1' into 1.2.x
- 8f41196 BUILD: release FACET 1.2.0rc1 (#298) [ #286, #287, #288, #289, #292, #295, #296, #297 ]
See More
- cd31e04 Update init.py
- 43c7136 API: implement full sample simulation as experimental feature (#297)
- 545ade5 DEV: update package requirements for facet-develop conda environment
- e988bb5 FIX: don't require arg y in non-stratified bootstraps
- 0e69781 TEST: add unit test for StratifiedBootstrapCV
- eb1ab17 API: improve parameter checking for StratifiedBootstrapCV
- ba5dede BUILD: relax upper bounds of package requirements (#296)
- b5a53b0 BUILD: tweaks for 1.2.0 release (#295)
- 02bc3ba BUILD: remove conda dependencies with boruta
- 7eda1a9 Merge branch '1.2.x' into dev/1.2.0
- 1c854d5 Merge branch '1.1.x' into 1.2.x
- 5a9e828 BUILD: disable nightly builds on 1.1.x branch
- 454ac6a Merge branch '1.1.x' into 1.2.x
- ebda248 FIX: joblib version in min matrix build
- 644cefc Merge remote-tracking branch 'origin/1.1.x' into 1.1.x
- 45adcc4 BUILD: fix pytools minimum versions in pyproject.toml
- 8ac4b38 FIX: re-remove _balancer.py
- d58cc7c Merge branch 'develop' into 1.1.x
- 26b8c53 BUILD: standardize azure pipeline across BCG Gamma repos (#292)
- 2090223 BUILD: make min requirements more specific to speed up build time
- 9bd518a FIX: change boruta_py back into boruta for tox builds (but not conda)
- f65fd7c FIX: change boruta into boruta_py
- 1428bec BUILD: add inherited requirements so we can use them for testing
- 9581ddd BUILD: change matplotlib==3 back to matplotlib==3.* for tox
- 247d473 BUILD: set matplotlib to 3.4 in max test
- 8c5e060 BUILD: add missing version requirements to conda run config
- c9c733f BUILD: remove unneeded trailing .* from pyproject.toml
- d008c86 BUILD: use python 3.8 in host requirements
- 27da609 FIX: build sklearndf 1.2.x in azure-pipelines.yml
- e49e7c5 FIX: rephrase max numpy requirement due to possible bug in conda-build
- 29c1020 BUILD: remove dev/* from azure pipeline triggers
- dea4c2c BUILD: require numpy 1.17
- 190d2db Merge remote-tracking branch 'origin/release/1.2.0' into dev/1.2.0
- 94004c9 BUILD: require pytools ~=1.2 and sklearndf ~= 1.2
- 11682f2 DOC: update RELEASE_NOTES.rst
- 5dd20d9 Merge branch '1.1.x' into 1.2.x
- d1b6241 Merge branch 'develop' into 1.1.x
- 2479328 BUILD: pin jinja2 to ~=2.11 to prevent incompatibility with sphinx (#289)
- 94e73d1 API: remove FACET 1.0 legacy inspections (#288)
- 149b9da DEV: pin scipy to 1.5 in environment.yml (#287)
- d3e00bb Update version to 1.0.4
- d42ffb7 Update version number to 1.2.0
- e0d9245 Merge branch '1.1.x' into 1.2.x
- 406146c BUILD: pin Jinja2 version to <3.0 to prevent breaking the sphinx build (#286)
- 472daf9 BUILD: release Facet 1.2.0rc0
- dbce0d5 FIX: correct shap version spec in pyproject.toml
- fbafd6a BUILD: fix max matrix versions at maximum
- 3d8fcda FIX: update nbsphinx to ~=0.8.5 to address new issue with jinja 3.0.0
- 4490885 API: remove deprecated mirror package facet.simulation.partition
- 517d239 FIX: de-duplicate sample index before intersecting with test splits
- 1cf2fee TEST: fix subsample to remove version dependence on random generator
- a7aea2a BUILD: restore support for numpy 1.16
- 9e28f97 BUILD: drop support for numpy 1.16
- 2fa8328 Merge branch 'release/1.2.0rc0' into dev/1.2.0rc0
- b005627 API: add optional parameter 'subsample' to method simulate_feature() (#284)
- eab2458 BUILD: set version to 1.2.0rc0
- a81e71e Merge branch 'develop' into 1.1.x
- d8c8f67 BUILD: add required bugfix for docs build (#282)
- dcc78bc Increase version to 1.1.1
- f1dd5a0 Merge branch 'develop' into 1.1.x
- 8bd99ff Merge branch 'develop' into 1.1.x
- c7d87e7 Merge pull request #275 from BCG-Gamma/dev/1.1.0
- 19ec93b Merge branch '1.1.x' into dev/1.1.0
- f2aeeff FIX: make class _FitModelOnFullData a global class to fix Python 3.6 pickling (#276)
- 18aaf94 Merge branch 'release/1.1.0' into dev/1.1.0
- 86e5a26 DOC: update the tutorial notebooks (#265)
- 6e0fd3e API: output shap values of the positive class for binary classifiers (#274)
- 1832b2a REFACTOR: fit on the full-sample as part of the crossfit's Job queue (#270)
- c39d3b6 API: add hidden option: fit the LearnerInspector once on the full sample (#271)
- d398daf REFACTOR: tweak code and docstrings of class LearnerInspector (#272)
- bbd3c05 Merge pull request #273 from BCG-Gamma/build/prep_facet_1.1.0
- bae96f9 BUILD: set facet version to 1.1.0
- 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
- 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 Matp...
facet 1.2.0rc1
This is the 1.2.0rc1 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:
- 8f41196 BUILD: release FACET 1.2.0rc1 (#298) [ #286, #287, #288, #289, #292, #295, #296, #297 ]
- 472daf9 BUILD: release Facet 1.2.0rc0
- dbce0d5 FIX: correct shap version spec in pyproject.toml
- fbafd6a BUILD: fix max matrix versions at maximum
- 3d8fcda FIX: update nbsphinx to ~=0.8.5 to address new issue with jinja 3.0.0
- 4490885 API: remove deprecated mirror package facet.simulation.partition
- 517d239 FIX: de-duplicate sample index before intersecting with test splits
- 1cf2fee TEST: fix subsample to remove version dependence on random generator
- a7aea2a BUILD: restore support for numpy 1.16
- 9e28f97 BUILD: drop support for numpy 1.16
See More
- 2fa8328 Merge branch 'release/1.2.0rc0' into dev/1.2.0rc0
- b005627 API: add optional parameter 'subsample' to method simulate_feature() (#284)
- eab2458 BUILD: set version to 1.2.0rc0
- a81e71e Merge branch 'develop' into 1.1.x
- d8c8f67 BUILD: add required bugfix for docs build (#282)
- dcc78bc Increase version to 1.1.1
- f1dd5a0 Merge branch 'develop' into 1.1.x
- 8bd99ff Merge branch 'develop' into 1.1.x
- c7d87e7 Merge pull request #275 from BCG-Gamma/dev/1.1.0
- 19ec93b Merge branch '1.1.x' into dev/1.1.0
- f2aeeff FIX: make class _FitModelOnFullData a global class to fix Python 3.6 pickling (#276)
- 18aaf94 Merge branch 'release/1.1.0' into dev/1.1.0
- 86e5a26 DOC: update the tutorial notebooks (#265)
- 6e0fd3e API: output shap values of the positive class for binary classifiers (#274)
- 1832b2a REFACTOR: fit on the full-sample as part of the crossfit's Job queue (#270)
- c39d3b6 API: add hidden option: fit the LearnerInspector once on the full sample (#271)
- d398daf REFACTOR: tweak code and docstrings of class LearnerInspector (#272)
- bbd3c05 Merge pull request #273 from BCG-Gamma/build/prep_facet_1.1.0
- bae96f9 BUILD: set facet version to 1.1.0
- 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
- 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.2.0rc0
This is the 1.2.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:
- 472daf9 BUILD: release Facet 1.2.0rc0
- dbce0d5 FIX: correct shap version spec in pyproject.toml
- fbafd6a BUILD: fix max matrix versions at maximum
- 3d8fcda FIX: update nbsphinx to ~=0.8.5 to address new issue with jinja 3.0.0
- 4490885 API: remove deprecated mirror package facet.simulation.partition
- 517d239 FIX: de-duplicate sample index before intersecting with test splits
- 1cf2fee TEST: fix subsample to remove version dependence on random generator
- a7aea2a BUILD: restore support for numpy 1.16
- 9e28f97 BUILD: drop support for numpy 1.16
- 2fa8328 Merge branch 'release/1.2.0rc0' into dev/1.2.0rc0
See More
- b005627 API: add optional parameter 'subsample' to method simulate_feature() (#284)
- eab2458 BUILD: set version to 1.2.0rc0
- a81e71e Merge branch 'develop' into 1.1.x
- d8c8f67 BUILD: add required bugfix for docs build (#282)
- dcc78bc Increase version to 1.1.1
- f1dd5a0 Merge branch 'develop' into 1.1.x
- 8bd99ff Merge branch 'develop' into 1.1.x
- c7d87e7 Merge pull request #275 from BCG-Gamma/dev/1.1.0
- 19ec93b Merge branch '1.1.x' into dev/1.1.0
- f2aeeff FIX: make class _FitModelOnFullData a global class to fix Python 3.6 pickling (#276)
- 18aaf94 Merge branch 'release/1.1.0' into dev/1.1.0
- 86e5a26 DOC: update the tutorial notebooks (#265)
- 6e0fd3e API: output shap values of the positive class for binary classifiers (#274)
- 1832b2a REFACTOR: fit on the full-sample as part of the crossfit's Job queue (#270)
- c39d3b6 API: add hidden option: fit the LearnerInspector once on the full sample (#271)
- d398daf REFACTOR: tweak code and docstrings of class LearnerInspector (#272)
- bbd3c05 Merge pull request #273 from BCG-Gamma/build/prep_facet_1.1.0
- bae96f9 BUILD: set facet version to 1.1.0
- 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
- 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.3
This is the 1.0.3 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:
- 16b8aa2 Merge pull request #280 from BCG-Gamma/dev/1.0.3
- 7e50584 Blank commit for CI
- 6d72a4b Merge branch 'release/1.0.3' into dev/1.0.3
- e27dd81 BUILD: add required bugfix for docs build on 1.0.* (#283)
- e9a925c BUILD: exclude RC releases of next minor release in requirements (#279)
- ac66527 DOC: Update RELEASE_NOTES.rst (#278)
- 57f2874 Prepare for release of v1.0.3 (#277)
This list of changes was auto generated.
facet 1.1.0
This is the 1.1.0 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:
- c7d87e7 Merge pull request #275 from BCG-Gamma/dev/1.1.0
- 19ec93b Merge branch '1.1.x' into dev/1.1.0
- f2aeeff FIX: make class _FitModelOnFullData a global class to fix Python 3.6 pickling (#276)
- 18aaf94 Merge branch 'release/1.1.0' into dev/1.1.0
- 86e5a26 DOC: update the tutorial notebooks (#265)
- 6e0fd3e API: output shap values of the positive class for binary classifiers (#274)
- 1832b2a REFACTOR: fit on the full-sample as part of the crossfit's Job queue (#270)
- c39d3b6 API: add hidden option: fit the LearnerInspector once on the full sample (#271)
- d398daf REFACTOR: tweak code and docstrings of class LearnerInspector (#272)
- bbd3c05 Merge pull request #273 from BCG-Gamma/build/prep_facet_1.1.0
See More
- bae96f9 BUILD: set facet version to 1.1.0
- 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
- 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.