home / github

Menu
  • GraphQL API
  • Search all tables

commits

Table actions
  • GraphQL API for commits

3 rows where author = 900941 sorted by author_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: raw_committer, author_date (date), committer_date (date)

repo 1

  • xarray 3

author 1

  • guziy · 3 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
2949558b75a65404a500a237ec54834fd6946d07 Data vars in open mfdataset (#1623) * make tests more explicit 2017-10-11T20:18:11Z 2017-10-11T20:18:11Z Huziy Oleksandr (Sasha) 85c2d308af157d6c3d19c6d01de6605af4718a3c Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 guziy 900941 shoyer 1217238
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 Huziy Oleksandr (Sasha) 85c2d308af157d6c3d19c6d01de6605af4718a3c Joe Hamman 5f199557d0f8f69fbea5e027a407146e2669a812 xarray 13221727 guziy 900941  
24643ecee2eab04d0f84c41715d753e829f448e6 remove the fontsize check in xarray.tests.test_plot.test_no_args, because it can be greater than 12 for high resolution screens (#1595) 2017-09-27T23:13:36Z 2017-09-27T23:13:36Z Huziy Oleksandr (Sasha) 85c2d308af157d6c3d19c6d01de6605af4718a3c Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 guziy 900941 shoyer 1217238

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [commits] (
   [sha] TEXT PRIMARY KEY,
   [message] TEXT,
   [author_date] TEXT,
   [committer_date] TEXT,
   [raw_author] TEXT REFERENCES [raw_authors]([id]),
   [raw_committer] TEXT REFERENCES [raw_authors]([id]),
   [repo] INTEGER REFERENCES [repos]([id]),
   [author] INTEGER REFERENCES [users]([id]),
   [committer] INTEGER REFERENCES [users]([id])
);
CREATE INDEX [idx_commits_committer]
    ON [commits] ([committer]);
CREATE INDEX [idx_commits_author]
    ON [commits] ([author]);
CREATE INDEX [idx_commits_repo]
    ON [commits] ([repo]);
CREATE INDEX [idx_commits_raw_committer]
    ON [commits] ([raw_committer]);
CREATE INDEX [idx_commits_raw_author]
    ON [commits] ([raw_author]);
Powered by Datasette · Queries took 2558.612ms · About: xarray-datasette