home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

16 rows where author = 35968931 and raw_author = "1b5999ce7e4a14248f94d7405c686b0fa5ad5979" 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 16

author 1

  • TomNicholas · 16 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
214d9417eb525ff10cc3ef90d9838fc42eef5b64 Option to not auto-create index during expand_dims (#8960) * test expand_dims doesn't create Index * add option to not create 1D index in expand_dims * refactor tests to consider data variables and coordinate variables separately * fix bug causing new test to fail * test index auto-creation when iterable passed as new coordinate values * make test for iterable pass * added kwarg to dataarray * whatsnew * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update tests to use private versions of assertions * create_1d_index->create_index * Update doc/whats-new.rst Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com> * warn if create_index=True but no index created because dimension variable was a data var not a coord * add string marks in warning message --------- 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> 2024-04-27T16:48:24Z 2024-04-27T16:48:24Z Tom Nicholas 1b5999ce7e4a14248f94d7405c686b0fa5ad5979 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 TomNicholas 35968931 web-flow 19864447
b004af5174a4b0e32519df792a4f625d5548a9f0 Correct save_mfdataset docstring (#8934) * correct docstring * get type hint right 2024-04-14T11:14:42Z 2024-04-14T11:14:42Z Tom Nicholas 1b5999ce7e4a14248f94d7405c686b0fa5ad5979 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 TomNicholas 35968931 web-flow 19864447
6de99369502901374438583eba9f9818929885ed New empty whatsnew entry (#8899) * new empty whatsnew entry * Update doc/whats-new.rst Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com> --------- Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com> 2024-04-01T17:49:06Z 2024-04-01T17:49:06Z Tom Nicholas 1b5999ce7e4a14248f94d7405c686b0fa5ad5979 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 TomNicholas 35968931 web-flow 19864447
2120808bbe45f3d4f0b6a01cd43bac4df4039092 Allow multidimensional variable with same name as dim when constructing dataset via coords (#8886) * regression test * remove unnecessary check * whatsnew * remove outdated test 2024-03-28T16:28:09Z 2024-03-28T16:28:09Z Tom Nicholas 1b5999ce7e4a14248f94d7405c686b0fa5ad5979 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 TomNicholas 35968931 web-flow 19864447
aaf3b7e572dc9ee422aac7b2c2454b653e7be2bb Opt out of auto creating index variables (#8711) * as_variable: deprecate converting to IndexVariable * fix multi-index edge case * Better default behavior of the Coordinates constructor (#8107) * ``Coordinates.__init__`` create default indexes ... for any input dimension coordinate, if ``indexes=None``. Also, if another ``Coordinates`` object is passed, extract its indexes and raise if ``indexes`` is not None (no align/merge supported here). * add docstring examples * fix doctests * fix tests * update what's new * fix deprecation warning after unintentionally reverted a valid previous change. * avoid unnecessary auto-creation of index to avoid userwarning * catch expected FutureWarnings in test_as_variable * check for coercion to IndexVariable * whatsnew --------- Co-authored-by: Benoit Bovy <benbovy@gmail.com> 2024-03-26T13:50:14Z 2024-03-26T13:50:14Z Tom Nicholas 1b5999ce7e4a14248f94d7405c686b0fa5ad5979 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 TomNicholas 35968931 web-flow 19864447
d64460795e406bc4a998e2ddae0054a1029d52a9 Move parallelcompat and chunkmanagers to NamedArray (#8319) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Anderson Banihirwe <13301940+andersy005@users.noreply.github.com> Co-authored-by: Anderson Banihirwe <axbanihirwe@ualr.edu> 2024-02-12T22:09:23Z 2024-02-12T22:09:23Z Tom Nicholas 1b5999ce7e4a14248f94d7405c686b0fa5ad5979 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 TomNicholas 35968931 web-flow 19864447
870450172477e3fccc5495ee9356813fa6187594 Fix automatic broadcasting when wrapping array api class (#8669) * test automatic broadcasting * fix bug * whatsnew * [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> 2024-01-26T16:41:29Z 2024-01-26T16:41:29Z Tom Nicholas 1b5999ce7e4a14248f94d7405c686b0fa5ad5979 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 TomNicholas 35968931 web-flow 19864447
f5d22a699715e022101d8322162271c2c3ccefa9 Fix unstack method when wrapping array api class (#8668) * add test for unstacking * fix bug with unstack * some other occurrences of reshape * whatsnew 2024-01-26T16:06:00Z 2024-01-26T16:06:00Z Tom Nicholas 1b5999ce7e4a14248f94d7405c686b0fa5ad5979 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 TomNicholas 35968931 web-flow 19864447
d639d6e151bdeba070127aa7e286c5bfa6048194 Update HOW_TO_RELEASE.md by clarifying where RTD build can be found (#8655) 2024-01-24T21:46:00Z 2024-01-24T21:46:00Z Tom Nicholas 1b5999ce7e4a14248f94d7405c686b0fa5ad5979 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 TomNicholas 35968931 web-flow 19864447
0a61f0ed62293fda0e26561d74705b3fe00912cf Pin sphinx-book-theme to 1.0.1 to try to deal with #8619 (#8632) Co-authored-by: Maximilian Roos <5635139+max-sixty@users.noreply.github.com> 2024-01-23T18:28:35Z 2024-01-23T18:28:35Z Tom Nicholas 1b5999ce7e4a14248f94d7405c686b0fa5ad5979 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 TomNicholas 35968931 web-flow 19864447
072f44c8af7a4891c0d6d3ab28bd69e35f215c56 Release summary for release v2024.01.0 (#8617) * release summary * move misplaced entries to be under new release * highlight new cumulative aggregation in release summary * thank contributors * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update doc/whats-new.rst --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Kai Mühlbauer <kmuehlbauer@wradlib.org> 2024-01-17T19:21:11Z 2024-01-17T19:21:11Z Tom Nicholas 1b5999ce7e4a14248f94d7405c686b0fa5ad5979 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 TomNicholas 35968931 web-flow 19864447
766da3480f50d7672fe1a7c1cdf3aa32d8181fcf Generalize cumulative reduction (scan) to non-dask types (#8019) * add scan to ChunkManager ABC * implement scan for dask using cumreduction * generalize push to work for non-dask chunked arrays * whatsnew * fix importerror * Allow arbitrary kwargs Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com> * Type hint return value of T_ChunkedArray Co-authored-by: Illviljan <14371165+Illviljan@users.noreply.github.com> * Type hint return value of Dask array * ffill -> bfill in doc/whats-new.rst Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com> * hopefully fix docs warning --------- Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com> Co-authored-by: Illviljan <14371165+Illviljan@users.noreply.github.com> 2023-12-18T19:30:18Z 2023-12-18T19:30:18Z Tom Nicholas 1b5999ce7e4a14248f94d7405c686b0fa5ad5979 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 TomNicholas 35968931 web-flow 19864447
299abd6276a4c10a84cb8081fb157cabfba070f6 Deprecate ds.dims returning dict (#8500) * raise FutureWarning * change some internal instances of ds.dims -> ds.sizes * improve clarity of which unexpected errors were raised * whatsnew * return a class which warns if treated like a Mapping * fix failing tests * avoid some warnings in the docs * silence warning caused by #8491 * fix another warning * typing of .get * fix various uses of ds.dims in tests * fix some warnings * add test that FutureWarnings are correctly raised * more fixes to avoid warnings * update tests to avoid warnings * yet more fixes to avoid warnings * also warn in groupby.dims * change groupby tests to match * update whatsnew to include groupby deprecation * filter warning when we actually test ds.dims * remove error I used for debugging --------- Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com> 2023-12-06T17:52:23Z 2023-12-06T17:52:23Z Tom Nicholas 1b5999ce7e4a14248f94d7405c686b0fa5ad5979 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 TomNicholas 35968931 web-flow 19864447
ce1af977b1330fd8e60660777e864325c2b1f198 Remove PR labeler bot (#8525) * remove labeler bot config * remove labeler workflows * revert #7431 2023-12-06T02:45:41Z 2023-12-06T02:45:41Z Tom Nicholas 1b5999ce7e4a14248f94d7405c686b0fa5ad5979 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 TomNicholas 35968931 web-flow 19864447
ab6a2553e142e1d6f90548bba66b7f8ead483dca Hypothesis strategy for generating Variable objects (#8404) * copied files defining strategies over to this branch * placed testing functions in their own directory * moved hypothesis strategies into new testing directory * begin type hinting strategies * renamed strategies for consistency with hypothesis conventions * added strategies to public API (with experimental warning) * strategies for chunking patterns * rewrote variables strategy to have same signature as Variable constructor * test variables strategy * fixed most tests * added helpers so far to API docs * add hypothesis to docs CI env * add todo about attrs * draft of new user guide page on testing * types for dataarrays strategy * draft for chained chunking example * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * only accept strategy objects * fixed failure with passing in two custom strategies that must be compatible * syntax error in example * allow sizes dict as argument to variables * copied subsequences_of strategy * coordinate_variables generates non-dimensional coords * dataarrays strategy given nothing working! * improved docstrings * datasets strategy works (given nothing) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * pass dims or data to dataarrays() strategy * importorskip hypothesis in tests * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * added warning about inefficient example generation * remove TODO about deterministic examples in docs * un-restrict names strategy * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * removed convert kwarg * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * avoid using subsequences_of * refactored into separa… 2023-12-05T22:45:56Z 2023-12-05T22:45:56Z Tom Nicholas 1b5999ce7e4a14248f94d7405c686b0fa5ad5979 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 TomNicholas 35968931 web-flow 19864447
d46c5b66463dfb0fed7e105514dda07e7ef4b5ef Warn on repeated dimension names during construction (#8491) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> 2023-12-01T00:40:18Z 2023-12-01T00:40:18Z Tom Nicholas 1b5999ce7e4a14248f94d7405c686b0fa5ad5979 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 TomNicholas 35968931 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 16.334ms · About: xarray-datasette