home / github

Menu
  • GraphQL API
  • Search all tables

commits

Table actions
  • GraphQL API for commits

21 rows where author = 2448579 and committer = 1217238 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 21

author 1

  • dcherian · 21 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
e90e8bc06cf8e7c97c7dc4c0e8ff1bf87c49faf6 ignore h5py 2.10.0 warnings and fix invalid_netcdf warning test. (#3301) * ignore h5py 2.10.0 warnings and fix invalid_netcdf warning test. * Better fix. * fix fix. * remove comment. * Add docs. * Revert "Add docs." This reverts commit 14ae0b1153f56144c7a90966512f0a156355cf25. 2019-09-13T15:39:40Z 2019-09-13T15:39:40Z Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 dcherian 2448579 shoyer 1217238
9438390da9ecafc2601a7f06c9e4f87637b456df Add broadcast_like. (#3086) * Add broadcast_like. Closes #2885 * lint. * lint2 * Use a helper function * lint 2019-07-14T20:24:32Z 2019-07-14T20:24:32Z Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 dcherian 2448579 shoyer 1217238
724ad8301c9177f0f18476c03f4843006a4de691 Revert cmap fix (#3038) * Test for levels + provided cmap * Revert "plot: If provided with colormap do not modify it. (#2935)" This reverts commit ab3972294860447f9515c7b7b0a04838db061496. * lint 2019-06-22T17:16:35Z 2019-06-22T17:16:35Z Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 dcherian 2448579 shoyer 1217238
778ffc49135d6f97e17b37b48304995fca72f1e0 .resample now supports loffset. (#2608) * .resample now supports loffset. * Update whats-new.rst * Fix for pandas 0.19.2 * doc update. * Review comments. 2018-12-19T05:12:58Z 2018-12-19T05:12:58Z Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 dcherian 2448579 shoyer 1217238
090564c6cb621ee4d938f424f6e5acdf313bbbc7 doc fixes. (#2611) * doc fixes Fixes #2610 * minor doc fixes. * Fix examples path for open statements. 2018-12-17T21:57:35Z 2018-12-17T21:57:35Z Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 dcherian 2448579 shoyer 1217238
f8cced75f718ca0ad278224cf4b09bd42f5cd999 Fix parsing '_Unsigned' attribute (#2584) * Fix parsing '_Unsigned' attribute Fixes #2583 * Fix encode step too. * Add tests. * Fix whats-new. * Undo unnecessary change * Yay! fix test failure. 2018-12-15T23:53:18Z 2018-12-15T23:53:18Z Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 dcherian 2448579 shoyer 1217238
0d6056e8816e3d367a64f36c7f1a5c4e1ce4ed4e fix examples (#2581) * Fix multidimensional co-ordinate example. * Use open_dataset().load() in other example 2018-11-28T22:30:36Z 2018-11-28T22:30:36Z Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 dcherian 2448579 shoyer 1217238
848d491826a746711265b42a12fec12611fe539a Deprecate inplace (#2524) * Start deprecating inplace. * remove warnings from tests. * this commit silences nearly all warnings. * Add whats-new. * Add a default kwarg to _check_inplace and use for Dataset.update. * Major fix! * Add stacklevel * Tests: Less aggressive warning filter + fix unnecessary inplace. * revert changes to _calculate_binary_op 2018-11-03T21:24:12Z 2018-11-03T21:24:12Z Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 dcherian 2448579 shoyer 1217238
17815b48817e69b6e5f202609d9a7568b12cdf7c Raise more informative error when converting tuples to Variable. (#2523) Fixes #1016 2018-10-31T16:56:46Z 2018-10-31T16:56:46Z Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 dcherian 2448579 shoyer 1217238
0f70a876759197388d32d6d9f0317f0fe63e0336 plot.contour: Don't make cmap if colors is a single color. (#2453) By default, matplotlib draw dashed negative contours for a single color. We lost this feature by manually specifying cmap everytime. 2018-10-02T15:45:59Z 2018-10-02T15:45:59Z Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 dcherian 2448579 shoyer 1217238
1ec83a75c409c68683ac035dfee1c26f8cbc6695 make facetgrid execute _finalize() only once (#2435) * only apply finalize_grid once. * Add test 2018-09-26T00:55:32Z 2018-09-26T00:55:32Z Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 dcherian 2448579 shoyer 1217238
73b476e4db6631b2203954dd5b138cb650e4fb8c Bugfix for faceting line plots. (#2229) * Bugfix for faceting line plots. * Make add_legend public and usable. 2018-06-20T16:26:36Z 2018-06-20T16:26:36Z Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 dcherian 2448579 shoyer 1217238
1e6984b247a08c5c98baa808dcc7552eb1c372a0 Plot labels use CF convention information if available. (#2151) * Plot labels use CF convention information if available. Uses attrs long_name/standard_name, units if available. * Follow review feedback. * More informative docs. * Minor edit. 2018-06-02T00:10:25Z 2018-06-02T00:10:25Z Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 dcherian 2448579 shoyer 1217238
1c37d9ce526fecb9fdab2c82b3f46be06f55a128 Remove height=12in from facetgrid example plots. (#2210) 2018-06-01T16:15:49Z 2018-06-01T16:15:49Z Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 dcherian 2448579 shoyer 1217238
29d608af6694b37feac48cf369fa547d9fe2d00a Add "awesome xarray" list to faq. (#2118) * Add "awesome xarray" list to faq. * Add whats new entry + bugfix earlier entry. * Fixes + add xrft, xmitgcm. * Add link to xarray github topic. * Add more links plus add some organization. * Remove "points of reference" sentence * Remove subheadings under geosciences. * whats-new bugfix. 2018-05-14T21:04:30Z 2018-05-14T21:04:30Z Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 dcherian 2448579 shoyer 1217238
2c6bd2d1b09a84488ab1f1ebffa9cd359d0437ce Prevent Inf from screwing colorbar scale. (#2120) pd.isnull([np.inf]) is True while np.isfinite([np.inf]) is False. Let's use the latter. 2018-05-12T06:36:36Z 2018-05-12T06:36:36Z Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 dcherian 2448579 shoyer 1217238
70e2eb539d2fe33ee1b5efbd5d2476649dea898b Plotting upgrades (#2092) * Support xincrease, yincrease * Better tick label rotation in case of dateticks. Avoid autofmt_xdate because it deletes all x-axis ticklabels except for the last subplot. * Tests * docs. * review. * Prevent unclosed file ResourceWarning. 2018-05-10T00:45:40Z 2018-05-10T00:45:40Z Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 dcherian 2448579 shoyer 1217238
3419e9e61beb551850ddc283bb963f09967cb6c3 facetgrid: unset cmap if colors is specified. (#1928) 2018-03-06T05:05:58Z 2018-03-06T05:05:58Z Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 dcherian 2448579 shoyer 1217238
cbf4921102e3dbb77b9ca774caa48eebc1b27fc2 Support dt.floor(), dt.ceil() and dt.round() accessors. (#1827) * Support dt.floor(), dt.ceil() and dt.round() accessors. * Address comments. * Add dask test + dtype. * Add docstrings. 2018-02-11T23:21:18Z 2018-02-11T23:21:18Z Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 dcherian 2448579 shoyer 1217238
c368ee734945bbc736c33463ea561311bbdc1e9b plot.line(): Draw multiple lines for 2D DataArrays. (#1785) * plot.line(): Draw multiple lines for 2D DataArrays. * kwarg tests. * If x is None, choose the longer dimension. For arrays shaped as (100000, 2), this will plot 2 lines instead of 100000! * Add 'hue' kwarg. * Make sure we add a legend only for lines that we plot. * Make either x or hue a required argument for 2D inputs. Added an error if provided 'x' is not a dimension for 1D input (to mirror _infer_xy_labels behaviour for 2D inputs) Updated tests. * Better error message. 2017-12-31T17:16:16Z 2017-12-31T17:16:16Z Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 dcherian 2448579 shoyer 1217238
8b08ad853b187aba9cd501704d065f9db7876e51 WIP: 1d+2d coord plotting (#1737) * If one coord for contour plot is 2d, broadcast! * Some kind of test... 2017-11-29T11:50:09Z 2017-11-29T11:50:09Z Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 dcherian 2448579 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 61.164ms · About: xarray-datasette