home / github

Menu
  • GraphQL API
  • Search all tables

commits

Table actions
  • GraphQL API for commits

9 rows where raw_author = "3238b5518bbee4b41d6a5d78325e5a83ec253e79" and repo = 13221727 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 · 9 ✖

author 0

sha message author_date ▲ committer_date raw_author raw_committer repo author committer
ecee9a0fe01db13bce1e234519614aeed53a7f07 DOC: move xskillscore to 'Extend xarray capabilities' (#2387) 2018-08-28T18:11:55Z 2018-08-28T18:11:55Z Ray Bell 3238b5518bbee4b41d6a5d78325e5a83ec253e79 Joe Hamman 5f199557d0f8f69fbea5e027a407146e2669a812 xarray 13221727    
0a60a52521e41dce897e265ac549cbf88c670faa Add xskillscore to project lists (#2350) 2018-08-07T18:05:34Z 2018-08-07T18:05:34Z Ray Bell 3238b5518bbee4b41d6a5d78325e5a83ec253e79 Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 xarray 13221727   dcherian 2448579
2fa9dded34e06104379ad1a12c6967913998889b DOC: add interp example (#2312) * add interp example * add datetime64 example * better example of updating DataArray with interp 2018-07-28T06:17:21Z 2018-07-28T06:17:21Z Ray Bell 3238b5518bbee4b41d6a5d78325e5a83ec253e79 Keisuke Fujii caabe6633d9bef7f2f52807cc5a1f477f3a077d4 xarray 13221727   fujiisoup 6815844
aeae80b21ed659e14d4378a513f2351452eed460 DOC: Add resample e.g. Edit rolling e.g. Add groupby e.g. (#2101) * DOC: Add resample e.g. Edit rolling e.g. Add groupby e.g. * DOC: Add 2d resample example * DOC: Add upsample example in resample * DOC: drop sentence is resample docstring * extend resample DeprecationWarning. Drop n-d resample example. * change resample DeprecationWarning * don't display how twice in the warning * DOC: add assign_coords example * DOC: remove parameters to resample 2018-05-08T04:23:02Z 2018-05-08T04:23:02Z Ray Bell 3238b5518bbee4b41d6a5d78325e5a83ec253e79 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727   shoyer 1217238
fc7fe4875289778014fc1ea04b6b09be12f9750a DOC: Add contributing section in README.rst and README.rst in doc/ (#1934) * Add Contributing section * Add install sphinx modules before building the docs * use double quotes * typo * Create README.rst * improve reading text * add url from docs online * added url from online docs 2018-02-23T19:55:46Z 2018-02-23T19:55:46Z Ray Bell 3238b5518bbee4b41d6a5d78325e5a83ec253e79 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727   shoyer 1217238
f2ea7b604a4b912e836d0abd9c33ad94defd0c14 DOC: Added parameter list to open_dataarray (#1758) * Added parameter list to open_dataarray * Added inputs to open_dataset at L400 * Changed input to open_dataset on L400 2018-01-19T05:13:50Z 2018-01-19T05:13:50Z Ray Bell 3238b5518bbee4b41d6a5d78325e5a83ec253e79 Keisuke Fujii caabe6633d9bef7f2f52807cc5a1f477f3a077d4 xarray 13221727   fujiisoup 6815844
76e9ed853a8d854d64bc14da2a0d50953786c4ed DOC: added sortby example (#1794) 2017-12-20T01:21:03Z 2017-12-20T01:21:03Z Ray Bell 3238b5518bbee4b41d6a5d78325e5a83ec253e79 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727   shoyer 1217238
a900b04ddbca51233003b2b0fdf9b26a1403415a Put Doc in Docstring! 2017-10-27T21:51:07Z 2017-10-27T21:51:07Z Ray Bell 3238b5518bbee4b41d6a5d78325e5a83ec253e79 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727   web-flow 19864447
31921fad66698c167b4fe9049963c8bea3fb33ca DOC: Added examples to rolling.py (#1574) * Added examples to doc Added a comprehensive rolling example * Revert back to original rolling.py Removed my example * DOC: added an example in def rolling() * Revert back to latest rolling.py * DOC: rolling.py example Shed a few lines of my example * Update common.py cleaned up rolling example * DOC: rolling.py example Extended the description of the rolling.py example * DOC: rolling.py example Realized I didn't need to create a variable, as I can simply show the output * DOC: add rolling.py example Cleaned up the example text to add a comment in the middle * formatting 2017-09-21T01:46:11Z 2017-09-21T01:46:11Z Ray Bell 3238b5518bbee4b41d6a5d78325e5a83ec253e79 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 42.551ms · About: xarray-datasette