home / github

Menu
  • GraphQL API
  • Search all tables

commits

Table actions
  • GraphQL API for commits

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

  • abrammer · 2 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
a220022e7ef8d3df68619643954352fa39394ea8 Add lshift and rshift operators (#7741) * Initial commit * Add auto generated .pyi typed_ops file * Add bitshift op test for dask * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Add bitshift tests to dataarray and variable * Apply typing suggestions from code review Co-authored-by: Illviljan <14371165+Illviljan@users.noreply.github.com> * Fix type checking on test_dask addition * Remove new type checking on test_variable edits Type checking throws errors on existing test lines * Add typing to test_1d_math and ignore 1 existing line * Add simple bitshift test on groupby ops * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Edit groupby bitshift test to use groups with len>1 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Add rshift and lshift to docs Example use in computation.rst and entry in whats-new * Create new array in docs so examples later don't break * Indent second line on whats-new entry * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Illviljan <14371165+Illviljan@users.noreply.github.com> 2023-04-28T14:22:06Z 2023-04-28T14:22:06Z Alan Brammer 43238f2f0c34bcece336dcddfaa5752b1c3d7d94 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 abrammer 6145107 web-flow 19864447
74e5ff64171e84a2da3984f512d2134a233240e2 Add strftime() to datetime accessor with cftimeindex and dask support (#2989) * Add strftime to DatetimeAccessor Includes Dask support and cftime values * add strftime to cftimeindex change datetime.accessor to pass thru to cftimeindex.strftime * pep8 formatting cleanup * Improve cftimeindex and dt.strftime docstrings * Minor code cleanups remove extra strftime_through_arrays function * edits to make docstring prettier for pep8 * Add strftime accessor and cftimeindex method to whats new * Apply suggested doc edits as single commit Add cftimeindex.strftime to api-hidden.rst * Include missing backtick in what's new docs Co-Authored-By: Spencer Clark <spencerkclark@gmail.com> * "an Index" not "a Index" * Add examples to User Gude docs Added some short examples to time-series and weather-climate pages * Update doc/whats-new.rst Co-Authored-By: Spencer Clark <spencerkclark@gmail.com> 2019-06-01T07:51:16Z 2019-06-01T07:51:16Z Alan Brammer 43238f2f0c34bcece336dcddfaa5752b1c3d7d94 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 abrammer 6145107 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 13.816ms · About: xarray-datasette