Skip to content

Releases: BCG-X-Official/facet

facet 2.2.2

12 Sep 13:36
6fbeaf5

Choose a tag to compare

This is the 2.2.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:

  • 6fbeaf5 Merge pull request #388 from BCG-X-Official/dev/2.2.2
  • 4667c58 FIX: fix pipeline unpacking in estimator extraction logic
  • 3f8ba25 FIX: allow parameters to override public fields of class ParameterSpace (#387)
  • 3946c51 BUILD: update version to 2.2.2

This list of changes was auto generated.

facet 2.2.1

03 Sep 20:20
888881b

Choose a tag to compare

This is the 2.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:

  • 888881b Merge pull request #386 from BCG-X-Official/dev/2.2.1
  • 276b474 FIX: translate pandas categorical dtypes to numpy dtypes in simulation (#385)
  • 0243488 Merge branch '2.1.x' into 2.2.x
  • f59c8c8 BUILD: update nightly build branch to 2.2.x
  • e0af54b BUILD: update version to 2.2.1

This list of changes was auto generated.

facet 2.2.0

25 Jul 18:14
c270f47

Choose a tag to compare

This is the 2.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:

  • c270f47 Merge pull request #384 from BCG-X-Official/dev/2.2.0
  • a39f829 BUILD: update version to 2.2.0
  • f02c360 FIX: revert PyPi upload password variable in Azure Pipelines to facet
  • 158c950 BUILD: update Python version to 3.12 in Azure Pipelines configuration
  • 9cf4263 Merge pull request #383 from BCG-X-Official/dev/2.2rc0
  • 0dfc3a1 BUILD: update doc build versions in environment.yml for compatibility
  • 87edd74 BUILD: remove basepython config in tox.ini; rely on pipeline config
  • b34b2e6 REFACTOR: Add support for pytools 3.0, sklearndf 2.4, shap ≥ 0.45, NumPy 2.0 (#376)
  • dde5c7e FIX: initialize ShapPlotData with preprocessed feature names (#381)
  • e99beeb BUILD: run nightly builds on the 2.1.x branch
See More
  • 1ccb55d Merge branch '2.0.x' into 2.1.x
  • 4b634d1 BUILD: run pipeline on pushes to 2.0.x
  • 6b8599a BUILD: update version to 2.1.2
  • 4c4b12b BUILD: run pipeline on PRs to 2.1.x
  • d92e81e Merge branch '2.0.x' into 2.1.x
  • 618904b BUILD: run nightly builds on the 2.1.x branch

This list of changes was auto generated.

facet 2.2rc0

25 Jul 13:35
9cf4263

Choose a tag to compare

facet 2.2rc0 Pre-release
Pre-release

This is the 2.2rc0 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:

  • 9cf4263 Merge pull request #383 from BCG-X-Official/dev/2.2rc0
  • 0dfc3a1 BUILD: update doc build versions in environment.yml for compatibility
  • 87edd74 BUILD: remove basepython config in tox.ini; rely on pipeline config
  • b34b2e6 REFACTOR: Add support for pytools 3.0, sklearndf 2.4, shap ≥ 0.45, NumPy 2.0 (#376)
  • dde5c7e FIX: initialize ShapPlotData with preprocessed feature names (#381)
  • e99beeb BUILD: run nightly builds on the 2.1.x branch
  • 1ccb55d Merge branch '2.0.x' into 2.1.x
  • 4b634d1 BUILD: run pipeline on pushes to 2.0.x
  • 6b8599a BUILD: update version to 2.1.2
  • 4c4b12b BUILD: run pipeline on PRs to 2.1.x
See More
  • d92e81e Merge branch '2.0.x' into 2.1.x
  • 618904b BUILD: run nightly builds on the 2.1.x branch

This list of changes was auto generated.

facet 2.1.1

15 Nov 17:17
66bea15

Choose a tag to compare

This is the 2.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:

  • 66bea15 Merge pull request #378 from BCG-X-Official/dev/2.1.1
  • 290864b Merge branch '2.1.x' into dev/2.1.1
  • c0b6a15 Merge branch '2.0.x' into 2.1.x
  • 4f60535 Merge branch 'release/2.0.1' into 2.0.x
  • 328ee53 BUILD: update version to 2.1.1
  • b535b16 Merge branch '2.0.x' into 2.1.x
  • 55b451c BUILD: update version to 2.0.2
  • 3a5da89 DOC: update release notes
  • af06265 Merge branch '2.0.x' into 2.1.x
  • 368ae42 Merge branch '2.0.x' into 2.1.x
See More
  • ba5cb98 Update README.rst
  • 3696daf Merge branch '2.0.x' into 2.1.x
  • 319ee56 Merge branch '2.0.x' into 2.1.x
  • 70f757f Merge pull request #373 from BCG-Gamma/dev/2.1.0
  • 7003f4e BUILD: update version to 2.1.0
  • c5d7cbf Merge pull request #371 from BCG-Gamma/dev/2.1rc0
  • e9efa29 DOC: tweak release notes
  • 118a8e3 DOC: tweak docstrings for learner inspectors
  • 4ee81f6 FIX: check properties of superclasses in is_fitted()
  • 03fc727 BUILD: require zipp<3.16 for min conda test with Python 3.7
  • e880e6f TEST: only re-fit the model where needed
  • 921b385 BUILD: require zipp<3.16 for min test with Python 3.7
  • c075e10 BUILD: update min and max matrix test package dependencies
  • e769708 Merge remote-tracking branch 'origin/dev/2.1rc0' into dev/2.1rc0
  • 1833b3c FIX: test native learner inspectors w/o preprocessing for sklearn 1.0.x (#372)
  • 422ea53 Merge branch '2.0.x' into 2.1.x
  • bfa5da7 API: add support for inspecting native scikit-learn learners and learner pipelines (#369) [ #370 ]
  • 5fe3110 REFACTOR: reformat code with newest black
  • b9489d8 DOC: update release notes
  • 229d323 BUILD: change version to 2.1rc0

This list of changes was auto generated.

facet 2.0.1

14 Nov 21:30
0948ac8

Choose a tag to compare

This is the 2.0.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:

  • 0948ac8 Merge pull request #377 from BCG-X-Official/dev/2.0.1
  • 093eafc FIX: fetch required doc branches from remote before checking them out
  • 9b4bae3 Merge pull request #375 from BCG-X-Official/fix/matplotlib-3.6
  • 876c2e2 BUILD: update versions in environment.yml
  • beecd1f BUILD: update black to 23.10.1
  • e673acb FIX: replace call to deprecated Axes.get_text_heights()
  • a5c75ec Rename github org to BCG-X-Official
  • 4c8e403 Rename github org to BCG-X-Official
  • 0f6cbf5 Rename github org to BCG-X-Official

This list of changes was auto generated.

facet 2.1.0

11 Jul 16:35
70f757f

Choose a tag to compare

This is the 2.1.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:

  • 70f757f Merge pull request #373 from BCG-Gamma/dev/2.1.0
  • 7003f4e BUILD: update version to 2.1.0
  • c5d7cbf Merge pull request #371 from BCG-Gamma/dev/2.1rc0
  • e9efa29 DOC: tweak release notes
  • 118a8e3 DOC: tweak docstrings for learner inspectors
  • 4ee81f6 FIX: check properties of superclasses in is_fitted()
  • 03fc727 BUILD: require zipp<3.16 for min conda test with Python 3.7
  • e880e6f TEST: only re-fit the model where needed
  • 921b385 BUILD: require zipp<3.16 for min test with Python 3.7
  • c075e10 BUILD: update min and max matrix test package dependencies
See More
  • e769708 Merge remote-tracking branch 'origin/dev/2.1rc0' into dev/2.1rc0
  • 1833b3c FIX: test native learner inspectors w/o preprocessing for sklearn 1.0.x (#372)
  • 422ea53 Merge branch '2.0.x' into 2.1.x
  • b67f376 REFACTOR: reformat code with newest black
  • bfa5da7 API: add support for inspecting native scikit-learn learners and learner pipelines (#369) [ #370 ]
  • 5fe3110 REFACTOR: reformat code with newest black
  • b9489d8 DOC: update release notes
  • 229d323 BUILD: change version to 2.1rc0
  • b9f6b73 API: support simple (non-pipeline) learners in LearnerInspector (#368)
  • 6749064 FIX: refer to arg model (not pipeline) in LearnerInspector exceptions (#367)
  • b389393 FIX: install micromamba for nightly builds
  • ea41a47 BUILD: simplify development environment
  • 1bd64ed BUILD: use mamba for faster conda builds (#365)
  • 3cead7b Merge branch '1.2.x' into 2.0.x
  • 1f0881e BUILD: update version to 2.0.1
  • b481df0 BUILD: disallow numpy >=1.24, which is incompatible with shap <=0.40
  • 011d472 BUILD: bump flake8 to ~=5.0
  • 7a06233 BUILD: change flake8 repo to GitHub

This list of changes was auto generated.

facet 2.1rc0

11 Jul 15:47
c5d7cbf

Choose a tag to compare

facet 2.1rc0 Pre-release
Pre-release

This is the 2.1rc0 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:

  • c5d7cbf Merge pull request #371 from BCG-Gamma/dev/2.1rc0
  • e9efa29 DOC: tweak release notes
  • 118a8e3 DOC: tweak docstrings for learner inspectors
  • 4ee81f6 FIX: check properties of superclasses in is_fitted()
  • 03fc727 BUILD: require zipp<3.16 for min conda test with Python 3.7
  • e880e6f TEST: only re-fit the model where needed
  • 921b385 BUILD: require zipp<3.16 for min test with Python 3.7
  • c075e10 BUILD: update min and max matrix test package dependencies
  • e769708 Merge remote-tracking branch 'origin/dev/2.1rc0' into dev/2.1rc0
  • 1833b3c FIX: test native learner inspectors w/o preprocessing for sklearn 1.0.x (#372)
See More
  • 422ea53 Merge branch '2.0.x' into 2.1.x
  • b67f376 REFACTOR: reformat code with newest black
  • bfa5da7 API: add support for inspecting native scikit-learn learners and learner pipelines (#369) [ #370 ]
  • 5fe3110 REFACTOR: reformat code with newest black
  • b9489d8 DOC: update release notes
  • 229d323 BUILD: change version to 2.1rc0
  • b9f6b73 API: support simple (non-pipeline) learners in LearnerInspector (#368)
  • 6749064 FIX: refer to arg model (not pipeline) in LearnerInspector exceptions (#367)
  • b389393 FIX: install micromamba for nightly builds
  • ea41a47 BUILD: simplify development environment
  • 1bd64ed BUILD: use mamba for faster conda builds (#365)
  • 3cead7b Merge branch '1.2.x' into 2.0.x
  • 1f0881e BUILD: update version to 2.0.1
  • b481df0 BUILD: disallow numpy >=1.24, which is incompatible with shap <=0.40
  • 011d472 BUILD: bump flake8 to ~=5.0
  • 7a06233 BUILD: change flake8 repo to GitHub

This list of changes was auto generated.

facet 2.0.0

17 May 09:21
bd02c4c

Choose a tag to compare

This is the 2.0.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:

  • bd02c4c Merge pull request #362 from BCG-Gamma/dev/2.0.0
  • b921823 DOC: replace '*' with '\cdot' in LaTeX formulæ
  • c1169a7 Merge remote-tracking branch 'origin/dev/2.0.0' into dev/2.0.0
  • d6d607b DOC: update FACET 2.0 summary and add announcement to README.rst
  • ecbf8fb DOC: update FACET 2.0 summary and add announcement to README.rst
  • d2f5009 DOC: tweak release notes
  • 33a7a30 FIX: fix a type annotation
  • 684b75d DOC: don't inherit docstring of shap Explainer.init in BaseExplainer
  • 1fd3894 MERGE: re-introduce numpy hack for SHAP after merge of refactoring
  • 9318b10 Merge branch '2.0.x' into dev/2.0.0
See More
  • ff921d5 REFACTOR: move explainer classes to dedicated explainer sub-package (#363)
  • e19f2d0 DOC: tweak docstrings
  • 51538b7 DOC: tweak release notes
  • 7185963 DOC: update release notes
  • ce80163 BUILD: publish documentation artefacts without compressing them first
  • 9f2e964 BUILD: apply a hack to address shap's incompatibility with numpy>=1.24
  • d403918 BUILD: apply a hack to address shap's incompatibility with numpy>=1.24
  • d9648b4 Merge branch '1.2.x' into 2.0.x
  • 7563e57 Merge remote-tracking branch 'origin/release/1.2.3' into 1.2.x
  • 306ef59 BUILD: require pytools 2.1 and sklearndf 2.2
  • 630ba45 BUILD: don't ignore pytools for mypy checks
  • 1d3dfe7 API: factor out abstract base class ModelInspector from LearnerInspector, and introduce new FunctionInspector (#352) [ #361 ]
  • 73a4025 BUILD: ignore optional packages in meta.yaml
  • 1ca9a6a BUILD: use micromamba to solve environment.yml (#360)
  • 0c5ecfa Merge branch '1.2.x' into 2.0.x
  • f368979 BUILD: set version to 2.0.0
  • fb88729 Merge pull request #358 from BCG-Gamma/dev/2.0rc2
  • 234f1d9 DOC: do not check out pytools to build docs
  • 48c8966 DOC: build sphinx docs using pytools 2.1.x
  • f5b01e3 TEST: increase tolerance in check_ranking to cover sklearn 0.24 results
  • 9b21c34 BUILD: set version to 2.0rc2
  • 34c503f FIX: make adjustments for sklearndf 2.2rc API
  • 15a610b BUILD: use sklearndf 2.2rc
  • 4b73d71 BUILD: use sklearndf 2.2rc
  • f017f69 FIX: fix mypy checks & development package requirements (#356)
  • c17b6c2 Add link to 2.0 documentation
  • ad013dd API: accept additional partitioner parameters in simulate_feature() (#355)
  • ab3d158 IDE: set facet-base as the default conda environment in PyCharm
  • e9847f0 BUILD: update version to 1.2.4
  • 95d5376 BUILD: require sklearndf~=2.2.dev for mypy
  • 8a1cfe0 Merge remote-tracking branch 'origin/release/2.0rc1' into 2.0.x
  • fae8b82 FIX: add CandidateEstimatorDF._get_outputs as required by sklearndf 2.2
  • bfa3e2f BUILD: require sklearndf~=2.2.dev
  • 68fbd34 BUILD: upgrade to mypy 0.981
  • 3b93e2a Merge branch '1.2.x' into 2.0.x
  • 006d0c5 API: support pytools 2.1 @fitted_only decorator (#351)
  • a072031 Merge pull request #350 from BCG-Gamma/dev/2.0rc1
  • e841be4 BUILD: require pytools ~=2.0.x while we're in release candidate stage
  • 642dda9 BUILD: require pytools ~=2.0.x while we're in release candidate stage
  • 4dbdd57 BUILD: update version to 2.0rc1
  • 87cc9ec BUILD: require pytools ~=2.0.x while we're in release candidate stage
  • 7ab0732 BUILD: update version to 2.0.0
  • 537d8be Merge pull request #349 from BCG-Gamma/dev/2.0rc0
  • fd016f6 DOC: tweak docstrings
  • 9cc2881 BUILD: update azire pipeline
  • 1bdc49b API: Rename ModelSelector to LearnerSelector (#348)
  • dba2d2c BUILD: update version to 2.0rc0
  • 5c687eb FIX: re-add required dependencies for mypy check
  • f675646 BUILD: update code quality checker versions
  • 7ad28b9 DOC: update docs and tutorials to 2.0 (#321) [ #341 ]
  • cd53881 BUILD: use python 3.9 with the mypy pre-commit hook
  • eeaf70d BUILD: require python ~=3.9 in environment.yml
  • bf747bc BUILD: require python ~=3.9 in 'max' matrix builds
  • a140cd4 BUILD: add pre-commit ~=2.20 to environment.yml
  • 819abe7 BUILD: relax python dependency to ~=3.8
  • 690134a DOC: enable local sphinx builds (#345)
  • f14982a validation (#347)
  • e2e5cf5 API: raise exception if the name of any Sample column is not a string (#339)
  • c9f4dd7 REFACTOR: support mypy checks in 'strict' mode (#346)
  • 487b13d BUILD: update package dependencies
  • 15488ec BUILD: update package versions for code linters
  • 99c3df4 BUILD: use stable pytools ~=2.0,>=2.0.1
  • b19ebed BUILD: update pytest to ~=7.1
  • dcaed31 BUILD: update azure-pipelines.yml in line with pytools pipeline
  • 8357c0b BUILD: update build config to support updates to pytools make.py
  • 68fc041 TEST: tidy up unit tests (#340)
  • 52e80c4 IDE: ignore .mypy_cache folder
  • b1b9844 BUILD: use pytools 2.0
  • 812e09e BUILD: update flake8 and mypy to latest versions in pre-commit config (#342)
  • 5c832f8 BUILD: update version to 2.0.dev2
  • 0182c8d Merge remote-tracking branch 'origin/release/2.0.dev1' into 2.0.x
  • cbdef1b clean up after merge
  • 63a0ea5 Merge branch '1.2.x' into 2.0.x
  • 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)
  • 3965402 Merge branch '2.0.x' of git@github.com: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
  • 93b7cd3 Merge branch '1.2.x' into 2.0.x
  • 3421073 BUILD: rename GitHub connection to github-release
  • 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...
Read more

facet 2.0rc2

24 Jan 11:59
fb88729

Choose a tag to compare

facet 2.0rc2 Pre-release
Pre-release

This is the 2.0rc2 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:

  • fb88729 Merge pull request #358 from BCG-Gamma/dev/2.0rc2
  • 234f1d9 DOC: do not check out pytools to build docs
  • 48c8966 DOC: build sphinx docs using pytools 2.1.x
  • f5b01e3 TEST: increase tolerance in check_ranking to cover sklearn 0.24 results
  • 9b21c34 BUILD: set version to 2.0rc2
  • 34c503f FIX: make adjustments for sklearndf 2.2rc API
  • 15a610b BUILD: use sklearndf 2.2rc
  • 4b73d71 BUILD: use sklearndf 2.2rc
  • f017f69 FIX: fix mypy checks & development package requirements (#356)
  • c17b6c2 Add link to 2.0 documentation
See More
  • ad013dd API: accept additional partitioner parameters in simulate_feature() (#355)
  • ab3d158 IDE: set facet-base as the default conda environment in PyCharm
  • 95d5376 BUILD: require sklearndf~=2.2.dev for mypy
  • 8a1cfe0 Merge remote-tracking branch 'origin/release/2.0rc1' into 2.0.x
  • fae8b82 FIX: add CandidateEstimatorDF._get_outputs as required by sklearndf 2.2
  • bfa3e2f BUILD: require sklearndf~=2.2.dev
  • 68fbd34 BUILD: upgrade to mypy 0.981
  • 3b93e2a Merge branch '1.2.x' into 2.0.x
  • 006d0c5 API: support pytools 2.1 @fitted_only decorator (#351)
  • a072031 Merge pull request #350 from BCG-Gamma/dev/2.0rc1
  • e841be4 BUILD: require pytools ~=2.0.x while we're in release candidate stage
  • 642dda9 BUILD: require pytools ~=2.0.x while we're in release candidate stage
  • 4dbdd57 BUILD: update version to 2.0rc1
  • 87cc9ec BUILD: require pytools ~=2.0.x while we're in release candidate stage
  • 7ab0732 BUILD: update version to 2.0.0
  • 537d8be Merge pull request #349 from BCG-Gamma/dev/2.0rc0
  • fd016f6 DOC: tweak docstrings
  • 9cc2881 BUILD: update azire pipeline
  • 1bdc49b API: Rename ModelSelector to LearnerSelector (#348)
  • dba2d2c BUILD: update version to 2.0rc0
  • 5c687eb FIX: re-add required dependencies for mypy check
  • f675646 BUILD: update code quality checker versions
  • 7ad28b9 DOC: update docs and tutorials to 2.0 (#321) [ #341 ]
  • cd53881 BUILD: use python 3.9 with the mypy pre-commit hook
  • eeaf70d BUILD: require python ~=3.9 in environment.yml
  • bf747bc BUILD: require python ~=3.9 in 'max' matrix builds
  • a140cd4 BUILD: add pre-commit ~=2.20 to environment.yml
  • 819abe7 BUILD: relax python dependency to ~=3.8
  • 690134a DOC: enable local sphinx builds (#345)
  • f14982a validation (#347)
  • e2e5cf5 API: raise exception if the name of any Sample column is not a string (#339)
  • c9f4dd7 REFACTOR: support mypy checks in 'strict' mode (#346)
  • 487b13d BUILD: update package dependencies
  • 15488ec BUILD: update package versions for code linters
  • 99c3df4 BUILD: use stable pytools ~=2.0,>=2.0.1
  • b19ebed BUILD: update pytest to ~=7.1
  • dcaed31 BUILD: update azure-pipelines.yml in line with pytools pipeline
  • 8357c0b BUILD: update build config to support updates to pytools make.py
  • 68fc041 TEST: tidy up unit tests (#340)
  • 52e80c4 IDE: ignore .mypy_cache folder
  • b1b9844 BUILD: use pytools 2.0
  • 812e09e BUILD: update flake8 and mypy to latest versions in pre-commit config (#342)
  • 5c832f8 BUILD: update version to 2.0.dev2
  • 0182c8d Merge remote-tracking branch 'origin/release/2.0.dev1' into 2.0.x
  • cbdef1b clean up after merge
  • 63a0ea5 Merge branch '1.2.x' into 2.0.x
  • 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)
  • 3965402 Merge branch '2.0.x' of git@github.com: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
  • 93b7cd3 Merge branch '1.2.x' into 2.0.x
  • 3421073 BUILD: rename GitHub connection to github-release
  • 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
  • e2be664 Merge branch '1.2.x' into 2.0.x
  • 66cec0f Merge branch '1.2.x' into 2.0.x
  • 15276c2 DOC: update code coverage badges in README.rst
  • f66142d Merge branch '1.2.x' into 2.0.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
  • ac0e47d Merge branch '1.2.x' into 2.0.x
  • 56f00d0 REFACTOR: replace deprecated df.…(level=…) with df.groupby(level=…).… (#307)
  • 9e74bdd Merge branch '1.2.x' into 2.0.x
  • 38d31fe Merge branch '1.2.x' into 2.0.x
  • 07e3fe4 Merge branch '1.2.x' into 2.0.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
  • c5b7c48 API: replace MatplotStyle.renderer wi...
Read more