0.6.0
What's Changed
- Add badges to readme and enable codecov by @kklein in #14
- Warn instead of raising an error if
SLearner
is givenfeature_set
by @kklein in #16 - Fix typo in badge. by @kklein in #17
- Check for superset instead of set equality in
_initialize_model_dict
by @kklein in #15 - Fix typo in docs by @kklein in #18
- Link two terms from glossary. by @kklein in #19
- Fix optuna example by @FrancescMartiEscofetQC in #23
- Fix
fit
docs by @FrancescMartiEscofetQC in #25 - Improve docs by @FrancescMartiEscofetQC in #21
- Migrate to pixi by @kklein in #12
- Delete traces from migration to pixi by @FrancescMartiEscofetQC in #27
- Add mypy notebooks check by @FrancescMartiEscofetQC in #26
- Fix 'SLearner` feature set by @FrancescMartiEscofetQC in #20
- Add a development page to docs by @kklein in #28
- Remove LGBM verbosity from reuse example by @FrancescMartiEscofetQC in #29
- Enable Windows unit tests in CI by @kklein in #32
- Parametrize evaluate by @FrancescMartiEscofetQC in #8
- Expect explicit dimensions in reshaping by @kklein in #35
- Rename T to W in docs by @kklein in #36
- Update pixi lockfile by @quant-ranger in #37
- Increase lower bound on sklearn. by @kklein in #31
- Remove conda recipe. by @kklein in #41
- Add link to development section to readme by @FrancescMartiEscofetQC in #40
- Add a PyPI upload action by @kklein in #43
- Add value proposition and example to readme. by @kklein in #44
- Remove
git_root
from packaged modules by @kklein in #45 - Implement MetaLearnerGridSearch by @FrancescMartiEscofetQC in #9
- Use pixi for benchmarking. by @kklein in #46
- Fix score time by @FrancescMartiEscofetQC in #48
- Fix text in reuse example by @FrancescMartiEscofetQC in #50
MetaLearnerGridSearch
example by @FrancescMartiEscofetQC in #49- Fix trigger of PyPI action by @kklein in #55
- PyPI action: Specify OIDC permissions and GitHub environment by @kklein in #56
New Contributors
- @quant-ranger made their first contribution in #37
Full Changelog: 0.4.1...0.6.0