Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUILD: release FACET 2.0.dev1 #336

Merged
merged 110 commits into from
Apr 22, 2022
Merged
Changes from 3 commits
Commits
Show all changes
110 commits
Select commit Hold shift + click to select a range
d4ba6af
BUILD: disable nightly builds on develop branch
j-ittner Jul 13, 2021
0e1dba4
FIX: correctly count positive class frequency in univ. probability sim.
j-ittner Sep 22, 2021
0f9bc0b
TEST: move classifier fixtures to conftest.py
j-ittner Sep 22, 2021
509a39f
TEST: add unit test for class UnivariateProbabilitySimulator
j-ittner Sep 22, 2021
fe744b1
DOC: update release notes
j-ittner Sep 22, 2021
29bb928
Merge pull request #302 from BCG-Gamma/fix/univariate_probability_sim…
j-ittner Sep 22, 2021
19f9f39
Merge branch '1.1.x' into 1.2.x
j-ittner Sep 22, 2021
4dafa4d
TEST: tidy up after merge from 1.1.x
j-ittner Sep 22, 2021
4dad887
DOC: update release notes
j-ittner Sep 22, 2021
d50418c
FIX: do not use subsample index to get actual targets in UnivariatePr…
j-ittner Sep 22, 2021
15f5f02
Merge branch '1.1.x' into 1.2.x
j-ittner Sep 22, 2021
4b231ea
Merge remote-tracking branch 'origin/1.2.x' into 1.2.x
j-ittner Sep 22, 2021
ad5e197
Merge pull request #304 from BCG-Gamma/dev/1.1.1
j-ittner Sep 22, 2021
4657902
DOC: update release notes
j-ittner Sep 22, 2021
c77916e
Merge pull request #305 from BCG-Gamma/dev/1.2.1
j-ittner Sep 22, 2021
07e3fe4
Merge branch '1.2.x' into 2.0.x
j-ittner Sep 22, 2021
db5d0f5
DOC: fix a typo in the release notes
j-ittner Sep 23, 2021
1286e56
BUILD: downgrade nbsphinx to ~=0.7.1
j-ittner Sep 24, 2021
0be136d
DOC: remove reference to obsolete tutorial
j-ittner Sep 24, 2021
02eab61
Merge branch '1.1.x' into 1.2.x
j-ittner Sep 24, 2021
38d31fe
Merge branch '1.2.x' into 2.0.x
j-ittner Sep 24, 2021
034db07
DOC: move api_landing.rst to _templates/
j-ittner Sep 24, 2021
42f6bcd
Merge branch '1.1.x' into 1.2.x
j-ittner Sep 24, 2021
9e74bdd
Merge branch '1.2.x' into 2.0.x
j-ittner Sep 24, 2021
2bc8c23
BUILD: update version to 1.1.2
j-ittner Sep 24, 2021
baba140
BUILD: update version to 1.2.2
j-ittner Sep 24, 2021
5deea5e
FIX: import catboost module if present, else create local module mock…
j-ittner Sep 24, 2021
56f00d0
REFACTOR: replace deprecated df.…(level=…) with df.groupby(level=…).……
j-ittner Sep 24, 2021
671b1dd
Merge branch '1.1.x' into 1.2.x
j-ittner Sep 24, 2021
ac0e47d
Merge branch '1.2.x' into 2.0.x
j-ittner Sep 24, 2021
06a4d67
Auto load data for readme (#310)
bhadurishirsesh Oct 15, 2021
6c859e3
DOC: adjust "critical" BMI threshold in getting started notebook
j-ittner Oct 15, 2021
159ce33
DOC: backport update of getting started notebook from v1.2 (#311)
j-ittner Oct 15, 2021
3fd49a2
Merge branch '1.1.x' into 1.2.x
j-ittner Oct 15, 2021
a01d40e
Merge branch '1.2.x' into 2.0.x
j-ittner Oct 15, 2021
e4a5b44
BUILD: update versions in pyproject.toml
j-ittner Oct 15, 2021
d700cfd
API: adopt revised design of pytools visualisations (#312)
j-ittner Oct 19, 2021
6372467
BUILD: set VM image to 'Ubuntu-latest'
j-ittner Oct 19, 2021
e2760c4
API: move bounds arguments from RangePartitioner.__init__() to .fit()…
j-ittner Oct 19, 2021
7351fad
DOC: update release notes
j-ittner Oct 19, 2021
0dced64
DOC: fix code coverage badge in README.rst
j-ittner Oct 22, 2021
3a389cc
Merge branch '1.1.x' into 1.2.x
j-ittner Oct 22, 2021
d1140f9
DOC: update code coverage badges in README.rst
j-ittner Oct 22, 2021
f66142d
Merge branch '1.2.x' into 2.0.x
j-ittner Oct 22, 2021
15276c2
DOC: update code coverage badges in README.rst
j-ittner Oct 22, 2021
3c026c4
BUILD: globally set Ubuntu-latest as VM image for azure builds
j-ittner Oct 22, 2021
15ace86
Merge branch '1.1.x' into 1.2.x
j-ittner Oct 22, 2021
66cec0f
Merge branch '1.2.x' into 2.0.x
j-ittner Oct 22, 2021
d114ecf
BUILD: globally set Ubuntu-latest as VM image for azure builds
j-ittner Oct 22, 2021
07891f9
Merge branch 'develop' into 1.1.x
j-ittner Oct 22, 2021
6a9eb76
Merge branch '1.1.x' into 1.2.x
j-ittner Oct 22, 2021
e2be664
Merge branch '1.2.x' into 2.0.x
j-ittner Oct 22, 2021
05ba729
FIX: change parameter used in if statement in _FitModelOnFullData (#316)
mtsokol Nov 3, 2021
2630317
DOC: update release notes
j-ittner Nov 9, 2021
75ebc96
Merge branch '1.1.x' into 1.2.x
j-ittner Nov 9, 2021
1053fb4
DOC: update release notes
j-ittner Nov 9, 2021
2fc00f7
Merge branch '1.2.x' into 2.0.x
j-ittner Nov 9, 2021
0257456
BUILD: update conda-build to ~=3.21
j-ittner Jan 19, 2022
3efe2fa
API: run simulations using single model instead of CrossFit (#314)
j-ittner Jan 20, 2022
ecd7b43
API: run LearnerInspector using single model instead of CrossFit (#313)
j-ittner Jan 24, 2022
a510872
FIX: update pandas option name (#322)
mtsokol Jan 28, 2022
43895df
FIX: add support for pandas 1.4 for 2.0.x (#319)
mtsokol Jan 28, 2022
328f997
API: run LearnerRanker using single model instead of CrossFit (#317)
j-ittner Feb 16, 2022
b1ac41d
BUILD: use conda-build~=3.21 in azure-pipelines.yml
j-ittner Feb 18, 2022
9ab891f
BUILD: relax numpy dependency to <2a
j-ittner Feb 18, 2022
1775d98
BUILD: limit pytools and sklearndf to 1.1.x
j-ittner Feb 18, 2022
50f572e
BUILD: use numpy 1.22 in max matrix test
j-ittner Feb 18, 2022
c9f7e24
BUILD: fix max matrix test build with tox (#326)
j-ittner Feb 21, 2022
bc28e66
BUILD: update RELEASE_NOTES.rst
j-ittner Feb 21, 2022
808a480
Merge remote-tracking branch 'origin/release/1.1.2' into 1.1.x
j-ittner Feb 21, 2022
3492f0b
Merge branch '1.1.x' into 1.2.x
j-ittner Feb 21, 2022
b20fcdc
BUILD: pin markupsafe to < 2.1; tweak environment.yml
j-ittner Feb 21, 2022
369b96c
Merge branch 'release/1.1.2' into dev/1.1.2
j-ittner Feb 21, 2022
3ba66e3
FIX: numpy requirement for build.matrix.min
j-ittner Feb 21, 2022
30dedbb
Merge remote-tracking branch 'origin/dev/1.1.2' into dev/1.1.2
j-ittner Feb 21, 2022
368ad36
BUILD: move non-essential requirements from build to test in meta.yaml
j-ittner Feb 21, 2022
8286e3c
BUILD: pin down min build matrix further
j-ittner Feb 22, 2022
fb5ba8f
BUILD: fix version specs for numpy and ipython
j-ittner Feb 22, 2022
095b35b
Merge pull request #327 from BCG-Gamma/dev/1.1.2
j-ittner Feb 22, 2022
27da895
Merge remote-tracking branch 'origin/release/1.1.2' into 1.1.x
j-ittner Feb 22, 2022
a92afa9
Merge branch '1.1.x' into 1.2.x
j-ittner Feb 22, 2022
c3b8124
Merge remote-tracking branch 'origin/release/1.2.2' into 1.2.x
j-ittner Feb 22, 2022
b24f131
BUILD: update conda build/test requirements in meta.yaml
j-ittner Feb 22, 2022
f546789
BUILD: update version to 1.1.3
j-ittner Feb 22, 2022
b68d1d2
Merge branch '1.1.x' into 1.2.x
j-ittner Feb 23, 2022
3421073
BUILD: rename GitHub connection to github-release
j-ittner Mar 1, 2022
31cb293
BUILD: update GitHub connection
j-ittner Mar 3, 2022
43dc6d4
FIX: passing package path to get_package_version() in Azure pipeline
j-ittner Mar 3, 2022
3a4f33b
Merge branch '1.1.x' into 1.2.x
j-ittner Mar 3, 2022
93b7cd3
Merge branch '1.2.x' into 2.0.x
j-ittner Mar 3, 2022
74f4ac8
FIX: address Azure bug that could add a \' to the end of version tags
j-ittner Mar 3, 2022
51fb941
Merge branch '1.1.x' into 1.2.x
j-ittner Mar 3, 2022
ae895fe
Merge branch '1.2.x' into 2.0.x
j-ittner Mar 3, 2022
1a7859b
API: make method FittableMixin.ensure_fitted public (#330)
j-ittner Mar 4, 2022
4bb6494
API: bump min Python version to 3.7 and max python version to 3.9 (#328)
j-ittner Mar 5, 2022
21db1a3
BUILD: update black to v22.1 (#329)
j-ittner Mar 7, 2022
0cd01d0
BUILD: add support for mypy (#324)
mtsokol Mar 7, 2022
30f6a4d
BUILD: update package requirements
j-ittner Mar 10, 2022
f91e45f
BUILD: update azure pipeline
j-ittner Mar 10, 2022
3ed7a27
FIX: typo in environment.yml
j-ittner Mar 10, 2022
3965402
Merge branch '2.0.x' of git@github.com:BCG-Gamma/facet.git
j-ittner Mar 10, 2022
cd647e8
API: remove class FullSampleValidator (#332)
j-ittner Mar 14, 2022
283b86b
BUILD: update black to 22.3
j-ittner Apr 11, 2022
f132449
BUILD: update scipy to min=1.4 max=1.8
j-ittner Apr 11, 2022
6a5659d
FIX: don't use zipfian distribution so test works with scipy<1.7
j-ittner Apr 13, 2022
ca8e71e
TEST: make min matrix tests work again
j-ittner Apr 13, 2022
c5fab3d
BUILD: restore scipy 1.2 support in tests
j-ittner Apr 14, 2022
5f9f52f
BUILD: change scipy 1.2.3 to 1.2.1 in min build
j-ittner Apr 14, 2022
5908b20
BUILD: use oldest-supported-numpy in build env to prevent numpy issues
j-ittner Apr 20, 2022
ede0d22
FIX: min build (#337)
j-ittner Apr 22, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

These merge commits were added into this branch cleanly.

There are no new changes to show.