home / github

Menu
  • GraphQL API
  • Search all tables

commits

Table actions
  • GraphQL API for commits

3 rows where author = 14314623 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 3

author 1

  • jbusecke · 3 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
2a3965c16ad8ab8251b04970336f8b8d41baedb3 Inconsistent docstring for isel etc. (#5388) I found that the options for the `missing_dims` parameter where described inconsistently in the docstring (`"warning" vs "warn"). Not sure I found all occurrences of it here. 2021-05-27T19:37:05Z 2021-05-27T19:37:05Z Julius Busecke 1be73e5eabf92568ace911a8dfc5cba6e4ab337e GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 jbusecke 14314623 web-flow 19864447
778a16ef392edd13cd14e1548700842e53e4656f Fixing non-lazy behavior of sampled+weighted (#4668) * Added tests with resample+weighted, partially failing * set deep=False in copy * added cftime requirement * Satisfy isort * Moved require_cftime to correct test * Update xarray/tests/test_weighted.py Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com> * Update whats-new.rst * Update whats-new.rst Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com> 2020-12-16T19:05:29Z 2020-12-16T19:05:29Z Julius Busecke 1be73e5eabf92568ace911a8dfc5cba6e4ab337e GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 jbusecke 14314623 web-flow 19864447
5a603542dd63b8d3808cd48795a3d79c47e3b8eb Dask friendly check in `.weighted()` (#4559) * Use map_blocks for weighted init checks * added dask test * Update xarray/core/weighted.py Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com> * Update xarray/core/weighted.py Co-authored-by: Maximilian Roos <5635139+max-sixty@users.noreply.github.com> * implement requires_dask * Implement raise_if_dask_computes * Added logic to check for dask arrays * applied isort * Update xarray/core/weighted.py Co-authored-by: Maximilian Roos <5635139+max-sixty@users.noreply.github.com> * Refactor dask mapping * Try duck_array_ops.isnull * black formatting * Add whatsnew * Remove numpy * apply isort * Update xarray/core/weighted.py * Update xarray/core/weighted.py Co-authored-by: Mathias Hauser <mathause@users.noreply.github.com> * black formatting * Update xarray/core/weighted.py * Update xarray/core/weighted.py Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com> Co-authored-by: Maximilian Roos <5635139+max-sixty@users.noreply.github.com> Co-authored-by: Mathias Hauser <mathause@users.noreply.github.com> Co-authored-by: Mathias Hauser <mathias.hauser@env.ethz.ch> 2020-11-09T16:22:44Z 2020-11-09T16:22:44Z Julius Busecke 1be73e5eabf92568ace911a8dfc5cba6e4ab337e GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 jbusecke 14314623 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 15.166ms · About: xarray-datasette