Version 0.13.0
·
183 commits
to develop
since this release
Version 0.13.0
- FIX #1030:
pre-commithooks now no longer should issue a warning. - FIX #1058, #1100: Avoid
NoneTypeerror when printing task withoutclass_labelsattribute. - FIX #1110: Make arguments to
create_studyandcreate_suitethat are defined as optional by the OpenML XSD actually optional. - FIX #1147:
openml.flow.flow_existsno 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
predictionsproperty to OpenMLRun for easy accessibility of prediction data. - ADD #1188: EXPERIMENTAL. Allow downloading all files from a minio bucket with
download_all_files=Trueforget_dataset.