home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

3 rows where author = 13837821 and committer = 1217238 sorted by author_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

repo 1

  • xarray 3

author 1

  • dnowacki-usgs · 3 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
bd78b7f1f46a0fb0a0b0f2d4f4bdbacba55be93d Implement load_dataset() and load_dataarray() (#2917) * Partial fix for #2841 to improve formatting. Updates formatting to use .format() instead of % operator. Changed all instances of % to .format() and added test for using tuple as key, which errored using % operator. * Revert "Partial fix for #2841 to improve formatting." This reverts commit f17f3ad1a4a2069cd70385af8ad331f644ec66ba. * Implement load_dataset() and load_dataarray() BUG: Fixes #2887 by adding @shoyer solution for load_dataset and load_dataarray, wrappers around open_dataset and open_dataarray which open, load, and close the file and return the Dataset/DataArray TST: Add tests for sequentially opening and writing to files using new functions DOC: Add to whats-new.rst. Also a tiny change to the open_dataset docstring Update docstrings and check for cache in kwargs Undeprecate load_dataset Add to api.rst, fix whats-new.rst typo, raise error instead of warning 2019-05-16T15:28:29Z 2019-05-16T15:28:29Z Dan Nowacki 74ebd7bdbe36bac6788cdbc5e5e9b088ddb56dd3 Stephan Hoyer b3ac90e3a22acc66f9f523cc0d3c7e3fa6df7833 xarray 13221727 dnowacki-usgs 13837821 shoyer 1217238
fad6d624f0716657f903f5955f16422d97275407 Return correct count for scalar datetime64 arrays (#2892) BUG: Fix #2770 by changing ~ to np.logical_not() TST: Add test for scalar datetime64 value DOC: Add to whats-new.rst 2019-04-14T00:51:58Z 2019-04-14T00:51:58Z Dan Nowacki 74ebd7bdbe36bac6788cdbc5e5e9b088ddb56dd3 Stephan Hoyer b3ac90e3a22acc66f9f523cc0d3c7e3fa6df7833 xarray 13221727 dnowacki-usgs 13837821 shoyer 1217238
68090bbfc6ce3ea72f8166375441d31f830de1ea ENH: setncattr_string support (GH2044) (#2045) 2018-04-17T15:39:33Z 2018-04-17T15:39:33Z Dan Nowacki 74ebd7bdbe36bac6788cdbc5e5e9b088ddb56dd3 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 dnowacki-usgs 13837821 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 723.207ms · About: xarray-datasette