facet 2.0.dev1
Pre-release
Pre-release
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 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.