home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

6 rows where author = 4806877, committer = 1217238 and repo = 13221727 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 · 6 ✖

author 1

  • jsignell · 6 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
bb0a5a2b1c71f7c2622543406ccc82ddbb290ece Escaping dtypes (#3444) * Escaping dtypes * Reformatting 2019-10-24T21:50:19Z 2019-10-24T21:50:19Z Julia Signell c68162e72020e3cef0a61930254687f7ffced922 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 jsignell 4806877 shoyer 1217238
b679f4a9edb2437d11f28bf6516fc7aa8d673acb Adding data kwarg to copy to create new objects with same structure as original (#2384) * Added label_like for Variable and DataArray and tests * linting * Responding to comments - fixing up tests, more flexible input * label_like --> structured_like * Made docs changes, added example * Responding to comments * Moving from structured_like to .copy(data) * Making dataset copy mandate all data_vars and minor tweaks * Stop ignoring data in IndexVariable.copy 2018-09-19T01:19:07Z 2018-09-19T01:19:07Z Julia Signell c68162e72020e3cef0a61930254687f7ffced922 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 jsignell 4806877 shoyer 1217238
73f5b02a42a4003815d2bfc91e658195f5050be1 Make `dim` optional on unstack (#2375) * Making dim an optional input for unstack method * Adding tests where dim is not explicitly set * Switched to using first MultiIndex in dim * Fixing too long line * Unstack along all MultiIndexes and accept *dims * Making dim accept interable or string or None * Responding to comments - if no multi-index, return object as is * Added section to whats-new * Pep8 and returing a copy rather than mutating original * linting * Adding back in error if non-MultiIndex is passed as arg * Reworking logic 2018-09-05T15:19:06Z 2018-09-05T15:19:06Z Julia Signell c68162e72020e3cef0a61930254687f7ffced922 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 jsignell 4806877 shoyer 1217238
177b864333a61eb5c53b589c1a3cf48591d19b0d [DOCS] PyNIO is now available on conda-forge (#1654) Updated instructions for installing PyNIO to use conda-forge 2017-10-24T20:19:59Z 2017-10-24T20:19:59Z Julia Signell c68162e72020e3cef0a61930254687f7ffced922 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 jsignell 4806877 shoyer 1217238
293922eba4f5856e23c56a7f9c63482e1f47decb catch numpy arrays in attrs before converting to dict (#1052) * catch np.arrays in attrs before converting to dict * pushed time_check and np_check out to utils.py * changed utils funtion names * added numpy scalar test 2016-10-25T18:19:44Z 2016-10-25T18:19:44Z Julia Signell c68162e72020e3cef0a61930254687f7ffced922 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 jsignell 4806877 shoyer 1217238
b708f71f05cccfc4c7063ea58c25c46cfe37dd8d added to_dict function for xarray objects (#917) * added to_dict function for xarray objects * separated out to_dict functions for dataset and dataarray * added Dataset.from_dict and unit tests with a failing time test to highlight roundtripping issue * fixed date error, faster object creation in from_dict, dims is now left as a dict * added nan and nat unit test on from_dict to_dict roundtripping * added dataarray.from_dict and increased flexibility of functions, improved error messages * pep8, improved docs * added to_dict, from_dict note in docs/io and whats-new * small edits to documentation to improve rendering * better doc rendering 2016-08-11T21:54:25Z 2016-08-11T21:54:25Z Julia Signell c68162e72020e3cef0a61930254687f7ffced922 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 jsignell 4806877 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 49.951ms · About: xarray-datasette