From 48272169c764936faf82b9bc958ee72fa8a74ce7 Mon Sep 17 00:00:00 2001 From: adel Date: Mon, 2 Nov 2020 15:44:06 +0100 Subject: [PATCH 1/2] update progress file --- doc/progress.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/progress.rst b/doc/progress.rst index c3aaf8d14..95005f7fd 100644 --- a/doc/progress.rst +++ b/doc/progress.rst @@ -8,7 +8,10 @@ Changelog 0.11.1 ~~~~~~ - +* MAINT #891: Changed the way that numerical features are stored. Numerical features that range from 0 to 255 are now stored as uint8, which reduces the storage space required as well as storing and loading times. +* MAINT #671: Improved the performance of ``check_datasets_active`` by only querying the given list of datasets in contrast to querying all datasets. Modified the corresponding unit test. +* FIX #964 : AValidate `ignore_attribute`, `` are set to attributes that exist on the dataset when calling ``create_dataset``. +* DOC #973 : Change the task used in the welcome page example so it no longer fails. 0.11.0 ~~~~~~ * ADD #753: Allows uploading custom flows to OpenML via OpenML-Python. From 0c5a36dd4181e65306ec10795045ae299eb86b4e Mon Sep 17 00:00:00 2001 From: adel Date: Mon, 2 Nov 2020 15:48:21 +0100 Subject: [PATCH 2/2] update progress for task 964 --- doc/progress.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/progress.rst b/doc/progress.rst index 3ab6768b8..e95490a23 100644 --- a/doc/progress.rst +++ b/doc/progress.rst @@ -10,7 +10,7 @@ Changelog ~~~~~~ * MAINT #891: Changed the way that numerical features are stored. Numerical features that range from 0 to 255 are now stored as uint8, which reduces the storage space required as well as storing and loading times. * MAINT #671: Improved the performance of ``check_datasets_active`` by only querying the given list of datasets in contrast to querying all datasets. Modified the corresponding unit test. -* FIX #964 : AValidate `ignore_attribute`, `` are set to attributes that exist on the dataset when calling ``create_dataset``. +* FIX #964 : AValidate `ignore_attribute`, `default_target_attribute`, `row_id_attribute` are set to attributes that exist on the dataset when calling ``create_dataset``. * DOC #973 : Change the task used in the welcome page example so it no longer fails using numerical dataset. 0.11.0 ~~~~~~