-
-
Notifications
You must be signed in to change notification settings - Fork 270
Deprecate output_format='dict'
#1258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
30dd55f
Add deprecation warning for retrieving dict
PGijsbers b502312
Refactor check_datasets_active to work with dataframe
PGijsbers 357bb7d
Update unit tests to use list_datasets with output_format dataframe
PGijsbers 29bbb57
Move list_datasets test to proper file
PGijsbers 464e5dd
Remove list_datasets test, duplicate in test_datasets_functions
PGijsbers aaad25f
Update list_flows calls to use output_format='dataframe'
PGijsbers cf9dd7b
Update list_runs calls to require dataframe output
PGijsbers 13f2fb5
Update list_setup calls for deprecation
PGijsbers d3342a1
Update list_study calls
PGijsbers b8a915b
Update list_tasks to specify output_format dataframe
PGijsbers 3361b15
Add `output_format` to `list_datasets` call
PGijsbers be16355
Add TODO markers for removing `dict` support of `list_*` functions
PGijsbers 5cc1287
Make status check less strict, call list_dataset with output_format
PGijsbers 576e09c
Change index on id to did, since thats the dataset id's column name
PGijsbers b82febe
Update test to reflect new error message
PGijsbers cc944b5
Fix bug introduced by refactor
PGijsbers dca2590
Fix minor oversights of refactoring
PGijsbers 5240504
Merge branch 'develop' into pandas_default
PGijsbers 3cff453
Rename variables to reflect they are no longer lists
PGijsbers c130c41
Fix unsafe indexing on dataframe and remaining unit tests
PGijsbers 22a6dd3
Perform safer check for integer dtypes
PGijsbers File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Move list_datasets test to proper file
- Loading branch information
commit 29bbb57e975534a8fe0ea5ee16a1d2bfc97b7571
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.