home / github

Menu
  • GraphQL API
  • Search all tables

commits

Table actions
  • GraphQL API for commits

2 rows where author = 167802 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 2

author 1

  • mraspaud · 2 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
de66daec91aa277bf3330c66e0e7f70a8d2f5acc Implement preferred_chunks for netcdf 4 backends (#7948) * Write failing test * Add preferred chunks to netcdf 4 backends * Add unit tests for preferred chunking * Fix formatting * Require dask for a couple of chunking tests * Use xarray's interface to create a test chunked nc file * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix type annotations * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Import Generator * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Use roundtrip * Add news about the new feature * Update xarray/tests/test_backends.py * Update xarray/tests/test_backends.py * Move whats new line --------- Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Maximilian Roos <5635139+max-sixty@users.noreply.github.com> Co-authored-by: Illviljan <14371165+Illviljan@users.noreply.github.com> 2023-09-11T23:05:48Z 2023-09-11T23:05:48Z Martin Raspaud c95faac996562797d035d835a863f429ffed5f14 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 mraspaud 167802 web-flow 19864447
53746c962701a864255f15e69e5ab5fec4cf908c Fix h5netcdf saving scalars with filters or chunks (#2591) * Fix h5netcdf saving scalars with filters or chunks * Revert adding scalar dataset to central test function * Add fix description to what's new. 2018-12-11T07:24:35Z 2018-12-11T07:24:35Z Martin Raspaud c95faac996562797d035d835a863f429ffed5f14 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 mraspaud 167802 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 12.168ms · About: xarray-datasette