home / github

Menu
  • GraphQL API
  • Search all tables

commits

Table actions
  • GraphQL API for commits

4 rows where raw_author = "6203fc2a24e79e1768d53563148c54d0294086fd" sorted by author_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

repo 1

  • xarray 4

author 0

sha message author_date ▲ committer_date raw_author raw_committer repo author committer
08942c2358c41a37e99fe6744c14513e9a40ce03 Added docs example for `xarray.Dataset.get()` (#2894) * Added docs example for `xarray.Dataset.get()` * Revised data_structures example 2019-04-16T12:44:12Z 2019-04-16T12:44:12Z Julius Busecke 6203fc2a24e79e1768d53563148c54d0294086fd Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 xarray 13221727   dcherian 2448579
64d2720ee70b048d9eae813105ca01431025a143 Bugfix for docs build instructions (#2897) 2019-04-16T03:57:27Z 2019-04-16T03:57:27Z Julius Busecke 6203fc2a24e79e1768d53563148c54d0294086fd Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727   shoyer 1217238
8a1a8a1f13462440543581cd12fb96f22f0748bc enable internal plotting with cftime datetime (#2665) enable internal plotting with cftime datetime 2019-02-08T00:11:13Z 2019-02-08T00:11:13Z Julius Busecke 6203fc2a24e79e1768d53563148c54d0294086fd Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 xarray 13221727   dcherian 2448579
fc9ef81dbda163348316a9014bc44e7dae93a5ed add options for nondivergent and divergent cmap (#2397) * add options for nondivergent and divergent cmap * Update test_plot.py * renamed cmap options * Stickler fix * Another sticker fix * Additional tests and credits * Fix merge error in whats-new.rst * Fixed explicit cmap test * Update docstring Specify that colormap need not be matplotlib colormap * update docstring * keep stickler happy 2018-09-05T15:17:22Z 2018-09-05T15:17:22Z Julius Busecke 6203fc2a24e79e1768d53563148c54d0294086fd Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727   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 15.006ms · About: xarray-datasette