home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

3 rows where author = 2448579 and committer = 10050469 sorted by author_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

repo 1

  • xarray 3

author 1

  • dcherian · 3 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
4983f1f26070162d274de03971a7b13bb6048490 Add x,y kwargs for plot.line(). (#1926) * Add x,y kwargs for plot.line(). Supports both 1D and 2D DataArrays as input. Change variable names to make code clearer: 1. set xplt, yplt to be values that are passed to ax.plot() 2. xlabel, ylabel are axes labels 3. xdim, ydim are dimension names * Respond to comments. * Only allow one of x or y to be specified. * fix docs * Follow suggestions. * Follow suggestions. 2018-03-05T22:14:45Z 2018-03-05T22:14:45Z Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 Fabien Maussion b0f4ce5150c3c23b1766db99ba73f575ddfc0e71 xarray 13221727 dcherian 2448579 fmaussion 10050469
186a8bbe6a79e8d94203af113297c96a045b8730 _plot2d: Rotate x-axis ticks if datetime subtype (#1786) * _plot2d: Rotate x-axis ticks if datetime subtype Just as for plot.line() * plt.gcf() → ax.get_figure() * assertFalse → assertNotEqual * Change other assertFalse(rotation == 0) 2018-01-03T16:37:55Z 2018-01-03T16:37:55Z Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 Fabien Maussion b0f4ce5150c3c23b1766db99ba73f575ddfc0e71 xarray 13221727 dcherian 2448579 fmaussion 10050469
30c849eed36f313db90a0f2e3eb8a135991240f6 Docs for multiple line plots. (#1804) * Docs for multiple line plots. * Trim a bit. 2018-01-03T13:33:47Z 2018-01-03T13:33:47Z Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 Fabien Maussion b0f4ce5150c3c23b1766db99ba73f575ddfc0e71 xarray 13221727 dcherian 2448579 fmaussion 10050469

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 368.69ms · About: xarray-datasette