You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add deprecation warning for retrieving dict
* Refactor check_datasets_active to work with dataframe
* Update unit tests to use list_datasets with output_format dataframe
* Move list_datasets test to proper file
* Remove list_datasets test, duplicate in test_datasets_functions
duplicate of tests/test_datasets/test_dataset_functions.py::test_list_datasets
* Update list_flows calls to use output_format='dataframe'
* Update list_runs calls to require dataframe output
* Update list_setup calls for deprecation
* Update list_study calls
* Update list_tasks to specify output_format dataframe
* Add `output_format` to `list_datasets` call
* Add TODO markers for removing `dict` support of `list_*` functions
* Make status check less strict, call list_dataset with output_format
* Change index on id to did, since thats the dataset id's column name
* Update test to reflect new error message
* Fix bug introduced by refactor
Must check results are (somewhat) complete before processing results
* Fix minor oversights of refactoring
* Rename variables to reflect they are no longer lists
* Fix unsafe indexing on dataframe and remaining unit tests
* Perform safer check for integer dtypes
0 commit comments