home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

16 rows where author = 1197350 sorted by author_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

repo 1

  • xarray 16

author 1

  • rabernat · 16 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
c93b31a9175eed9e506eb1950bf843d7de715bb9 Add mode='a-': Do not overwrite coordinates when appending to Zarr with `append_dim` (#8428) Co-authored-by: Deepak Cherian <deepak@cherian.net> Co-authored-by: Anderson Banihirwe <13301940+andersy005@users.noreply.github.com> 2023-12-01T03:58:54Z 2023-12-01T03:58:54Z Ryan Abernathey 50f308688403ffa4670d1b45f2b77ab73ff8d786 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 rabernat 1197350 web-flow 19864447
dd7f742fd79126d8665740c5a461c265fdfdc0da Zarr chunking fixes (#5065) Co-authored-by: keewis <keewis@users.noreply.github.com> 2021-04-26T16:37:42Z 2021-04-26T16:37:42Z Ryan Abernathey 50f308688403ffa4670d1b45f2b77ab73ff8d786 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 rabernat 1197350 web-flow 19864447
261df2e56b2d554927887b8943f84514fc60369b Document Xarray zarr encoding conventions (#4047) * document zarr encoding * link to zarr spec * fix typo [ci skip] 2020-05-20T17:04:01Z 2020-05-20T17:04:01Z Ryan Abernathey 50f308688403ffa4670d1b45f2b77ab73ff8d786 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 rabernat 1197350 web-flow 19864447
2c10d1443bea09e5ef53e5a7e35195a195e193a7 decreased pytest verbosity (#2881) 2019-04-09T23:34:21Z 2019-04-09T23:34:21Z Ryan Abernathey 50f308688403ffa4670d1b45f2b77ab73ff8d786 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 rabernat 1197350 shoyer 1217238
a7d55b9bcd0cc19330b5784842d51af5309d07ee to_dict without data (#2659) * add data=False to to_dict methods * doc and whats-new * fix pep8 errors * small tweaks * added shape and dtype 2019-01-21T23:25:55Z 2019-01-21T23:25:55Z Ryan Abernathey 50f308688403ffa4670d1b45f2b77ab73ff8d786 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 rabernat 1197350 web-flow 19864447
a0bbea89d5ce1399a24ca6c27b446283588ca2b4 revise top-level package description (#2430) * revise main package description * Update doc/index.rst Co-Authored-By: rabernat <ryan.abernathey@gmail.com> * Update doc/index.rst Co-Authored-By: rabernat <ryan.abernathey@gmail.com> * Update doc/index.rst Co-Authored-By: rabernat <ryan.abernathey@gmail.com> * next draft * add mention of netCDF * eliminate CDM reference * update README and setup.py * Split long paragraph, minor rewordings 2019-01-06T00:31:57Z 2019-01-06T00:31:57Z Ryan Abernathey 50f308688403ffa4670d1b45f2b77ab73ff8d786 Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 xarray 13221727 rabernat 1197350 dcherian 2448579
3ae93ac31ce122fc10b089f3b92b8c20e8b218c9 Zarr consolidated (#2559) * wip: getting started * preliminary support for zarr consolidated metadata * update zarr dev repo * add consolidate to close * doc updates * skip tests based on zarr version * fix doc typos * fix PEP8 issues * fix test skipping * fixed integration test * update version check * rename keyword arg * Update whats-new.rst * instructions for consolidating existing stores 2018-12-04T23:51:00Z 2018-12-04T23:51:00Z Ryan Abernathey 50f308688403ffa4670d1b45f2b77ab73ff8d786 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 rabernat 1197350 shoyer 1217238
a9d1f3a36229636f0d519eb36a8d4a7c91f6e1cd Fix decode cf with dask (#2047) * fixes #1372 * what's new 2018-04-12T23:38:01Z 2018-04-12T23:38:01Z Ryan Abernathey 50f308688403ffa4670d1b45f2b77ab73ff8d786 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 rabernat 1197350 shoyer 1217238
3cd2337d8035a324cb38d6793eaf33818066f25c fix rasterio chunking with s3 datasets (#1817) * fixes #1816 * new and refactored rasterio tests 2018-01-23T16:33:27Z 2018-01-23T16:33:27Z Ryan Abernathey 50f308688403ffa4670d1b45f2b77ab73ff8d786 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 rabernat 1197350 shoyer 1217238
8fe7eb0fbcb7aaa90d894bcf32dc1408735e5d9d WIP: Zarr backend (#1528) * added HiddenKeyDict class * new zarr backend * added HiddenKeyDict class * new zarr backend * add zarr to ci reqs * add zarr api to docs * some zarr tests passing * requires zarr decorator * wip * added chunking test * remove debuggin statements * fixed HiddenKeyDict * added HiddenKeyDict class * new zarr backend * add zarr to ci reqs * add zarr api to docs * some zarr tests passing * requires zarr decorator * wip * added chunking test * remove debuggin statements * fixed HiddenKeyDict * wip * finished merge * create opener object * trying to get caching working * caching still not working * updating zarr backend with new indexing mixins * added new zarr dev test env * update travis * move zarr-dev to travis allowed failures * fix typo in env file * wip * fixed zarr auto_chunk * refactored zarr tests * new encoding test * cleanup and buildout ZarrArrayWrapper, vectorized indexing * more wip * very close to passing all tests * modified inheritance * subclass AbstractWriteableDataStore * xfailed certain tests * pr comments wip * removed autoclose * new test for chunk encoding * added another test * tests for HiddenKeyDict * flake8 * zarr version update * added more tests * added compressor test * docs * weird ascii character issue * doc fixes * what's new * more file encoding nightmares * Tests for backends.zarr._replace_slices_with_arrays (and misc. small cleanup, adding docstrings + a bit more validation logic) * respond to @shoyer's review * final fixes * put back @shoyer's original max function * another try with 2.7-safe max function * put back @shoyer's original max function * bypass lock on ArrayWriter * eliminate read mode * added zarr distributed integration test * fixed max bug * change lock to False * fix doc typos 2017-12-14T02:11:36Z 2017-12-14T02:11:36Z Ryan Abernathey 50f308688403ffa4670d1b45f2b77ab73ff8d786 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 rabernat 1197350 web-flow 19864447
d80248476ebe4a3845211c5d58e0af1effc73ea3 fixed dask prefix naming (#1411) * fixed dask prefix naming * fixed tests * fixed token * added whats new 2017-05-22T20:38:55Z 2017-05-22T20:38:55Z Ryan Abernathey 50f308688403ffa4670d1b45f2b77ab73ff8d786 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 rabernat 1197350 shoyer 1217238
a9a12b0aca862d5ab19180594f616b8efab13308 Fix groupby bins tests (#1390) * fixed #1386 * what's new * flake8 fix * DOC: bug -> test suite failure 2017-05-01T21:52:13Z 2017-05-01T21:52:13Z Ryan Abernathey 50f308688403ffa4670d1b45f2b77ab73ff8d786 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 rabernat 1197350 shoyer 1217238
2cfd3882374831e5edfe5d040f7775c5bb5ecc7a add optimization tips, closes #1103 (#1104) 2016-11-10T16:49:06Z 2016-11-10T16:49:06Z Ryan Abernathey 50f308688403ffa4670d1b45f2b77ab73ff8d786 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 rabernat 1197350 shoyer 1217238
0e044ce807fa0ee15703c8b4088bf41ae8e99116 Groupby bins empty groups (#1027) * Fix a typo * fixes #1019 * fixed tiny bug * changed default * got rid of keyword arg 2016-10-03T15:22:15Z 2016-10-03T15:22:15Z Ryan Abernathey 50f308688403ffa4670d1b45f2b77ab73ff8d786 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 rabernat 1197350 shoyer 1217238
a0a3860a87815f1f580aa56b972c7e8d9359b6ce Multidimensional groupby (#818) * multidimensional groupby and binning * added time dimension to multidim groupby tests * updated docs * fixed binning * add groupby_bins method * doc update * test for non-monotonic 2d coordinates * bin coordinate name changed * updated docs and example * fixed style issues and whats-new 2016-07-08T01:50:38Z 2016-07-08T01:50:38Z Ryan Abernathey 50f308688403ffa4670d1b45f2b77ab73ff8d786 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 rabernat 1197350 shoyer 1217238
ee4fab78e2e54042ea1adb1c7bc7c849f9ec0c76 fixes #537 by modifying color kwarg in plotting fixed seaborn dependency in cmap generation test for new contour color rules updated docs test for seaborn palettes forgot colors in plotmethod 2015-08-18T18:22:54Z 2015-08-31T04:41:29Z Ryan Abernathey 6045658809e8d688cc89ccd296f09353f0ffe441 Ryan Abernathey 6045658809e8d688cc89ccd296f09353f0ffe441 xarray 13221727 rabernat 1197350 rabernat 1197350

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