home / github

Menu
  • GraphQL API
  • Search all tables

commits

Table actions
  • GraphQL API for commits

5 rows where author = 81219 and repo = 13221727 sorted by author_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: raw_committer, committer, author_date (date)

repo 1

  • xarray · 5 ✖

author 1

  • huard · 5 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
76036bd239ad2fbf7aa6948ab61a6215c22c3d6e related-projects: update xESMF link to pangeo-xesmf (#4573) 2020-11-12T14:53:55Z 2020-11-12T14:53:55Z David Huard 5af532972f5310a40c7ae1e15951da62a431d6b6 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 huard 81219 web-flow 19864447
0d95ebac19faa3af25ac369d1e8177535022c0d9 Fix interp bug when indexer shares coordinates with array (#3758) * added test demonstrating interp bug for nd indexes sharing coordinate with array * fix test so it works with sel * support shared dimensions in interp * isort fixes * update whats new * Revert "isort fixes" This reverts commit 5df6c9c0f99376dbc43f2f30567661ee49c00655. * test requires scipy 2020-03-13T13:58:37Z 2020-03-13T13:58:37Z David Huard 5af532972f5310a40c7ae1e15951da62a431d6b6 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 huard 81219 web-flow 19864447
8772355b23e2a451697023844a0e6b688e1468e1 Add support for CFTimeIndex in get_clean_interp_index (#3631) * add support for CFTimeIndex in get_clean_interp_index * black * added test comparing cftime index with standard index * added comment * index in ns instead of days * pep8 * datetime_to_numeric: convert timedelta objects using np.timedelta64 type conversion. add overflow tests * added interp test * switched clean_interp_index resolution to us. Fixed interpolate_na and added support for CFTimeIndex. * Error message to explain overflow problem. * switched timedelta64 units from ms to us * reverted default user-visible resolution to ns. Converts to float, possibly lossy. * pep8 * black * special case for older numpy versions * black * added xfail for overflow error with numpy < 1.17 * changes following PR comments from spencerclark * bypass pandas to convert timedeltas to floats. avoids overflow errors. * black * removed numpy conversion. added docstrings. renamed tests. * pep8 * updated whats new * Update doc/whats-new.rst Co-Authored-By: Spencer Clark <spencerkclark@gmail.com> * update interpolate_na docstrings * black * dt conflicts with accessor * replaced assert_equal by assert_allclose * Update xarray/core/duck_array_ops.py Co-Authored-By: Spencer Clark <spencerkclark@gmail.com> * Update xarray/core/duck_array_ops.py Co-Authored-By: Spencer Clark <spencerkclark@gmail.com> * renamed array to value in timedelta_to_numeric. Added tests * removed support for TimedeltaIndex in timedelta_to_numeric * added tests for np_timedelta64_to_float and pd_timedelta_to_float. renamed array to value for pd_timedelta_to_float. removed pd_timedeltaindex_to_float. * black * Fix flake8 error * black Co-authored-by: Spencer Clark <spencerkclark@gmail.com> 2020-01-26T14:10:36Z 2020-01-26T14:10:36Z David Huard 5af532972f5310a40c7ae1e15951da62a431d6b6 Spencer Clark f04422bfa03dadc75fab6ce64de238fbe48f5be4 xarray 13221727 huard 81219 spencerkclark 6628425
b65ce8666020ba3a0300154655d2e5c05884d73b Honor `keep_attrs` in DataArray.quantile (#3305) * Added `keep_attrs` argument to Variable.quantile. TestDataArray.test_quantile now checks for attributes in output. * black * updated whats new. * removed vestigial comment. Switched default Variable.quantile keep_attrs to False. 2019-09-15T22:16:15Z 2019-09-15T22:16:15Z David Huard 5af532972f5310a40c7ae1e15951da62a431d6b6 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 huard 81219 shoyer 1217238
b054c317f86639cd3b889a96d77ddb3798f8584e Add quantile method to GroupBy (#2828) * implement groupby.quantile + tests * added quantile method in whats-new * mark additional test as xfail. * lint fix * simpler version of groupby.quantile * added quantile methods to api.rst * included DEFAULT_DIMS handling in quantile method * clarified groupby tests * added test with more typical use case * pep8 * removed failing test 2019-06-24T15:21:28Z 2019-06-24T15:21:28Z David Huard 5af532972f5310a40c7ae1e15951da62a431d6b6 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 huard 81219 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 2484.713ms · About: xarray-datasette