home / github

Menu
  • GraphQL API
  • Search all tables

commits

Table actions
  • GraphQL API for commits

6 rows where author = 306380 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 6

author 1

  • mrocklin · 6 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
2223445905705162053756323dfd6e6f4527b270 Support HighLevelGraphs (#2603) * Support HighLevelGraphs Fixes #4291 * test __dask_layers__ * Skip dependnecies test with old dask * Reenable dask-dev test on Travis-CI 2018-12-13T17:12:59Z 2018-12-13T17:12:59Z Matthew Rocklin bd76b7c174c23daea792e9fc3da9fcb89422c8ef Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 mrocklin 306380 shoyer 1217238
4a5d88dba5fd50d48ab00ed2ebaee058287ab0bf Avoid use of deprecated get= parameter in tests (#2500) * Update tests to use the scheduler= keyword rather than get= The get= keyword has been deprecated and will be removed in a future version. * replace use of get= with scheduler= in asv * add whats new entry 2018-10-23T00:22:50Z 2018-10-23T00:22:50Z Matthew Rocklin bd76b7c174c23daea792e9fc3da9fcb89422c8ef Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 mrocklin 306380 shoyer 1217238
ee38ff07e8c48c8542742b3e42dd00dc41eb38f7 Replace task_state with tasks in dask test (#1904) This internal state was changed in the latest release Fixes #1903 2018-02-12T21:08:05Z 2018-02-12T21:08:05Z Matthew Rocklin bd76b7c174c23daea792e9fc3da9fcb89422c8ef Fabien Maussion b0f4ce5150c3c23b1766db99ba73f575ddfc0e71 xarray 13221727 mrocklin 306380 fmaussion 10050469
ea72303329c8e3cc88bae71a1f5bfe68079fed08 Fix DataArray.__dask_scheduler__ to threaded scheduler (#1760) 2017-12-07T22:09:17Z 2017-12-07T22:09:17Z Matthew Rocklin bd76b7c174c23daea792e9fc3da9fcb89422c8ef Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 mrocklin 306380 shoyer 1217238
10495be789d7362adb68a2133b440ffc6ca25e6e Support Dask interface (#1674) * add dask interface to variable * redirect compute and visualize methods to dask * add dask interface to DataArray * add dask interface to Dataset Also test distributed computing * remove visualize method * support backwards compatibility * cleanup * style edits * change versions in tests to trigger on dask dev versions * support dask arrays in DataArray coordinates * remove commented assertion * whats new * elaborate on what's new 2017-11-07T18:31:44Z 2017-11-07T18:31:44Z Matthew Rocklin bd76b7c174c23daea792e9fc3da9fcb89422c8ef Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 mrocklin 306380 shoyer 1217238
94790388c273c0c1ce2c203940a706d331deb14f Add persist method to DataSet (#1349) * Add persist method to DataSet Fixes https://github.com/pydata/xarray/issues/1344 * add persist method to DataArray * add whats new entry * add doc section on persist * doc: dask array now supports automatic chunk alignment (at least on most operations) 2017-04-04T16:14:17Z 2017-04-04T16:14:17Z Matthew Rocklin bd76b7c174c23daea792e9fc3da9fcb89422c8ef Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 mrocklin 306380 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 17.394ms · About: xarray-datasette