home / github

Menu
  • GraphQL API
  • Search all tables

commits

Table actions
  • GraphQL API for commits

9 rows where raw_author = "01b9efe826a7efe4266a23d571a6963aa5150417" 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 9

author 1

  • aaronspring 9
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
7790863435c612f3e1205292bd7f4efa847fd310 Implement multiplication of cftime Tick offsets by floats (#6135) 2022-02-15T23:05:04Z 2022-02-15T23:05:04Z Aaron Spring 01b9efe826a7efe4266a23d571a6963aa5150417 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 aaronspring 12237157 web-flow 19864447
e939bfcf883ad9e609e9891b3e0bbeef384c0cc5 `GHA` `concurrency` followup (#6223) * Update ci.yaml * Update ci-additional.yaml 2022-01-31T23:16:20Z 2022-01-31T23:16:20Z Aaron Spring 01b9efe826a7efe4266a23d571a6963aa5150417 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 aaronspring 12237157 web-flow 19864447
b09de8195a9e22dd35d1b7ed608ea15dad0806ef `GHA` `concurrency` (#6210) 2022-01-31T16:59:27Z 2022-01-31T16:59:27Z Aaron Spring 01b9efe826a7efe4266a23d571a6963aa5150417 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 aaronspring 12237157 web-flow 19864447
cc03589dadfef8d7ebcb95f7adc302895cf0fcbc Use condas dask-core in ci instead of dask to speedup ci and reduce dependencies (#6007) * dask-core * Update py37-min-all-deps.yml * Update environment-windows.yml * Update doc.yml * Update py37-min-all-deps.yml * Rm iris environment.yml * Update py37-min-all-deps.yml * Update environment.yml * Update environment.yml * Update py37-min-all-deps.yml * Update ci/requirements/doc.yml Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com> 2021-11-28T04:40:34Z 2021-11-28T04:40:34Z Aaron Spring 01b9efe826a7efe4266a23d571a6963aa5150417 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 aaronspring 12237157 web-flow 19864447
297756319738938e7431b829ca7390e7f2a79fd2 Update api.rst (#5639) 2021-07-30T08:20:15Z 2021-07-30T08:20:15Z Aaron Spring 01b9efe826a7efe4266a23d571a6963aa5150417 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 aaronspring 12237157 web-flow 19864447
c195c2636a94b8136050d2c79c8e357740db66ea add polyval to polyfit see also (#5020) * add polyval to polyfit see also * whatsnew * link polyval to docs * link polyval to docs 2021-03-10T12:59:40Z 2021-03-10T12:59:40Z Aaron Spring 01b9efe826a7efe4266a23d571a6963aa5150417 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 aaronspring 12237157 web-flow 19864447
16b15db2fb8ebfbed32d001bc187f1e9b01fc098 add freq as CFTimeIndex property and to CFTimeIndex.__repr__ (#4597) * add freq as property and to repr * lint * Update test_cftimeindex.py * Update test_cftimeindex.py * require cftime110 * Only show freq if more than two items * Update test_cftimeindex.py * Update cftime_offsets.py * Require cftime110 for all repr tests * Update test_cftimeindex.py * Update xarray/tests/test_cftimeindex.py * Update test_cftimeindex.py * Update xarray/tests/test_cftimeindex.py * final lint * freq in repr always and add to hidden-api * fix doctests by adding freq=None * rerun CI after timeout * api-hidden * rerun CI 2020-11-24T21:53:26Z 2020-11-24T21:53:26Z Aaron Spring 01b9efe826a7efe4266a23d571a6963aa5150417 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 aaronspring 12237157 web-flow 19864447
0b706a428208305372553e354d08086ab23da3df CFTimeIndex calendar in repr (#4092) Also adds a calendar property to CFTimeIndex 2020-07-23T10:42:28Z 2020-07-23T10:42:28Z Aaron Spring 01b9efe826a7efe4266a23d571a6963aa5150417 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 aaronspring 12237157 web-flow 19864447
cdaac64fa528222d947bbc821ac6c919f7fa7fa8 Implement skipna kwarg in xr.quantile (#3844) * quick fix, no docs, no tests * added tests * docstrings * added whatsnew * Update doc/whats-new.rst Co-Authored-By: Maximilian Roos <5635139+max-sixty@users.noreply.github.com> * Update doc/whats-new.rst Co-Authored-By: keewis <keewis@users.noreply.github.com> Co-authored-by: Maximilian Roos <5635139+max-sixty@users.noreply.github.com> Co-authored-by: keewis <keewis@users.noreply.github.com> 2020-03-08T17:42:43Z 2020-03-08T17:42:43Z Aaron Spring 01b9efe826a7efe4266a23d571a6963aa5150417 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 aaronspring 12237157 web-flow 19864447

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