Releases: automl/amltk
1.4.0
1.4.0 (2023-12-12)
Feat
- Scheduler: Monitor to view efficiency (#197)
Fix
- data:
reduce_int_span
with nullable dtypes (#200)
Refactor
- Scheduling:
limit
->max_calls
(#201)
[main df8096d] bump: version 1.3.4 → 1.4.0
3 files changed, 17 insertions(+), 3 deletions(-)
What's Changed
- chore: bump actions/setup-python from 4 to 5 by @dependabot in #202
- feat(Scheduler): Monitor to view efficiency by @eddiebergman in #197
- fix(data):
reduce_int_span
with nullable dtypes by @eddiebergman in #200 - refactor(Scheduling):
limit
->max_calls
by @eddiebergman in #201
Full Changelog: 1.3.4...1.4.0
1.3.4
1.3.4 (2023-12-07)
Fix
- pipeline: configure only operates on chosen choice (#195)
[main 7ba7987] bump: version 1.3.3 → 1.3.4
3 files changed, 9 insertions(+), 3 deletions(-)
What's Changed
- doc: Fixup indentation preventing view by @eddiebergman in #194
- fix(pipeline): configure only operates on chosen choice by @eddiebergman in #195
Full Changelog: 1.3.3...1.3.4
1.3.3
1.3.3 (2023-12-06)
Fix
- rich: Move import into scoped block (#193)
[main b56d730] bump: version 1.3.2 → 1.3.3
3 files changed, 9 insertions(+), 3 deletions(-)
What's Changed
- doc: Update readme by @eddiebergman in #191
- Doc readme update by @eddiebergman in #192
- fix(rich): Move import into scoped block by @eddiebergman in #193
Full Changelog: 1.3.2...1.3.3
1.3.2
1.3.2 (2023-12-06)
Fix
- _doc: Catch missing else statement for
doc_print
(#190)
[main b17aec1] bump: version 1.3.1 → 1.3.2
3 files changed, 9 insertions(+), 3 deletions(-)
What's Changed
- fix(_doc): Catch missing else statement by @eddiebergman in #190
Full Changelog: 1.3.1...1.3.2
1.3.1
1.3.1 (2023-12-05)
Fix
- pyproject: Change to recognized classifier for PyPI (#189)
[main 48f72bd] bump: version 1.3.0 → 1.3.1
3 files changed, 9 insertions(+), 3 deletions(-)
What's Changed
- fix(pyproject): Change to recognized classifier for PyPI by @eddiebergman in #189
Full Changelog: 1.3.0...1.3.1
1.3.0
1.3.0 (2023-12-05)
Feat
- History: Default to normalizing time of history output
Fix
- Provide more information if
built_item
fails (#187) - _doc: Use
isinstance
on types - Optimizers: Default to optimizer name #174
Refactor
- History: History provides mutator methods
- Move
StoredValue
to own file in.store
[main e99ec2f] bump: version 1.2.4 → 1.3.0
3 files changed, 20 insertions(+), 3 deletions(-)
What's Changed
- doc: Add colab link for AutoML Fall School 2023 by @eddiebergman in #173
- doc: update CONTRIBUTING.md with installation instructions for Windows. by @vladislavalerievich in #179
- Add issue templates by @mfeurer in #178
- Change license by @mfeurer in #181
- Add PR template by @mfeurer in #183
- Add code of conduct by @mfeurer in #182
- ci(pr-template): Add additional statements by @eddiebergman in #185
- Solve #174, doc updates and small refactors by @eddiebergman in #184
- doc: Change output type of cells in optimization guide by @eddiebergman in #186
- fix: Provide more information if
built_item
fails by @eddiebergman in #187
New Contributors
- @vladislavalerievich made their first contribution in #179
- @mfeurer made their first contribution in #178
Full Changelog: 1.2.4...1.3.0
1.2.4
1.2.4 (2023-11-25)
Fix
- docs: Optimizer inline examples (#172)
[main ef4d9bb] bump: version 1.2.3 → 1.2.4
3 files changed, 9 insertions(+), 3 deletions(-)
What's Changed
- fix(docs): Examples by @eddiebergman in #172
Full Changelog: 1.2.3...1.2.4
1.2.3
1.2.3 (2023-11-24)
Fix
- Trial: Add table to rich renderables (#170)
- dask-jobqueue: Default to
scale()
for predictable behaviour (#168)
[main 1b41aa2] bump: version 1.2.2 → 1.2.3
3 files changed, 10 insertions(+), 3 deletions(-)
What's Changed
- fix(dask-jobqueue): Prevent endless enter cycle by @eddiebergman in #168
- doc(dask-jobqueu): Add an example for runnig with SLURM by @eddiebergman in #169
- fix(Trial): Add table to rich renderables by @eddiebergman in #170
- ci: Only test
"doc-runnable"
examples by @eddiebergman in #171
Full Changelog: 1.2.2...1.2.3
1.2.2
1.2.2 (2023-11-23)
Fix
- test: remove stray output from test/docs
[main cb0c1f3] bump: version 1.2.1 → 1.2.2
3 files changed, 9 insertions(+), 3 deletions(-)
What's Changed
- doc: Various small fixes by @eddiebergman in #165
- fix(Optimizer): Ensure optimizer implementations get correct working-dir by @eddiebergman in #167
Full Changelog: 1.2.1...1.2.2
1.2.1
1.2.1 (2023-11-22)
Fix
- pipeline:
request()
correctly sets config key - Scheduler: Make sure it's displayable in notebook
[main 4de8c1c] bump: version 1.2.0 → 1.2.1
3 files changed, 10 insertions(+), 3 deletions(-)
What's Changed
- ci: Set releases as full release, not pre-release by @eddiebergman in #158
- doc(README): Add
ruff
badge by @eddiebergman in #159 - chore: bump actions/checkout from 3 to 4 by @dependabot in #161
- fix(Scheduler): Make sure it's displayable in notebook by @eddiebergman in #162
- fix(pipeline):
request()
correctly sets config key by @eddiebergman in #164
Full Changelog: 1.2.0...1.2.1