diff --git a/doc/progress.rst b/doc/progress.rst index 2e0774845..e95490a23 100644 --- a/doc/progress.rst +++ b/doc/progress.rst @@ -10,7 +10,8 @@ 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`, `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 ~~~~~~ * ADD #753: Allows uploading custom flows to OpenML via OpenML-Python.