home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

3 rows where author = 6574622 sorted by author_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: raw_author, author_date (date), committer_date (date)

repo 1

  • xarray 3

author 1

  • d70-t · 3 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
44a3e3bb76fc1266cbaef6e6fa84fa0c146af846 removed check for last dask chunk size in to_zarr (#6258) * removed check for last dask chunk size in to_zarr When storing a dask-chunked dataset to zarr, the size of the last chunk in each dimension does not matter, as this single last chunk will be written to any number of zarr chunks, but none of the zarr chunks which are being written to will be accessed by any other dask chunk. * whats_new: reference to pull request * test_chunk_encoding_with_dask: relaxes tests to allow any aligned writes These tests were overly restrictive, any aligned write to zarr should work, independent of how many zarr chunks are touched by a single dask chunk, as long as not one zarr chunks is touched by multiple dask chunks. * dask/zarr tests: less missleading variable names 2022-02-09T15:12:31Z 2022-02-09T15:12:31Z Tobias Kölling 6ba70a5d8507e330536e0d3b3189e45e21a5bbdd GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 d70-t 6574622 web-flow 19864447
d4b7a608bab0e7c140937b0b59ca45115d205145 conventions: decode unsigned integers to signed if _Unsigned=false (#4966) 2021-03-12T14:20:19Z 2021-03-12T14:20:19Z Tobias Kölling 6ba70a5d8507e330536e0d3b3189e45e21a5bbdd GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 d70-t 6574622 web-flow 19864447
a3f0042921be8b55cda9bbbdea2d42d5496d64ce allow manual zarr encoding on unchunked dask dimensions (#4312) * allow manual zarr encoding on unchunked dask dimensions If a dask array is chunked along one dimension but not chunked along another, any manually specified zarr chunk size should be valid, but before this patch, this resulted in an error. * took credit in whats-new.rst * Update doc/whats-new.rst Co-authored-by: keewis <keewis@users.noreply.github.com> Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com> Co-authored-by: keewis <keewis@users.noreply.github.com> 2020-08-19T14:58:09Z 2020-08-19T14:58:09Z Tobias Kölling 413e3cfdf83ab33b22897d570fcf1717793aab27 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 d70-t 6574622 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.787ms · About: xarray-datasette