home / github / commits

Menu
  • Search all tables
  • GraphQL API

commits: bd78b7f1f46a0fb0a0b0f2d4f4bdbacba55be93d

This data as json

sha message author_date committer_date raw_author raw_committer repo author committer
bd78b7f1f46a0fb0a0b0f2d4f4bdbacba55be93d Implement load_dataset() and load_dataarray() (#2917) * Partial fix for #2841 to improve formatting. Updates formatting to use .format() instead of % operator. Changed all instances of % to .format() and added test for using tuple as key, which errored using % operator. * Revert "Partial fix for #2841 to improve formatting." This reverts commit f17f3ad1a4a2069cd70385af8ad331f644ec66ba. * Implement load_dataset() and load_dataarray() BUG: Fixes #2887 by adding @shoyer solution for load_dataset and load_dataarray, wrappers around open_dataset and open_dataarray which open, load, and close the file and return the Dataset/DataArray TST: Add tests for sequentially opening and writing to files using new functions DOC: Add to whats-new.rst. Also a tiny change to the open_dataset docstring Update docstrings and check for cache in kwargs Undeprecate load_dataset Add to api.rst, fix whats-new.rst typo, raise error instead of warning 2019-05-16T15:28:29Z 2019-05-16T15:28:29Z 74ebd7bdbe36bac6788cdbc5e5e9b088ddb56dd3 b3ac90e3a22acc66f9f523cc0d3c7e3fa6df7833 13221727 13837821 1217238
Powered by Datasette · Queries took 79.289ms · About: xarray-datasette