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.