home / github / commits

Menu
  • Search all tables
  • GraphQL API

commits: 27132fba1e465955e76ed155ba6cbb769c0904df

This data as json

sha message author_date committer_date raw_author raw_committer repo author committer
27132fba1e465955e76ed155ba6cbb769c0904df data_vars option added to open_mfdataset (#1580) * add data_vars option to open_mfdataset * use single quotes * fix the 'line too long' warning from flake8 * document the data_vars keyword for open_mfdataset * improve the data_vars record in whats-new * update my name in wats-new.rst * Start writing the test for the data_vars keyword * use the data_vars keyword in combine * address flake8 warnings for test_backend.py * ignore flake8 warnings concerning whats-new.rst * fix function reference in whats-new.rst * open_mfdataset does not accept dim keyword argument * use single quotes for strings in the added tests * refactor data_vars related tests * Use with for opening mfdataset in data_vars related tests * add @requires_scipy_or_netCDF4 to the data_vars test class * address flake8 warnings about long lines in the data_vars related tests. * close opened datasets in case of a ValueError in open_mfdataset, seems important for Windows * fix line too long warnings from flake8 * refactor tests and open_mfdataset, to address comments * refactor tests for data_vars keyword in open_mfdataset * refactor to address flake8 warnings * add another example of data_vars usage in open_mfdataset * add coords keyword to open_mfdataset * add a memory and performance related observations to the whats-new and modify code snippets to use single quotes for consistency. * fixed a grammar mistake * quote variable names referenced in the text * add tests for coords keyword in the open_mfdataset, along with the similar tests for the data_vars keyword. * split a test into 2 to simplify, introduce context manager for setting up test inputs in OpenMFDatasetWithDataVarsAndCoordsKwTest 2017-10-10T20:51:18Z 2017-10-10T20:51:18Z 85c2d308af157d6c3d19c6d01de6605af4718a3c 5f199557d0f8f69fbea5e027a407146e2669a812 13221727 900941  
Powered by Datasette · Queries took 1.413ms · About: xarray-datasette