home / github

Menu
  • GraphQL API
  • Search all tables

commits

Table actions
  • GraphQL API for commits

25 rows where committer = 10050469 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 18

  • fmaussion 4
  • dcherian 3
  • maaleske 2
  • Zac-HD 2
  • mrocklin 1
  • lumbric 1
  • vnoel 1
  • kikocorreoso 1
  • grinsted 1
  • gbrener 1
  • lewisacidic 1
  • spencerkclark 1
  • fujiisoup 1
  • hoonhout 1
  • snowman2 1
  • katrinleinweber 1
  • paulvija 1
  • tv3141 1

repo 1

  • xarray 25
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
2633b1e5cbc21cd414e588571ab7be26df8e8dae DOC: Avoid downloading .tif file (#2919) * Avoid downloading .tif file Simplify by using that rasterio can read directly from http. This also removes imports of requests and os. * let rasterio handle the http * pep 8 * pep8 2019-05-03T08:12:34Z 2019-05-03T08:12:34Z Aslak Grinsted 92d7c508b11492a57a186adcc121680a43d058d0 Fabien Maussion b0f4ce5150c3c23b1766db99ba73f575ddfc0e71 xarray 13221727 grinsted 2535390 fmaussion 10050469
aaae999bfd4b90aaaf13fea7ac3279d26562ce70 Fix minor typo in docstring (#2860) 2019-04-01T11:18:28Z 2019-04-01T11:18:28Z lumbric 59ea58fa1613b83ce51d483a000503cfce833810 Fabien Maussion b0f4ce5150c3c23b1766db99ba73f575ddfc0e71 xarray 13221727 lumbric 691772 fmaussion 10050469
f281945fcacbfc1dbaa48fb15546fae5317bdda8 Add libraries to show_versions (#2321) * Add dependencies to show_versions(). * DOC: Add libraries to dependency list. * Undo adding of h5py to docs. 2018-07-28T16:37:13Z 2018-07-28T16:37:13Z tv3141 4d00114e778b542ad76fc0237e98b30df5bf7931 Fabien Maussion b0f4ce5150c3c23b1766db99ba73f575ddfc0e71 xarray 13221727 tv3141 14019925 fmaussion 10050469
0a766b38de1d11f4c3110b267db72cb73e238d07 Hyperlink DOI against preferred resolver (#2147) 2018-05-17T13:16:47Z 2018-05-17T13:16:47Z Katrin Leinweber 195d8a27780c22b810ae51d80db1b0ff59e19611 Fabien Maussion b0f4ce5150c3c23b1766db99ba73f575ddfc0e71 xarray 13221727 katrinleinweber 9948149 fmaussion 10050469
91ac573e00538e0372cf9e5f2fdc1528a4ee8cb8 Add cftime to doc/environment.yml (#2126) 2018-05-13T11:56:54Z 2018-05-13T11:56:54Z Spencer Clark f04422bfa03dadc75fab6ce64de238fbe48f5be4 Fabien Maussion b0f4ce5150c3c23b1766db99ba73f575ddfc0e71 xarray 13221727 spencerkclark 6628425 fmaussion 10050469
6456df4e9d103a75231d0ea43bb87250ad8745a6 Starter property-based test suite (#1972) 2018-03-20T12:40:11Z 2018-03-20T12:40:11Z Zac Hatfield-Dodds 06d09e827b2c2c43d09db36e525014c3eca83a8f Fabien Maussion b0f4ce5150c3c23b1766db99ba73f575ddfc0e71 xarray 13221727 Zac-HD 12229877 fmaussion 10050469
4983f1f26070162d274de03971a7b13bb6048490 Add x,y kwargs for plot.line(). (#1926) * Add x,y kwargs for plot.line(). Supports both 1D and 2D DataArrays as input. Change variable names to make code clearer: 1. set xplt, yplt to be values that are passed to ax.plot() 2. xlabel, ylabel are axes labels 3. xdim, ydim are dimension names * Respond to comments. * Only allow one of x or y to be specified. * fix docs * Follow suggestions. * Follow suggestions. 2018-03-05T22:14:45Z 2018-03-05T22:14:45Z Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 Fabien Maussion b0f4ce5150c3c23b1766db99ba73f575ddfc0e71 xarray 13221727 dcherian 2448579 fmaussion 10050469
ecf50d2131e30bc8fe33fbaf4af833f6c37ce0d9 DOC: Plot discrete colormap with proportional colorbar (#1930) * Plot discrete colormap with proportional colorbar Using 'cbar_kwargs' it is possible to extend the capabilities of colorbar ticks. * Fixing style errors. * Fixing style errors. * Fixed the line-length issue Shortened intro texts. * added absolute_import added absolute_import to make stickler happy, can be removed later. * Updated script with changes requested Renamed the script, script info updated. * Cosmetic changes 2018-02-27T21:19:57Z 2018-02-27T21:19:57Z Vijay Paul dbf72feb140c94764a49e98f96cffbf02442d379 Fabien Maussion b0f4ce5150c3c23b1766db99ba73f575ddfc0e71 xarray 13221727 paulvija 12703555 fmaussion 10050469
93a4039f6c6eb765f5b2dc1ba286b263a931dac6 Use correct dtype for RGB image alpha channel (#1893) * Fix alpha channel logic for integer RGB images * Use named argument for concat axis 2018-02-12T22:12:12Z 2018-02-12T22:12:12Z Zac Hatfield Dodds 3ce4a2c03644349db2459c99f8b3abfb25e90fed Fabien Maussion b0f4ce5150c3c23b1766db99ba73f575ddfc0e71 xarray 13221727 Zac-HD 12229877 fmaussion 10050469
ee38ff07e8c48c8542742b3e42dd00dc41eb38f7 Replace task_state with tasks in dask test (#1904) This internal state was changed in the latest release Fixes #1903 2018-02-12T21:08:05Z 2018-02-12T21:08:05Z Matthew Rocklin bd76b7c174c23daea792e9fc3da9fcb89422c8ef Fabien Maussion b0f4ce5150c3c23b1766db99ba73f575ddfc0e71 xarray 13221727 mrocklin 306380 fmaussion 10050469
74d8318c68be884134d449afad18dfe731d48b72 rasterio backend: added nodatavals attribute (#1740) * Added nodatavals attribute Connected with issue #1736 * Replace None nodatavals with np.nan Fixes the type error with serialization: https://travis-ci.org/pydata/xarray/jobs/306107679 * Fix typo * Added nodatavals open_rasterio information. * added issue and author information * added tests for nodatavals attr * moved back to nan * added separate test for missing nodataval 2018-01-19T08:54:57Z 2018-01-19T08:54:57Z Alan D. Snow d5aa749a6b1801bf4b97c56d486595f04e35fc24 Fabien Maussion b0f4ce5150c3c23b1766db99ba73f575ddfc0e71 xarray 13221727 snowman2 8699967 fmaussion 10050469
186a8bbe6a79e8d94203af113297c96a045b8730 _plot2d: Rotate x-axis ticks if datetime subtype (#1786) * _plot2d: Rotate x-axis ticks if datetime subtype Just as for plot.line() * plt.gcf() → ax.get_figure() * assertFalse → assertNotEqual * Change other assertFalse(rotation == 0) 2018-01-03T16:37:55Z 2018-01-03T16:37:55Z Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 Fabien Maussion b0f4ce5150c3c23b1766db99ba73f575ddfc0e71 xarray 13221727 dcherian 2448579 fmaussion 10050469
30c849eed36f313db90a0f2e3eb8a135991240f6 Docs for multiple line plots. (#1804) * Docs for multiple line plots. * Trim a bit. 2018-01-03T13:33:47Z 2018-01-03T13:33:47Z Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 Fabien Maussion b0f4ce5150c3c23b1766db99ba73f575ddfc0e71 xarray 13221727 dcherian 2448579 fmaussion 10050469
89a1a9883c0c8409dad8dbcccf1ab73a3ea2cafc Parsing wavelength info from rasterio tags (#1583) * Parse rasterio tags to extract wavelengths as coordinates * Add wavelength_units as an attribute if it exists in tags * Specify count for np.fromiter for increased performance * Add a function for parsing ENVI metadata dicts returned by rasterio * Use the _parse_envi for parsing ENVI metadata * Add test for parsing ENVI tags as coordinates and attributes * Update whats-new.rst * Fix whitespace issues * Add rasterio version requirement for the ENVI test Rasterio versions before 1.0a do not seem to write changes to tags, making testing impossible with a created file. * Stylistic cleanup * Remove duplicate checks 2017-12-12T14:38:52Z 2017-12-12T14:38:52Z Matti Eskelinen 5e1fe82ea15648ed1c8497e3607cca567f7ba8b6 Fabien Maussion b0f4ce5150c3c23b1766db99ba73f575ddfc0e71 xarray 13221727 maaleske 4414299 fmaussion 10050469
dbf7b01cb4a4d9fb00882e0457523e4bb806820c Add dropna test. (#1700) * Add dropna test. * Assert dropna 2017-11-09T07:56:12Z 2017-11-09T07:56:12Z Keisuke Fujii caabe6633d9bef7f2f52807cc5a1f477f3a077d4 Fabien Maussion b0f4ce5150c3c23b1766db99ba73f575ddfc0e71 xarray 13221727 fujiisoup 6815844 fmaussion 10050469
6b16e6eed3eb4b8e3f5c237315765cf4b94b8a2b Remove netCDF dependency from rasterio backend tests (#1687) * Remove redundant roundtrip tests from rasterio tests * Add change to whats-new.rst * Remove serialization from the test names for accuracy * Add netcdf4 serialization as a separate test 2017-11-05T19:42:32Z 2017-11-05T19:42:32Z Matti Eskelinen 5e1fe82ea15648ed1c8497e3607cca567f7ba8b6 Fabien Maussion b0f4ce5150c3c23b1766db99ba73f575ddfc0e71 xarray 13221727 maaleske 4414299 fmaussion 10050469
6a20f917041abf53bcb35e210d59f5b331211012 Add attributes to rasterio backend (#1455) * Add attributes to rasterio backend Add the 'res', 'tiled', and 'transform' attributes to xarray's rasterio backend. * Follow flake8 suggestions, update whats-new.rst * Add period end of line in docs * Change "tiled" attribute to the actual name, "is_tiled" 2017-07-01T09:55:30Z 2017-07-01T09:55:30Z Greg Brener a90c0d79379903b2594a922e05d2652e8bbc76c6 Fabien Maussion b0f4ce5150c3c23b1766db99ba73f575ddfc0e71 xarray 13221727 gbrener 2840348 fmaussion 10050469
aeb4108b1f39cde2bac765ca58c70b5011b188c5 DOC: remove repeated paragraph (#1448) 2017-06-12T09:09:06Z 2017-06-12T09:09:06Z kikocorreoso 16b712bc4edad8252617726be4df6ff1cc92ece5 Fabien Maussion b0f4ce5150c3c23b1766db99ba73f575ddfc0e71 xarray 13221727 kikocorreoso 1939575 fmaussion 10050469
028454d9d8c6d7d2f8afd7d0133941f961dbe231 Moved register_dataset_accessor examples docs to appropriate docstring (#1416) 2017-05-21T20:18:09Z 2017-05-21T20:18:09Z Rich P. I. Lewis 81d95c2c59619d2fb1e8e3285efb6317e2525312 Fabien Maussion b0f4ce5150c3c23b1766db99ba73f575ddfc0e71 xarray 13221727 lewisacidic 2941720 fmaussion 10050469
e20ca57b511c8e6931ca534a19990363b17ce614 Fix pandas.tslib deprecation warning 2017-05-11T12:25:26Z 2017-05-11T12:25:26Z Fabien Maussion b0f4ce5150c3c23b1766db99ba73f575ddfc0e71 Fabien Maussion b0f4ce5150c3c23b1766db99ba73f575ddfc0e71 xarray 13221727 fmaussion 10050469 fmaussion 10050469
afbdbc7a19a3e31ff02e2007ade891c80ed8f841 Guess the complementary dimension when only one is passed to pcolormesh (#1291) * Guess the complementary dimension when only one is passed to pcolormesh * Add tests, verify the requested dimension is in the array * fix typo * updated whatsnew * Forgot to add my name * more accurate error message when specifying only one axis during a call to pcolormesh. Fix related tests * fix typo * make style flake8-compliant 2017-03-07T14:56:12Z 2017-03-07T14:56:12Z Vincent Noel e8df37039e450da520e14a6443555b30a2c48fa0 Fabien Maussion b0f4ce5150c3c23b1766db99ba73f575ddfc0e71 xarray 13221727 vnoel 731499 fmaussion 10050469
c2717d13bcf4b2f6681e64b6d523cc3469fa7861 Expose options for axis sharing between subplots (#1148) * Expose options for axis sharing between subplots to the initialization method of FacetGrid. We need this to plot a grid of polar axes. Polar axes have an aspect ratio of 1 and are "box"-adjustable rather than "datalim"-adjustable. "box"-adjustable axes cannot be shared. Therefore we need the ability to turn off axes sharing. * Added test for polar plots in a FacetGrid * Added what's new line on axes sharing and polar plots. 2016-12-07T14:16:42Z 2016-12-07T14:16:42Z Bas Hoonhout 8d8bceed00bf11ec440080b5b1d53681fae6628d Fabien Maussion b0f4ce5150c3c23b1766db99ba73f575ddfc0e71 xarray 13221727 hoonhout 7442202 fmaussion 10050469
83dd5a2bd307071769700d6eae2d1c263bd1c561 fix: transpose non-linked coordinates in 2d plots 2016-03-12T13:31:18Z 2016-03-13T10:10:17Z Fabien Maussion b0f4ce5150c3c23b1766db99ba73f575ddfc0e71 Fabien Maussion b0f4ce5150c3c23b1766db99ba73f575ddfc0e71 xarray 13221727 fmaussion 10050469 fmaussion 10050469
b8eaa7cbf6e9fc24e0b80a13301ab81baf60d303 fix runtime error in doc 2016-02-29T22:16:46Z 2016-02-29T22:16:46Z Fabien Maussion b0f4ce5150c3c23b1766db99ba73f575ddfc0e71 Fabien Maussion b0f4ce5150c3c23b1766db99ba73f575ddfc0e71 xarray 13221727 fmaussion 10050469 fmaussion 10050469
9bf93f79194ecfd512b6e947f39e91c654d7f205 more control on cmap params 2015-11-11T14:39:32Z 2015-11-15T09:56:01Z Fabien Maussion b0f4ce5150c3c23b1766db99ba73f575ddfc0e71 Fabien Maussion b0f4ce5150c3c23b1766db99ba73f575ddfc0e71 xarray 13221727 fmaussion 10050469 fmaussion 10050469

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