home / github

Menu
  • GraphQL API
  • Search all tables

commits

Table actions
  • GraphQL API for commits

10 rows where raw_author = "c68162e72020e3cef0a61930254687f7ffced922" 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 10

author 1

  • jsignell 10
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
4aae7fd0c39d4462d745dffc6c1eb880a5efa973 Make the `sel` error more descriptive when `method` is unset (#6774) * Make the sel error more descriptive when `method` is unset * Apply suggestions from code review Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com> Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com> 2022-07-12T20:33:00Z 2022-07-12T20:33:00Z Julia Signell c68162e72020e3cef0a61930254687f7ffced922 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 jsignell 4806877 web-flow 19864447
b155853ff6e17172b1b6b16c0da31522718e9409 Turn on html repr by default (#3812) * Turn on html repr by default * Add By line to release docs * Change tests to expect html as the default display_style 2020-03-02T23:01:43Z 2020-03-02T23:01:43Z Julia Signell c68162e72020e3cef0a61930254687f7ffced922 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 jsignell 4806877 web-flow 19864447
43d07b7b1d389a4bfc95c920149f4caa78653e81 jupyterlab dark theme (#3443) 2019-10-29T03:47:27Z 2019-10-29T03:47:27Z Julia Signell c68162e72020e3cef0a61930254687f7ffced922 Maximilian Roos 279c587273ec459ffb5192e60bf8447c05601fa5 xarray 13221727 jsignell 4806877 max-sixty 5635139
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
ba48fbcd6ee14e0bbd8887a970a1125fde6769f0 Html repr (#3425) * add CSS style and internal functions for html repr * move CSS code to its own file in a new static directory * add repr of array objects + some refactoring and fixes * add _repr_html_ methods to dataset, dataarray and variable * fix encoding issue in read CSS * fix some CSS for compatibility with notebook (tested 5.2) * use CSS grid + add icons to show/hide attrs and data repr * Changing title of icons to make tooltips better * Adding option to set repr back to classic * Adding support for multiindexes * Getting rid of some spans and fixing alignment * Forgot to check in css [skip ci] * Overflow on hover * Cleaning up css * Fixing indentation * Replacing + icon with db icon * Unifying input css * Renaming stylesheet [skip ci] * Improving styling of attributes * Using the repr functions * Using dask array _repr_html_ * Fixing alignment of Dimensions * Make sure to include subdirs in package * Adding static to manifest * Trying to include css files * Fixing css discrepancies in colab * Adding in lots of escapes and also f-strings * Adding some tests for formatting_html * linting * classic -> text * linting more * Adding tests for new option * Trying to get better coverage * reformatting * Fixing up test * Last tests hopefully * Fixing dask test to work with lower version * More black * Added what's new section * classic -> text Co-Authored-By: Deepak Cherian <dcherian@users.noreply.github.com> * Fixing up dt/dl for jlab * Directly change dl objects for attrs section 2019-10-24T16:48:45Z 2019-10-24T16:48:45Z Julia Signell c68162e72020e3cef0a61930254687f7ffced922 Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 xarray 13221727 jsignell 4806877 dcherian 2448579
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 13.978ms · About: xarray-datasette