home / github

Menu
  • GraphQL API
  • Search all tables

commits

Table actions
  • GraphQL API for commits

4 rows where author = 73678798 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 4

author 1

  • patrick-naylor · 4 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
076bd8e15f04878d7b97100fb29177697018138f Generate cumulative aggregations (#7152) * Added file to generate docs for cumulatives. generate_cumulatives.py creates _cumulatives.py * Fixed mypy issues * Updated cumulatives to fix mypy issues * Added keep_attrs to groupby funcs * Combined cumulatives and reductions and aggregations and modified dataset cumulative functions. * Merged cumulatives and reductions into aggregations * Removed test print from dataset.py * Removed generate_cumulatives and generate_reductions * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Updated _aggregations with docstring changes * Updated generate_aggregations.py with suggestions from @dcherian. Removed potential solution to #6528. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Removed unecessary function from dataset.py * Removed unecessary function from dataset.py * Updated api.rst, whats-new.rst and added a cumprod test to test_groupby.py * Fixed accidental edit to test_dataset.py * Apply suggestions from code review * Merge and rename reductions and cumulatives to aggregations * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * minor tweaks * Update computation.py * Update generate_aggregations.py * Update .pre-commit-config.yaml * fix mypy * use _group_dim in resample? * Update resample.py * Manually fix docstring * Apply suggestions from code review Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com> * Use TEMPLATE_SEE_ALSO * use default example * add resample test * remove cumulative function in ops * Revert "remove cumulative function in ops" This reverts commit 66e73902c44c5428caf32cf8b5316a06dadae889. * Add numeric_only=True Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Illviljan <14371165+Illviljan@users.noreply.… 2022-10-26T16:02:30Z 2022-10-26T16:02:30Z Patrick Naylor 3a10e70558a74269bb9d97b327ebfadef929b1e5 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 patrick-naylor 73678798 web-flow 19864447
13c52b27b777709fc3316cf4334157f50904c02b More informative error for passing a list to dataset.transpose (#7120) * Added statement to check if list is passed for dims and raise a more helpful error * Fixed issue where isinstance would not work when no arguments are passed * Added test * Updated whats-new.rst * Updated whats-new.rst with pull number * Removed test print statement * Update xarray/core/dataset.py Co-authored-by: Maximilian Roos <5635139+max-sixty@users.noreply.github.com> * Fixed test to inclued whole error output and imported regex. Changed transpose join statement * Hopefully fixed typecheck error and improved readability from suggestions by @max-sixty Co-authored-by: Maximilian Roos <5635139+max-sixty@users.noreply.github.com> 2022-10-04T18:22:52Z 2022-10-04T18:22:52Z Patrick Naylor 3a10e70558a74269bb9d97b327ebfadef929b1e5 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 patrick-naylor 73678798 web-flow 19864447
2f0f95a46f956d1b22f95b9fa6b15d526897b7a4 DOC: Added example for a handful of DataArray method docstrings (#7088) Co-authored-by: Tom Nicholas <thomas.nicholas@columbia.edu> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com> 2022-09-27T21:25:33Z 2022-09-27T21:25:33Z Patrick Naylor 3a10e70558a74269bb9d97b327ebfadef929b1e5 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 patrick-naylor 73678798 web-flow 19864447
28647eabdbeac8a6c56a0f56e5da5740f7c4565c Fixed readme to have correct link for contributing page (#7073) 2022-09-23T17:32:10Z 2022-09-23T17:32:10Z Patrick Naylor 3a10e70558a74269bb9d97b327ebfadef929b1e5 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 patrick-naylor 73678798 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 2076.763ms · About: xarray-datasette