home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

3 rows where author = 4414299 sorted by author_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: raw_committer, committer, author_date (date), committer_date (date)

repo 1

  • xarray 3

author 1

  • maaleske · 3 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
d8d87d21786a7823b84d8f1f1e14f793fbd5352a Allow passing of positional arguments in `apply` for Groupby objects (#2413) * Allow passing of positional arguments to `func` in `XGroupBy.apply` * Fix the documentation call to `func` to show the actual call. * Add changes to whats-new.rst * Fix typo * Allow passing args to func from DatasetResample and DataArrayResample * Update whats-new with Resample changes * Add tests for func arguments in groupby * Add tests for apply func arguments in resample * flake8 fixes 2018-12-24T17:50:19Z 2018-12-24T17:50:19Z Matti Eskelinen 5e1fe82ea15648ed1c8497e3607cca567f7ba8b6 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 maaleske 4414299 shoyer 1217238
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
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

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