home / github

Menu
  • GraphQL API
  • Search all tables

commits

Table actions
  • GraphQL API for commits

2 rows where author = 81219, committer = 1217238 and repo = 13221727 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 · 2 ✖

author 1

  • huard · 2 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
b65ce8666020ba3a0300154655d2e5c05884d73b Honor `keep_attrs` in DataArray.quantile (#3305) * Added `keep_attrs` argument to Variable.quantile. TestDataArray.test_quantile now checks for attributes in output. * black * updated whats new. * removed vestigial comment. Switched default Variable.quantile keep_attrs to False. 2019-09-15T22:16:15Z 2019-09-15T22:16:15Z David Huard 5af532972f5310a40c7ae1e15951da62a431d6b6 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 huard 81219 shoyer 1217238
b054c317f86639cd3b889a96d77ddb3798f8584e Add quantile method to GroupBy (#2828) * implement groupby.quantile + tests * added quantile method in whats-new * mark additional test as xfail. * lint fix * simpler version of groupby.quantile * added quantile methods to api.rst * included DEFAULT_DIMS handling in quantile method * clarified groupby tests * added test with more typical use case * pep8 * removed failing test 2019-06-24T15:21:28Z 2019-06-24T15:21:28Z David Huard 5af532972f5310a40c7ae1e15951da62a431d6b6 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 huard 81219 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 65.41ms · About: xarray-datasette