home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

5 rows where raw_author = "5d060630fae3d5a365a239dae12fe85ceed98a8d" 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 5

author 1

  • benbovy 5
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
1d0a2bc4970d9e7337fe307f4519bd936f7d7d89 Detailed report for testing.assert_equal and testing.assert_identical (#1507) * more detailed AssertionError message for assert_identical * print differing dimensions/data/variables/attributes * minor tweaks * add what's new entry * add tests for diff_array_repr and diff_dataset_repr * pep8 * add differing dimensions in diff_array_repr * fix tests (explicit numpy dtypes) * fix tests (dtype shown / not shown in array repr) * minor tweaks 2019-01-18T09:16:30Z 2019-01-18T09:16:30Z Benoit Bovy 5d060630fae3d5a365a239dae12fe85ceed98a8d GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 benbovy 4160723 web-flow 19864447
846e28f8862b150352512f8e3d05bcb9db57a1a3 DOC: move xarray related projects to top-level TOC section (#2357) * move xarray third-party projects to its own top-level TOC section * add hvplot 2018-08-10T20:13:08Z 2018-08-10T20:13:08Z Benoit Bovy 5d060630fae3d5a365a239dae12fe85ceed98a8d Keisuke Fujii caabe6633d9bef7f2f52807cc5a1f477f3a077d4 xarray 13221727 benbovy 4160723 fujiisoup 6815844
4ee244078ea90084624c1b6d006f50285f8f2d21 DOC: add main sections to toc (#1946) * add main sections to toc * move whats new to "help and references" section 2018-02-27T19:04:24Z 2018-02-27T19:04:23Z Benoit Bovy 5d060630fae3d5a365a239dae12fe85ceed98a8d Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 benbovy 4160723 shoyer 1217238
1a012080e0910f3295d0fc26806ae18885f56751 Fix unexpected behavior of .set_index() since pandas 0.21.0 (#1723) * fix set_index behavior using pandas 0.21.0 * review comments 2017-11-17T00:54:50Z 2017-11-17T00:54:50Z Benoit Bovy 5d060630fae3d5a365a239dae12fe85ceed98a8d Joe Hamman 5f199557d0f8f69fbea5e027a407146e2669a812 xarray 13221727 benbovy 4160723  
b8771934a2ef24fd3ce5a93fc2accb3f6fa12e4e xarray.core.variable.as_variable part of the public API (#1422) * as_variable now part of the public API * fully remove copy kwarg of as_variable * as_variable docstring changes * move as_variable to advanced API section * fix typo * add more tests for as_variable Also allow passing to `as_variable` objects that have a `data` attribute but no `values` attribute. * fix py27 test 2017-06-02T17:55:11Z 2017-06-02T17:55:11Z Benoit Bovy 5d060630fae3d5a365a239dae12fe85ceed98a8d Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 benbovy 4160723 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 3997.953ms · About: xarray-datasette