home / github

Menu
  • GraphQL API
  • Search all tables

pull_requests

Table actions
  • GraphQL API for pull_requests

6 rows where user = 43613877

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: state, draft, created_at (date), updated_at (date), closed_at (date), merged_at (date)

id ▼ node_id number state locked title user body created_at updated_at closed_at merged_at merge_commit_sha assignee milestone draft head base author_association auto_merge repo url merged_by
247901762 MDExOlB1bGxSZXF1ZXN0MjQ3OTAxNzYy 2716 closed 0 ENH: resample methods with tolerance observingClouds 43613877 * ENH: resample methods bfill, pad, nearest accept tolerance keyword <!-- Feel free to remove check-list items aren't relevant to your change --> - [x] Closes #2695 - [x] Tests added - [x] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API 2019-01-26T17:23:22Z 2019-01-31T17:28:16Z 2019-01-31T17:28:10Z 2019-01-31T17:28:09Z 3cc0d2214d699accb5cd904f775b442083b7bfd8     0 a878ebc62825ea0e281960ca2e91348899f34a60 2e99c7dde32e396dd2c5fc6261a2d06217621e10 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/2716  
584910818 MDExOlB1bGxSZXF1ZXN0NTg0OTEwODE4 4994 closed 0 Add date attribute to datetime accessor observingClouds 43613877 <!-- Feel free to remove check-list items aren't relevant to your change --> - [x] Closes #4983 - [x] Tests added - [x] Passes `pre-commit run --all-files` - [x] User visible changes (including notable bug fixes) are documented in `whats-new.rst` 2021-03-04T15:47:17Z 2021-03-16T10:34:19Z 2021-03-16T10:00:23Z 2021-03-16T10:00:23Z daea5df23209e8b7148067fd6272e2eed9f40bf1     0 b3dbb343be870404031707df4c4e52249196cd4e c7c4aae1fa2bcb9417e498e7dcb4acc0792c402d CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/4994  
584966999 MDExOlB1bGxSZXF1ZXN0NTg0OTY2OTk5 4996 closed 0 Drop indices outside tolerance when selecting with method nearest observingClouds 43613877 <!-- Feel free to remove check-list items aren't relevant to your change --> - [x] Closes #4995 - [x] Tests added - [x] Passes `pre-commit run --all-files` - [ ] User visible changes (including notable bug fixes) are documented in `whats-new.rst` - [ ] New functions/methods are listed in `api.rst` 2021-03-04T17:02:49Z 2021-03-15T02:29:39Z 2021-03-15T02:29:39Z   741dc1754c35b874145d2820c891cb0ea6897a6e     1 e37815945f750d55f8905a83e57b91354b4eb84b 66acafa7f1f1477cfd6c5b7c3458859763433092 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/4996  
844150764 PR_kwDOAMm_X84yULfs 6260 open 0 allow coordinates to be independent of `region` selection in to_zarr observingClouds 43613877 The ``region`` argument has been validated too strictly as coordinates needed to have a common dimension with the selected dimensions in ``region``. The validation is now restricted to data variables. <!-- Feel free to remove check-list items aren't relevant to your change --> - [X] Closes #6069 - [X] Tests added - [X] User visible changes (including notable bug fixes) are documented in `whats-new.rst` 2022-02-09T17:21:19Z 2023-10-24T23:37:21Z     3ea5c8f99ee20e492b21bd5b8bb0e4372d500051     1 fa4d28a9f7c2407643b28726613ece9f6da6b514 d1e4164f3961d7bbb3eb79037e96cae14f7182f8 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/6260  
953304181 PR_kwDOAMm_X8440kR1 6656 closed 0 pdyap version dependent client.open_url call observingClouds 43613877 <!-- Feel free to remove check-list items aren't relevant to your change --> - [x] Closes #6648 - [x] Tests added - [x] User visible changes (including notable bug fixes) are documented in `whats-new.rst` 2022-06-01T08:33:39Z 2022-06-17T09:38:32Z 2022-06-16T21:17:30Z 2022-06-16T21:17:29Z 9a719909ffbab972f6811cbfea8447075b4b919e     0 c156d9e135c6286c9679d8c9b86c68a96c07410f d7931f9014a26e712ff5f30c4082cf0261f045d3 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/6656  
1229273711 PR_kwDOAMm_X85JRTpv 7500 closed 0 Zarr: drop "source" and "original_shape" from encoding observingClouds 43613877 <!-- Feel free to remove check-list items aren't relevant to your change --> - [x] Closes #7129 - [x] Tests added - [x] User visible changes (including notable bug fixes) are documented in `whats-new.rst` 2023-02-04T22:01:30Z 2023-02-07T04:39:37Z 2023-02-07T04:22:09Z 2023-02-07T04:22:09Z 5b6d757e870e3006fa5df974cbeeb242251fabb6     0 dcd13839030bc19ebe19bc4f964ada8ddefc2e1b f46cd708f8e220272173e2fc3e66c7688df45c39 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/7500  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [pull_requests] (
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [number] INTEGER,
   [state] TEXT,
   [locked] INTEGER,
   [title] TEXT,
   [user] INTEGER REFERENCES [users]([id]),
   [body] TEXT,
   [created_at] TEXT,
   [updated_at] TEXT,
   [closed_at] TEXT,
   [merged_at] TEXT,
   [merge_commit_sha] TEXT,
   [assignee] INTEGER REFERENCES [users]([id]),
   [milestone] INTEGER REFERENCES [milestones]([id]),
   [draft] INTEGER,
   [head] TEXT,
   [base] TEXT,
   [author_association] TEXT,
   [auto_merge] TEXT,
   [repo] INTEGER REFERENCES [repos]([id]),
   [url] TEXT,
   [merged_by] INTEGER REFERENCES [users]([id])
);
CREATE INDEX [idx_pull_requests_merged_by]
    ON [pull_requests] ([merged_by]);
CREATE INDEX [idx_pull_requests_repo]
    ON [pull_requests] ([repo]);
CREATE INDEX [idx_pull_requests_milestone]
    ON [pull_requests] ([milestone]);
CREATE INDEX [idx_pull_requests_assignee]
    ON [pull_requests] ([assignee]);
CREATE INDEX [idx_pull_requests_user]
    ON [pull_requests] ([user]);
Powered by Datasette · Queries took 22.004ms · About: xarray-datasette