Version 0.13.0
LennartPurucker
released this
23 Feb 16:02
·
127 commits
to develop
since this release
Version 0.13.0
- FIX #1030:
pre-commit
hooks now no longer should issue a warning. - FIX #1058, #1100: Avoid
NoneType
error when printing task withoutclass_labels
attribute. - FIX #1110: Make arguments to
create_study
andcreate_suite
that are defined as optional by the OpenML XSD actually optional. - FIX #1147:
openml.flow.flow_exists
no longer requires an API key. - FIX #1184: Automatically resolve proxies when downloading from minio. Turn this off by setting environment variable
no_proxy="*"
. - MAIN #1088: Do CI for Windows on Github Actions instead of Appveyor.
- MAINT #1104: Fix outdated docstring for
list_task
. - MAIN #1146: Update the pre-commit dependencies.
- ADD #1103: Add a
predictions
property to OpenMLRun for easy accessibility of prediction data. - ADD #1188: EXPERIMENTAL. Allow downloading all files from a minio bucket with
download_all_files=True
forget_dataset
.