home / github

Menu
  • Search all tables
  • GraphQL API

pull_requests

Table actions
  • GraphQL API for pull_requests

8 rows where user = 306380

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
113936997 MDExOlB1bGxSZXF1ZXN0MTEzOTM2OTk3 1349 closed 0 Add persist method to DataSet mrocklin 306380 Fixes https://github.com/pydata/xarray/issues/1344 - [x] closes #xxxx - [x] tests added / passed - [x] passes ``git diff upstream/master | flake8 --diff`` - [x] whatsnew entry (not sure what to do here, is there a new section? It looks like the last release was yesterday) 2017-04-03T13:59:02Z 2017-04-04T16:19:20Z 2017-04-04T16:14:17Z 2017-04-04T16:14:17Z 94790388c273c0c1ce2c203940a706d331deb14f     0 1c8f39b8b6515b4f72acc4b4ead96fdd6c3c6bbf 53b9ab30ece773ebc0a3f443fef0df5a698d8b61 MEMBER   xarray 13221727 https://github.com/pydata/xarray/pull/1349  
149731039 MDExOlB1bGxSZXF1ZXN0MTQ5NzMxMDM5 1674 closed 0 Support Dask interface mrocklin 306380 This integrates the new dask interface methods into XArray. This will place XArray as a first-class dask collection and help in particular with newer dask.distributed features. - [x] Closes https://github.com/pangeo-data/pangeo/issues/5 - [x] Tests added / passed - [x] Passes ``git diff upstream/master **/*py | flake8 --diff`` - [x] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API Builds on work from @jcrist here: https://github.com/dask/dask/pull/2748 Depends on https://github.com/dask/dask/pull/2847 2017-10-31T09:15:52Z 2017-11-07T18:37:06Z 2017-11-07T18:31:45Z 2017-11-07T18:31:45Z 10495be789d7362adb68a2133b440ffc6ca25e6e     0 c1b8e1c9003048740ff65cf38dc3e53ca739869f 2a1d3928a0aa0e66fe0a2211a6c9f1d079404dff MEMBER   xarray 13221727 https://github.com/pydata/xarray/pull/1674  
154429863 MDExOlB1bGxSZXF1ZXN0MTU0NDI5ODYz 1741 closed 0 Auto flake mrocklin 306380 - [ ] Closes #xxxx - [x] Tests added / passed - [ ] Passes ``flake8 xarray`` - [ ] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API I had a free half hour so I decided to run autoflake and autopep8 tools on the codebase. `flake8 xarray` passes. I copied over the exclusions that we use within `dask/distributed` and extended the line length to 120. You may wish to review these decisions. 2017-11-23T18:00:47Z 2018-01-14T20:49:20Z 2018-01-14T20:49:20Z   701e1f8cc512721de7b9f13be463b732692d642c     0 914576d187d115ff13704708a28f0c15304042f8 9d09c1659741dafb1fadeed49c81f9e90a548b07 MEMBER   xarray 13221727 https://github.com/pydata/xarray/pull/1741  
156340497 MDExOlB1bGxSZXF1ZXN0MTU2MzQwNDk3 1760 closed 0 Fix DataArray.__dask_scheduler__ to point to dask.threaded.get mrocklin 306380 Previously this erroneously pointed to an optimize function, likely a copy-paste error. For testing this also redirects the .compute methods to use the dask.compute function directly *if* dask.__version__ >= '0.16.0'. Closes #1759 - [x] Closes #xxxx (remove if there is no corresponding issue, which should only be the case for minor changes) - [x] Tests added (for all bug fixes or enhancements) - [x] Tests passed (for all non-documentation changes) - [x] Passes ``git diff upstream/master **/*py | flake8 --diff`` (remove if you did not edit any Python files) - [x] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API (remove if this change should not be visible to users, e.g., if it is an internal clean-up, or if this is part of a larger project that will be documented later) 2017-12-05T00:12:21Z 2017-12-07T22:13:42Z 2017-12-07T22:09:18Z 2017-12-07T22:09:17Z ea72303329c8e3cc88bae71a1f5bfe68079fed08     0 1a9399c28b3ad904fce6aebce84f88ed147947be 3a28b611e40f2a09c05f982242f638cc3f7d94bf MEMBER   xarray 13221727 https://github.com/pydata/xarray/pull/1760  
168622937 MDExOlB1bGxSZXF1ZXN0MTY4NjIyOTM3 1904 closed 0 Replace task_state with tasks in dask test mrocklin 306380 This internal state was changed in the latest release - [x] Closes #1903 (remove if there is no corresponding issue, which should only be the case for minor changes) - [ ] Tests added (for all bug fixes or enhancements) - [x] Tests passed (for all non-documentation changes) - [ ] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API (remove if this change should not be visible to users, e.g., if it is an internal clean-up, or if this is part of a larger project that will be documented later) 2018-02-12T16:19:14Z 2018-02-12T21:08:06Z 2018-02-12T21:08:06Z 2018-02-12T21:08:05Z ee38ff07e8c48c8542742b3e42dd00dc41eb38f7     0 63b426aedfb7b9f221bed38e8b9d234b5176dc8e cbf4921102e3dbb77b9ca774caa48eebc1b27fc2 MEMBER   xarray 13221727 https://github.com/pydata/xarray/pull/1904  
197840880 MDExOlB1bGxSZXF1ZXN0MTk3ODQwODgw 2255 closed 0 Add automatic chunking to open_rasterio mrocklin 306380 This uses the automatic chunking in dask 0.18+ to chunk rasterio datasets in a nicely aligned way. Currently this doesn't implement tests due to a difficulty in creating chunked tiff images. This also uncovered some inefficiencies in how Dask doesn't align rechunking to existing chunk schemes. - [x] Closes #2093 - [ ] Tests added (for all bug fixes or enhancements) - [ ] Tests passed (for all non-documentation changes) - [ ] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API (remove if this change should not be visible to users, e.g., if it is an internal clean-up, or if this is part of a larger project that will be documented later) I could use help on how the following: - How to create tiled TIFF files in the tests - The right way to merge different dtypes and block shapes in the tiff file. Currently I'm assuming that they're uniform 2018-06-27T20:15:07Z 2022-04-07T20:21:24Z 2022-04-07T20:21:24Z   255e63a2bb801803a251125f45eb2d0196c48118     0 33684e1af0a9e64744d1813deca332a73607a327 7bf9df9d75c40bcbf2dd28c47204529a76561a3f MEMBER   xarray 13221727 https://github.com/pydata/xarray/pull/2255  
224769285 MDExOlB1bGxSZXF1ZXN0MjI0NzY5Mjg1 2500 closed 0 Avoid use of deprecated get= parameter in tests mrocklin 306380 - [x] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API (remove if this change should not be visible to users, e.g., if it is an internal clean-up, or if this is part of a larger project that will be documented later) 2018-10-22T18:25:58Z 2018-10-23T10:31:37Z 2018-10-23T00:22:51Z 2018-10-23T00:22:51Z 4a5d88dba5fd50d48ab00ed2ebaee058287ab0bf     0 606f2f5eeed29352f4c25006d2697a8ce38c008e 671d936166414edc368cca8e33475369e2bb4d24 MEMBER   xarray 13221727 https://github.com/pydata/xarray/pull/2500  
238209825 MDExOlB1bGxSZXF1ZXN0MjM4MjA5ODI1 2603 closed 0 Support HighLevelGraphs mrocklin 306380 Fixes https://github.com/dask/dask/issues/4291 - [x] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API 2018-12-12T22:52:28Z 2018-12-13T17:13:10Z 2018-12-13T17:13:00Z 2018-12-13T17:13:00Z 2223445905705162053756323dfd6e6f4527b270     0 bfa69b59d6269046f4505ac73fec6506a7c6956c 82789bc6f72a76d69ace4bbabd00601e28e808da MEMBER   xarray 13221727 https://github.com/pydata/xarray/pull/2603  

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