home / github

Menu
  • GraphQL API
  • Search all tables

commits

Table actions
  • GraphQL API for commits

26 rows where author = 17162724 and repo = 13221727 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 · 26 ✖

author 1

  • raybellwaves · 26 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
e481094a0c18f26360c69155052bede88de4c2d2 MAINT: use sphinxext-rediraffe conda install (#8936) * MAINT: use sphinxext-rediraffe conda install * Update doc.yml 2024-04-13T02:53:47Z 2024-04-13T02:53:47Z Ray Bell 751b554e2dccba83039abd4029194118be22dc24 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 raybellwaves 17162724 web-flow 19864447
c6e0935071af10d1f291cee0a25efa3e964d2cd9 DOC: link to zarr.convenience.consolidate_metadata (#8816) * link to zarr.convenience.consolidate_metadata * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: Ray Bell <ray.bell@dtn.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> 2024-03-08T18:47:14Z 2024-03-08T18:47:14Z Ray Bell 751b554e2dccba83039abd4029194118be22dc24 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 raybellwaves 17162724 web-flow 19864447
3f7cc2da33d81e76afbfb82da57143b624b03a88 DOC: link DataArray.expand_dims to Dataset.expand_dims (#6841) * DOC: link DataArray.expand_dims to Dataset.expand_dims * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * DOC: link dataset.expand_dims to DataArray.expand_dims * [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> 2022-07-27T20:20:35Z 2022-07-27T20:20:35Z Ray Bell 751b554e2dccba83039abd4029194118be22dc24 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 raybellwaves 17162724 web-flow 19864447
1d9c1e35a61cbb3680c141e29808c131e019301e DOC: note of how `chunks` can be defined (#6696) 2022-06-20T16:51:30Z 2022-06-20T16:51:30Z Ray Bell 751b554e2dccba83039abd4029194118be22dc24 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 raybellwaves 17162724 web-flow 19864447
b449945f4f90628d0abff9b58e7312ad421eb97d DOC: fix sphinx warning (#6067) 2021-12-11T04:30:46Z 2021-12-11T04:30:46Z Ray Bell 751b554e2dccba83039abd4029194118be22dc24 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 raybellwaves 17162724 web-flow 19864447
b5e3c0fb108655337d837ca63ade20060b3be6d6 DOC: cd command in build documentation (#6066) * DOC: cd command in build documentation * DOC: just doc path 2021-12-11T00:41:37Z 2021-12-11T00:41:37Z Ray Bell 751b554e2dccba83039abd4029194118be22dc24 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 raybellwaves 17162724 web-flow 19864447
bbb3c082b03af949c452782949c3391ed74a62a2 DOC: add link to Developers Meeting (#6065) 2021-12-10T21:27:54Z 2021-12-10T21:27:54Z Ray Bell 751b554e2dccba83039abd4029194118be22dc24 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 raybellwaves 17162724 web-flow 19864447
448e403cb2d49d5600bcf04123a9d7afdf3a984e DOC: add names of missing contributors to 0.20.0 (#5932) 2021-11-03T15:17:41Z 2021-11-03T15:17:41Z Ray Bell 751b554e2dccba83039abd4029194118be22dc24 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 raybellwaves 17162724 web-flow 19864447
fecaa6a4ad867d9f1696987e7181a86214508c9d update ValueError message for wild card matching for remote files (#5851) * update ValueError message for wild card matching * f string 2021-10-11T02:58:46Z 2021-10-11T02:58:46Z Ray Bell 751b554e2dccba83039abd4029194118be22dc24 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 raybellwaves 17162724 web-flow 19864447
06a83efd299aacaab935efc6b9e898a088d133a6 DOC: sortby see also (#5797) * DOC: sortby see also * more see alsos * add to howdoi * lint * rm } * rm space * spacing Co-authored-by: Ray Bell <ray.bell@dtn.com> 2021-09-15T19:49:07Z 2021-09-15T19:49:07Z Ray Bell 751b554e2dccba83039abd4029194118be22dc24 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 raybellwaves 17162724 web-flow 19864447
befd1b98bd84047d62307419a30bcda7a0727926 add storage_options arg to to_zarr (#5615) * add storage_options arg to to_zarr * add try import * add what's new * merge main whats-new * undo whats new * move import fsspec lower * fsspec in to_zarr * add a test. Co-authored-by: Zachary Blackwood <zblackwo@gmail.com> Co-authored-by: Nathan Lis <Nathan.L.2018@gmail.com> * add requires_zarr_2_5_0 * add what's new * add storage options arg to end Co-authored-by: Ray Bell <ray.bell@dtn.com> Co-authored-by: Zachary Blackwood <zblackwo@gmail.com> Co-authored-by: Nathan Lis <Nathan.L.2018@gmail.com> 2021-08-21T22:52:18Z 2021-08-21T22:52:18Z Ray Bell 751b554e2dccba83039abd4029194118be22dc24 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 raybellwaves 17162724 web-flow 19864447
75eefb8e95a70f1667623a8418d81da3f3148a40 DOC: add open_mfdataset in See Also (#5599) 2021-07-14T04:00:07Z 2021-07-14T04:00:07Z Ray Bell 751b554e2dccba83039abd4029194118be22dc24 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 raybellwaves 17162724 web-flow 19864447
5ccb06951cecd59b890c1457e36ee3c2030a67aa DOC: typo (#5547) 2021-06-28T17:43:19Z 2021-06-28T17:43:19Z Ray Bell 751b554e2dccba83039abd4029194118be22dc24 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 raybellwaves 17162724 web-flow 19864447
6a101a92860bdfb41337d13976f753c656d165c5 DOC: zarr note on encoding (#5427) 2021-06-21T17:47:46Z 2021-06-21T17:47:46Z Ray Bell 751b554e2dccba83039abd4029194118be22dc24 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 raybellwaves 17162724 web-flow 19864447
9eb592267b92f7f55f5503fcd15b871d9dc94b27 DOC: add combine_by_coords in merge see also (#5479) 2021-06-17T16:04:23Z 2021-06-17T16:04:23Z Ray Bell 751b554e2dccba83039abd4029194118be22dc24 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 raybellwaves 17162724 web-flow 19864447
3391fec79da03361b13c9e113999740908152f86 DOC: add query examples (#5249) * DOC: add query examples * rm whitespace Co-authored-by: Ray Bell <ray.bell@dtn.com> 2021-05-03T04:30:19Z 2021-05-03T04:30:19Z Ray Bell 751b554e2dccba83039abd4029194118be22dc24 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 raybellwaves 17162724 web-flow 19864447
486999c3b15e585f067927a216913a04d492826e DOC: fix link to io.zarr (#5176) * DOC: fix link to io.zarr * try ref * Update xarray/core/dataset.py [skip-ci] Co-authored-by: keewis <keewis@users.noreply.github.com> Co-authored-by: keewis <keewis@users.noreply.github.com> 2021-04-19T18:13:35Z 2021-04-19T18:13:35Z Ray Bell 751b554e2dccba83039abd4029194118be22dc24 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 raybellwaves 17162724 web-flow 19864447
62d32eec3150dada704d09ff3525f4546a26a7f9 DOC: add see also for to_zarr (#5163) * DOC: add see also for to_zarr * rm white space * rm white space 2021-04-16T15:30:11Z 2021-04-16T15:30:11Z Ray Bell 751b554e2dccba83039abd4029194118be22dc24 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 raybellwaves 17162724 web-flow 19864447
f74c446332feba47615fa02e75cda961c974c2c0 DOC: add example for reindex (#4956) * DOC: add example for reindex * rm white space * use arange 2021-02-26T06:55:48Z 2021-02-26T06:55:48Z Ray Bell 751b554e2dccba83039abd4029194118be22dc24 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 raybellwaves 17162724 web-flow 19864447
835a53e62b1e5018faa323c649149e8294dd6af7 DOC: rm np import (#4949) * DOC: add xr import * DOC: remove imports 2021-02-25T08:46:41Z 2021-02-25T08:46:41Z Ray Bell 751b554e2dccba83039abd4029194118be22dc24 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 raybellwaves 17162724 web-flow 19864447
540b7ef4376cf1bc1a450ce2764f4546a0147e70 DOC: update hyperlink for xskillscore (#4778) 2021-01-07T19:47:13Z 2021-01-07T19:47:13Z Ray Bell 751b554e2dccba83039abd4029194118be22dc24 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 raybellwaves 17162724 web-flow 19864447
f075345e1b83663a7af292cfee4a167c2881e273 DOC: add examples to concat (#4645) * DOC: add examples to concat * use nicer index * replace arr with da * replace arr with da and typo * show da * rm whitespace * formatting * add whats new and fix expected output * specify int64 * add int64 * another int64 * add int64 Co-authored-by: Ray Bell <rbell@rccl.com> Co-authored-by: Keewis <keewis@posteo.de> 2020-12-19T23:20:21Z 2020-12-19T23:20:21Z Ray Bell 751b554e2dccba83039abd4029194118be22dc24 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 raybellwaves 17162724 web-flow 19864447
c02b805499a16a0cd3d745734d59ec70d76e1293 rm inplace arg to rename (#4561) * rm inplace arg to rename * rm _check_inplace * rm test_rename_inplace 2020-11-07T06:55:48Z 2020-11-07T06:55:48Z Ray Bell 751b554e2dccba83039abd4029194118be22dc24 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 raybellwaves 17162724 web-flow 19864447
ed1b865688b2437a434dbf5bd5e602ad714453db update url for isort (#4464) 2020-09-26T09:45:05Z 2020-09-26T09:45:05Z Ray Bell 751b554e2dccba83039abd4029194118be22dc24 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 raybellwaves 17162724 web-flow 19864447
ad0a76bbf4a88ab03d495ba74423b0daa08d75ec drop eccodes in docs (#4162) Co-authored-by: Ray Bell <rayjognbell0@gmail.com> 2020-06-17T16:52:29Z 2020-06-17T16:52:29Z Ray Bell 751b554e2dccba83039abd4029194118be22dc24 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 raybellwaves 17162724 web-flow 19864447
c788ee44008cdd65c8b6de40c737f1b28e173496 DOC: add pandas.DataFrame.to_xarray (#3994) Co-authored-by: Ray Bell <rayjognbell0@gmail.com> 2020-04-23T07:58:09Z 2020-04-23T07:58:09Z Ray Bell 751b554e2dccba83039abd4029194118be22dc24 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 raybellwaves 17162724 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 52.751ms · About: xarray-datasette