home / github

Menu
  • GraphQL API
  • Search all tables

commits

Table actions
  • GraphQL API for commits

9 rows where author = 3698640 sorted by author_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: raw_committer, committer, author_date (date), committer_date (date)

repo 1

  • xarray 9

author 1

  • delgadom · 9 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
ec41d651a7fdc6190ce2823bf8f6067a40de612e docs on specifying chunks in to_zarr encoding arg (#6542) * docs on specifying chunks in to_zarr encoding arg The structure of the to_zarr encoding argument is particular to xarray (at least, it's not immediately obvious from the zarr docs how this argument gets parsed) and it took a bit of trial and error to figure out out the rules. Hoping this docs block is helpful to others! * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * clean-up prior write * accept changes from @andersy005 * drop cleanup in io.zarr.writing_chunks Co-authored-by: Anderson Banihirwe <axbanihirwe@ualr.edu> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Maximilian Roos <5635139+max-sixty@users.noreply.github.com> Co-authored-by: Anderson Banihirwe <axbanihirwe@ualr.edu> Co-authored-by: Illviljan <14371165+Illviljan@users.noreply.github.com> 2022-06-23T21:31:36Z 2022-06-23T21:31:36Z Michael Delgado c4bd786ed80250fea086969ccf94540be9cbfbe6 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 delgadom 3698640 web-flow 19864447
1048df26386c5355469e08cecfed11696d30258f allow other and drop arguments in where (gh#6466) (#6467) * allow other and drop arguments in where (gh#6466) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add whatsnew entry to bug fixes? * drop extraneous edit Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> 2022-04-12T15:33:04Z 2022-04-12T15:33:04Z Michael Delgado c4bd786ed80250fea086969ccf94540be9cbfbe6 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 delgadom 3698640 web-flow 19864447
8c0166cba410eb96c18efbc34d7d8af8e448df6e allow 1 non-null value in interpolate_na with method="nearest" (#6144) * allow 1 non-null value in interpolate_na with method="nearest" * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add PR reference to whatsnew Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Mathias Hauser <mathias.hauser@env.ethz.ch> 2022-01-18T22:45:38Z 2022-01-18T22:45:38Z Michael Delgado c4bd786ed80250fea086969ccf94540be9cbfbe6 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 delgadom 3698640 web-flow 19864447
d6ee8caa84b27d4635ec3384b1a06ef4ddf2d998 Deprecate bool(ds) (#6126) 2022-01-03T16:57:57Z 2022-01-03T16:57:57Z Michael Delgado c4bd786ed80250fea086969ccf94540be9cbfbe6 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 delgadom 3698640 web-flow 19864447
92ac89f8a19368d1e6d18529997f68661e8e7784 assert ds errors in test_backends (#6122) `assert ds0 == ds2` will always evaluate to True if the datasets have at least one data variable. Instead, xr.testing.assert_equal should be used to test data variable equality. 2021-12-29T06:24:50Z 2021-12-29T06:24:50Z Michael Delgado c4bd786ed80250fea086969ccf94540be9cbfbe6 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 delgadom 3698640 web-flow 19864447
6b11d6e80a2445f2e1e7c4d5895008f7c845c4d5 assert ds errors in test_dataset.py (#6123) a number of assert statements in test_dataset.py::test_clip make assertions which will never fail as long as there is at least one data_variable: ```python assert result.min(...) >= 0.5 ``` this evaluates to datasets with scalar True or False values in each data_variable; however, ds.__bool__ returns true if `len(ds.data_vars) > 0`. related: https://github.com/pydata/xarray/pull/6122 2021-12-29T06:17:33Z 2021-12-29T06:17:33Z Michael Delgado c4bd786ed80250fea086969ccf94540be9cbfbe6 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 delgadom 3698640 web-flow 19864447
8073a7f84d57d06fd162840bbe827d9eab729156 add set_options link to FAQ on metadata (#6056) * link to xr.set_options in reference to "global flag" * syntax fix * switch to sphinx :py:func: anchor reference * xarray, not xr, in internal ref 2021-12-09T21:39:45Z 2021-12-09T21:39:45Z Michael Delgado c4bd786ed80250fea086969ccf94540be9cbfbe6 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 delgadom 3698640 web-flow 19864447
f08672847abec18f46df75e2f620646d27fa41a2 fix grammatical typo in docs (#6034) very simple fix in the [broadcasting by dimension name](http://xarray.pydata.org/en/stable/user-guide/computation.html#broadcasting-by-dimension-name) docs: > ``DataArray`` objects ~~are~~ automatically align themselves [...] by dimension name instead of axis order. 2021-11-30T00:33:07Z 2021-11-30T00:33:07Z Michael Delgado c4bd786ed80250fea086969ccf94540be9cbfbe6 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 delgadom 3698640 web-flow 19864447
99b457ce5859bd949cfea4671db5150c7297843a resolve #2071: 'bebroadcast' in ValueError msg (#2072) Add space to end of line halfway through error message on line 682 to avoid 'bebroadcast' on string concatenation. 2018-04-21T17:42:06Z 2018-04-21T17:42:05Z Michael Delgado c4bd786ed80250fea086969ccf94540be9cbfbe6 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 delgadom 3698640 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 14.908ms · About: xarray-datasette