home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

7 rows where author = 39069044 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 7

author 1

  • slevang · 7 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
f0ade3d623676b4aeb1ca0d444d4d9cbfc38a0b7 Automatic region detection and transpose for `to_zarr()` (#8434) * implement auto region and transpose * fix validation * support str auto, Dataset doc string, and user-guide example * add whats new entry * Update doc/user-guide/io.rst Co-authored-by: Maximilian Roos <5635139+max-sixty@users.noreply.github.com> * drop indices and test that they are not written * test that auto append fails * more concise indexes detection * fix typing --------- Co-authored-by: Maximilian Roos <5635139+max-sixty@users.noreply.github.com> 2023-11-14T18:34:49Z 2023-11-14T18:34:49Z Sam Levang 35c1f934f15f572cf82bd567eca38eb4a0de7bb6 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 slevang 39069044 web-flow 19864447
3b6cd2a2e44e9777f865a2bc1be958ae313f66da Handle numpy-only attrs in `xr.where` (#7364) * check if result has attrs before trying to add them * add whats new * Apply suggestions from code review Co-authored-by: Mick <mick.niklas@gmail.com> Co-authored-by: Mick <mick.niklas@gmail.com> 2022-12-10T21:52:36Z 2022-12-10T21:52:36Z Sam Levang 35c1f934f15f572cf82bd567eca38eb4a0de7bb6 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 slevang 39069044 web-flow 19864447
675a3ff6d9fc52fde73d356345848e89a4705aaf Fix coordinate attr handling in `xr.where(..., keep_attrs=True)` (#7229) * better tests, use modified attrs[1] * add whats new * update keep_attrs docstring * cast to DataArray * whats-new * fix whats new * Update doc/whats-new.rst * rebuild attrs after apply_ufunc * fix mypy * better comment Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com> 2022-11-30T23:35:29Z 2022-11-30T23:35:29Z Sam Levang 35c1f934f15f572cf82bd567eca38eb4a0de7bb6 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 slevang 39069044 web-flow 19864447
1f4be33365573da19a684dd7f2fc97ace5d28710 Better dtype preservation for rolling mean on dask array (#7063) * cast self.count to self.obj.dtype in _mean * Update xarray/core/rolling.py Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com> * add whats new Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com> 2022-09-22T22:06:07Z 2022-09-22T22:06:07Z Sam Levang 35c1f934f15f572cf82bd567eca38eb4a0de7bb6 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 slevang 39069044 web-flow 19864447
e6791852aa7ec0b126048b0986e205e158ab9601 More informative error for non-existent zarr store (#7060) * more informative error for non-existent zarr store * add whats-new 2022-09-20T22:38:45Z 2022-09-20T22:38:45Z Sam Levang 35c1f934f15f572cf82bd567eca38eb4a0de7bb6 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 slevang 39069044 web-flow 19864447
0cd5285c56c5375da9f4d27836ec41eea4d069f3 Fix `xr.where(..., keep_attrs=True)` bug (#6461) * check for attrs on x * ensure we only get attrs of x * add whats-new 2022-04-12T02:12:38Z 2022-04-12T02:12:38Z Sam Levang 35c1f934f15f572cf82bd567eca38eb4a0de7bb6 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 slevang 39069044 web-flow 19864447
ddc352faa6de91f266a1749773d08ae8d6f09683 Basic curvefit implementation (#4849) 2021-03-31T16:55:53Z 2021-03-31T16:55:53Z Sam Levang 35c1f934f15f572cf82bd567eca38eb4a0de7bb6 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 slevang 39069044 web-flow 19864447

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