home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

11 rows where committer = 6213168 sorted by author_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: raw_author, author_date (date), committer_date (date)

author 6

  • max-sixty 4
  • dcherian 2
  • mathause 2
  • shoyer 1
  • crypto-jeronimo 1
  • rdoyle45 1

repo 1

  • xarray 11
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
6295bc6bca1559680544ea86051f35fa2d367fe1 Fix/quantile wrong errmsg (#3635) * test correct error is thrown * quantile: throw out of bounds error * whats-new 2019-12-17T13:50:05Z 2019-12-17T13:50:05Z Mathias Hauser ca4b1aa7038742a78b0de3134b339add28345bf9 crusaderky 2ff6d9e74ee03928d143f0bb1557924a28d3b23d xarray 13221727 mathause 10194086 crusaderky 6213168
53c5199423a29854e3f9c1f5d6d3658b8ea95049 __dask_tokenize__ (#3446) * Implement __dask_tokenize__ * Fix window test * Code review * Test change in IndexVariable 2019-10-31T15:52:11Z 2019-10-31T15:52:11Z Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 crusaderky 2ff6d9e74ee03928d143f0bb1557924a28d3b23d xarray 13221727 dcherian 2448579 crusaderky 6213168
8fbe1f8409a0c0e4ce88a0c30bfc668b16c6903c Type check sentinel values (#3472) * type check sentinel values, using Enum pattern * Code review * Code review * Code review * Code review 2019-10-31T15:52:01Z 2019-10-31T15:52:01Z Maximilian Roos 279c587273ec459ffb5192e60bf8447c05601fa5 crusaderky 2ff6d9e74ee03928d143f0bb1557924a28d3b23d xarray 13221727 max-sixty 5635139 crusaderky 6213168
092d300db7576de2aa96316de42ee6bf293d9855 unpin cftime (#3463) * unpin cftime * Update ci/requirements/py36-min-all-deps.yml Co-Authored-By: Spencer Clark <spencerkclark@gmail.com> * do not pin to patch version * add note on cftime=1.0.4 2019-10-30T01:08:13Z 2019-10-30T01:08:13Z Mathias Hauser ca4b1aa7038742a78b0de3134b339add28345bf9 crusaderky 2ff6d9e74ee03928d143f0bb1557924a28d3b23d xarray 13221727 mathause 10194086 crusaderky 6213168
b0c336f6b4b8d425e5c89d6f75f561823806137b Whatsnew for #3419 (#3422) * pyupgrade --py36-plus * Update xarray/core/nputils.py Co-Authored-By: crusaderky <crusaderky@gmail.com> * Update xarray/core/parallel.py Co-Authored-By: crusaderky <crusaderky@gmail.com> * Update xarray/tests/test_cftime_offsets.py Co-Authored-By: crusaderky <crusaderky@gmail.com> * Update xarray/tests/test_cftime_offsets.py Co-Authored-By: crusaderky <crusaderky@gmail.com> * whatsnew 2019-10-21T08:52:36Z 2019-10-21T08:52:36Z Maximilian Roos 279c587273ec459ffb5192e60bf8447c05601fa5 crusaderky 2ff6d9e74ee03928d143f0bb1557924a28d3b23d xarray 13221727 max-sixty 5635139 crusaderky 6213168
2984415e9884c12f407ac39c06dffb822c540bb3 Revert changes made in #3358 (#3411) * Revert #3358 * Revision * Code review * Merge from master * Obsolescence note 2019-10-21T00:17:47Z 2019-10-21T00:17:47Z Rhys Doyle c1efbf1072a55360644b2caabcd52d7614a431ff crusaderky 2ff6d9e74ee03928d143f0bb1557924a28d3b23d xarray 13221727 rdoyle45 48983334 crusaderky 6213168
3c462b9663bfd9f609b567a7743465aa1b413b1e Python3.6 idioms (#3419) * pyupgrade --py36-plus * Update xarray/core/nputils.py Co-Authored-By: crusaderky <crusaderky@gmail.com> * Update xarray/core/parallel.py Co-Authored-By: crusaderky <crusaderky@gmail.com> * Update xarray/tests/test_cftime_offsets.py Co-Authored-By: crusaderky <crusaderky@gmail.com> * Update xarray/tests/test_cftime_offsets.py Co-Authored-By: crusaderky <crusaderky@gmail.com> 2019-10-21T00:16:58Z 2019-10-21T00:16:58Z Maximilian Roos 279c587273ec459ffb5192e60bf8447c05601fa5 crusaderky 2ff6d9e74ee03928d143f0bb1557924a28d3b23d xarray 13221727 max-sixty 5635139 crusaderky 6213168
ae1d8c7adf7c12a71730817ba64f27b86ac48a6a Fix documentation typos (#3396) 2019-10-13T14:38:36Z 2019-10-13T14:38:36Z Crypto Jerônimo 981066f861f3483c303fc4c41d6f660793180142 crusaderky 2ff6d9e74ee03928d143f0bb1557924a28d3b23d xarray 13221727 crypto-jeronimo 36364045 crusaderky 6213168
3f295511acdf4e2c6a6bdf7bcbba5be519d45e9b map_blocks (#3276) * map_block attempt 2 * Address reviews: errors, args + kwargs support. * Works with datasets! * remove wrong comment. * Support chunks. * infer template. * cleanup * cleanup2 * api.rst * simple shape change error check. * Make test more complicated. * Fix for when user function doesn't set DataArray.name * Now _to_temp_dataset works. * Add whats-new * chunks kwarg makes no sense right now. * review feedback: 1. skip index graph nodes. 2. var → name 3. quicker dataarray creation. 4. Add restrictions to docstring. 5. rename chunk construction task. 6. error when non-xarray object is returned. 7. restore non-coord dims. review * Support nondim coords in make_meta. * Add Dataset.unify_chunks * doc updates. * minor. * update comment. * More complicated test dataset. Tests fail :X * Don't know why compute is needed. * work with DataArray nondim coords. * fastpath unify_chunks * comment. * much improved tests. * Change args, kwargs syntax. * Add dataset, dataarray methods. * api.rst * docstrings. * Fix unify_chunks. * Move assert_chunks_equal to xarray.testing. * minor changes. * Better error handling when inferring returned object * wip * wip * better to_array * Docstrings + nicer error message. * remove unify_chunks in map_blocks + better tests. * typing for unify_chunks * address more review comments. * more unify_chunks tests. * Just use dask.core.utils.meta_from_array * get tests working. assert_equal needs a lot of fixing. * more unify_chunks test. * assert_chunks_equal fixes. * copy over meta_from_array. * minor fixes. * raise chunks error earlier and test for map_blocks raising chunk error * fix. * Type annotations * py35 compat * make sure unify_chunks does not compute. * Make tests functional by call compute before assert_equal * Update whats-new * Work with attributes. * Support attrs and name changes. * m… 2019-10-10T23:44:19Z 2019-10-10T23:44:19Z Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 crusaderky 2ff6d9e74ee03928d143f0bb1557924a28d3b23d xarray 13221727 dcherian 2448579 crusaderky 6213168
3f4b0250e386f08233f4e11dc1cd4b12cfa953b0 sparse=True option for from_dataframe and from_series (#3210) sparse=True option for from_dataframe and from_series Fixes https://github.com/pydata/xarray/issues/3206 2019-08-27T08:54:25Z 2019-08-27T08:54:25Z Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 crusaderky 2ff6d9e74ee03928d143f0bb1557924a28d3b23d xarray 13221727 shoyer 1217238 crusaderky 6213168
d3f1ced1aa84cb0a0f3e47e7ee67492e203fcce5 small updates to the contributing.rst (it could use more) (#3193) 2019-08-09T10:40:22Z 2019-08-09T10:40:22Z Maximilian Roos 279c587273ec459ffb5192e60bf8447c05601fa5 crusaderky 2ff6d9e74ee03928d143f0bb1557924a28d3b23d xarray 13221727 max-sixty 5635139 crusaderky 6213168

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 230.579ms · About: xarray-datasette