home / github

Menu
  • GraphQL API
  • Search all tables

commits

Table actions
  • GraphQL API for commits

6 rows where author = 22245117 and raw_author = "7f3400515ca4d41b5531740ef2acd36500a91e4c" 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 6

author 1

  • malmans2 · 6 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
940b11d2dd9e20e2e3857f62a4ba795e2a09880f specify typing-extensions version (#5507) Co-authored-by: Maximilian Roos <5635139+max-sixty@users.noreply.github.com> 2021-07-02T12:45:34Z 2021-07-02T12:45:34Z Mattia Almansi 7f3400515ca4d41b5531740ef2acd36500a91e4c GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 malmans2 22245117 web-flow 19864447
11f74f10216257556c90bc853bbfa9eff70feb86 Add typing-extensions to dependencies (#5503) 2021-06-21T15:13:20Z 2021-06-21T15:13:20Z Mattia Almansi 7f3400515ca4d41b5531740ef2acd36500a91e4c GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 malmans2 22245117 web-flow 19864447
fe87162caf17727ee0f53ef555f07ad5fbc8e77c Add `xr.unify_chunks()` top level method (#5445) Co-authored-by: crusaderky <crusaderky@gmail.com> 2021-06-16T14:56:58Z 2021-06-16T14:56:58Z Mattia Almansi 7f3400515ca4d41b5531740ef2acd36500a91e4c GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 malmans2 22245117 web-flow 19864447
e17cf595c84dffdd73c668f6d945c1b0eeba13d6 Don't drop unreduced variables (#5393) * don't drop unreduced variables * Update xarray/tests/test_dataset.py Co-authored-by: keewis <keewis@users.noreply.github.com> * add comment Co-authored-by: keewis <keewis@users.noreply.github.com> 2021-06-12T17:44:59Z 2021-06-12T17:44:59Z Mattia Almansi 7f3400515ca4d41b5531740ef2acd36500a91e4c GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 malmans2 22245117 web-flow 19864447
5c59b66b1789cec85d10e6faf91166627b0616ae Allow selecting variables using a list with mixed data types (#5394) * force object dtype in asarray * remove asarray 2021-06-12T17:44:04Z 2021-06-12T17:44:04Z Mattia Almansi 7f3400515ca4d41b5531740ef2acd36500a91e4c GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 malmans2 22245117 web-flow 19864447
071da2a900702d65c47d265192bc7e424bb57932 Check dimensions before applying weighted operations (#5362) * check for missing dimensions in weighted operations * add what's new * Update xarray/core/weighted.py Co-authored-by: keewis <keewis@users.noreply.github.com> * fix mypy Co-authored-by: keewis <keewis@users.noreply.github.com> 2021-05-23T23:45:46Z 2021-05-23T23:45:46Z Mattia Almansi 7f3400515ca4d41b5531740ef2acd36500a91e4c GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 malmans2 22245117 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 12.642ms · About: xarray-datasette