home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

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

  • etienneschalk · 3 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
11f89ecdd41226cf93da8d1e720d2710849cd23e Do not attempt to broadcast when global option ``arithmetic_broadcast=False`` (#8784) * increase plot size * added old tests * Keep relevant test * what's new * PR comment * remove unnecessary (?) check * unnecessary line removal * removal of variable reassignment to avoid type issue * Update xarray/core/variable.py Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com> * Update xarray/core/variable.py Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update tests * what's new * Update doc/whats-new.rst --------- 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> 2024-03-13T15:36:34Z 2024-03-13T15:36:34Z Etienne Schalk b369e815294de453800a68286db1d8e49ba4accb GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 etienneschalk 45271239 web-flow 19864447
0ad7fa78c6c883268030eef42fe0262bdd94af95 Test formatting platform (#8719) * Test formatting platform * Default is float64 * Try to differentiate between OS-dependant and independant dtypes for CI safety * wip * fixed tests * forgot one test --------- Co-authored-by: Maximilian Roos <5635139+max-sixty@users.noreply.github.com> 2024-02-09T03:01:34Z 2024-02-09T03:01:34Z Etienne Schalk b369e815294de453800a68286db1d8e49ba4accb GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 etienneschalk 45271239 web-flow 19864447
db680b0d99d4dacd9b0f520f9ee71d5c052516c0 Add a simple `nbytes` representation in DataArrays and Dataset `repr` (opt-in) (#8702) * Add nbytes to repr * Disable by default * What's new * Specify dtype explictly as Windows seems to default on int32 * Use int16 * PR comments: Removed global option + size format in repr header * Remove width justified * Remove problematic backslashes * pytest-accept * Revert "Remove problematic backslashes" This reverts commit 85f6ee4f2d9d820d39ca9ab64619a098a791a7f4. * Fix missing backslash escape * Fix ellipsis in excess leading to excess last line * Update reprs in tests * Fix tests * Try windows specific expected outputs * Conditional Windows testing * Fix indent * Flaky test + fix windows 2024-02-07T20:47:36Z 2024-02-07T20:47:36Z etienneschalk 69d5575027585fdbbcfb3171d7df7fd605507608 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 etienneschalk 45271239 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 2792.876ms · About: xarray-datasette
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows