pull_requests
10 rows where user = 12237157
This data as json, CSV (advanced)
Suggested facets: 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
384964073 | MDExOlB1bGxSZXF1ZXN0Mzg0OTY0MDcz | 3844 | closed | 0 | Implement skipna kwarg in xr.quantile | aaronspring 12237157 | - [x] Closes #3843 - [x] Tests added - [x] Passes `isort -rc . && black . && mypy . && flake8` - [x] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API | 2020-03-06T18:36:55Z | 2020-03-09T09:46:25Z | 2020-03-08T17:42:44Z | 2020-03-08T17:42:43Z | cdaac64fa528222d947bbc821ac6c919f7fa7fa8 | 0 | 71e33046afb298e93d1a7dfe2ee3795e3e2ffeb6 | 9fbb4170c1732fe2f3cd57b2b96d770a5bac50ed | CONTRIBUTOR | xarray 13221727 | https://github.com/pydata/xarray/pull/3844 | ||||
422813962 | MDExOlB1bGxSZXF1ZXN0NDIyODEzOTYy | 4092 | closed | 0 | CFTimeIndex calendar in repr | aaronspring 12237157 | - [x] Closes #2416 - [x] Tests added - [x] Passes `isort -rc . && black . && mypy . && flake8` - [x] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API Done: - added `calendar` property to `CFTimeIndex` - rebuild __repr__ from pandas | 2020-05-25T15:55:20Z | 2020-07-23T17:38:39Z | 2020-07-23T10:42:29Z | 2020-07-23T10:42:29Z | 0b706a428208305372553e354d08086ab23da3df | 0 | e8d85db357e393fc2fca3d9cdef4035307d46b8b | 52043bc57f20438e8923790bca90b646c82442ad | CONTRIBUTOR | xarray 13221727 | https://github.com/pydata/xarray/pull/4092 | ||||
525183949 | MDExOlB1bGxSZXF1ZXN0NTI1MTgzOTQ5 | 4597 | closed | 0 | add freq as CFTimeIndex property and to CFTimeIndex.__repr__ | aaronspring 12237157 | <!-- Feel free to remove check-list items aren't relevant to your change --> - [x] Closes #2416 - [x] Tests added - [x] Passes `isort . && black . && mypy . && flake8` - [x] User visible changes (including notable bug fixes) are documented in `whats-new.rst` - [x] New functions/methods are listed in `api.rst` | 2020-11-21T20:12:36Z | 2020-11-25T09:16:49Z | 2020-11-24T21:53:27Z | 2020-11-24T21:53:27Z | 16b15db2fb8ebfbed32d001bc187f1e9b01fc098 | 0 | 52ee89adb6384feacd84c6992292bc4bc388a9d9 | a2192158e3fbb94b2d972ff3e1693fffa65e50be | CONTRIBUTOR | xarray 13221727 | https://github.com/pydata/xarray/pull/4597 | ||||
589459445 | MDExOlB1bGxSZXF1ZXN0NTg5NDU5NDQ1 | 5020 | closed | 0 | add polyval to polyfit see also | aaronspring 12237157 | <!-- Feel free to remove check-list items aren't relevant to your change --> - [x] Closes #5016 - [ ] Tests added - [x] Passes `pre-commit run --all-files` - [x] User visible changes (including notable bug fixes) are documented in `whats-new.rst` - [ ] New functions/methods are listed in `api.rst` | 2021-03-10T11:14:02Z | 2021-03-10T14:20:11Z | 2021-03-10T12:59:41Z | 2021-03-10T12:59:41Z | c195c2636a94b8136050d2c79c8e357740db66ea | 0 | 13df82fa699ceb4c0bb8157875ae2ece16efbb6d | da0adc311d8125d294e7d1bea4aa3d5ff3b02ad5 | CONTRIBUTOR | xarray 13221727 | https://github.com/pydata/xarray/pull/5020 | ||||
698224271 | MDExOlB1bGxSZXF1ZXN0Njk4MjI0Mjcx | 5639 | closed | 0 | Del duplicate set_options in api.rst | aaronspring 12237157 | <!-- Feel free to remove check-list items aren't relevant to your change --> - [x] Passes `pre-commit run --all-files` - [ ] User visible changes (including notable bug fixes) are documented in `whats-new.rst` | 2021-07-27T22:19:38Z | 2021-07-30T08:47:36Z | 2021-07-30T08:20:15Z | 2021-07-30T08:20:15Z | 297756319738938e7431b829ca7390e7f2a79fd2 | 0 | 049106502e01042823d982cf22d3f37de73ce407 | da99a5664df4f5013c2f6b0e758394bec5e0bc80 | CONTRIBUTOR | xarray 13221727 | https://github.com/pydata/xarray/pull/5639 | ||||
784291700 | PR_kwDOAMm_X84uv1d0 | 6007 | closed | 0 | Use condas dask-core in ci instead of dask to speedup ci and reduce dependencies | aaronspring 12237157 | <!-- Feel free to remove check-list items aren't relevant to your change --> - [ ] Closes #xxxx - [ ] Tests added - [ ] 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` Tried to reduce dependencies from installing dask via conda which installs like pip install dask[complete]. dask-core is like pip install dask. https://github.com/xgcm/xhistogram/pull/71#discussion_r752738286 Why? dask[complete] includes bokeh etc which are not needed here and likely speed up CI setup/install times but now dask and dask-core are conda installed :( seems like iris installs dask https://github.com/conda-forge/iris-feedstock/blob/master/recipe/meta.yaml, so this would require an iris-feedstock PR first linking https://github.com/SciTools/iris/pull/4434 and https://github.com/conda-forge/iris-feedstock/pull/77 | 2021-11-19T02:02:41Z | 2021-11-28T21:01:36Z | 2021-11-28T04:40:34Z | 2021-11-28T04:40:34Z | cc03589dadfef8d7ebcb95f7adc302895cf0fcbc | 0 | 7f3cefb1af8942f837572c246553bbb55b962035 | 95394d5bcbd7d73bae34c091a080c42bcfc9f07d | CONTRIBUTOR | xarray 13221727 | https://github.com/pydata/xarray/pull/6007 | ||||
794981290 | PR_kwDOAMm_X84vYnOq | 6046 | closed | 0 | Fix `xr.infer_freq` quarterly month | aaronspring 12237157 | <!-- Feel free to remove check-list items aren't relevant to your change --> - [ ] Closes #6045 - [ ] Tests added - [x] Passes `pre-commit run --all-files` - [x] User visible changes (including notable bug fixes) are documented in `whats-new.rst` ~~- [ ] New functions/methods are listed in `api.rst`~~ | 2021-12-03T23:48:43Z | 2022-01-04T13:54:49Z | 2022-01-04T13:54:49Z | d6e508f9914565de13a24ffb68405ea4c648b2f9 | 1 | 62ad194bf46b146dc86da12e14ae55d1e9436bb7 | cdfcf373bc2f74c3edc04edd899d42dd7dd9f373 | CONTRIBUTOR | xarray 13221727 | https://github.com/pydata/xarray/pull/6046 | |||||
813953644 | PR_kwDOAMm_X84wg_Js | 6135 | closed | 0 | Implement multiplication of cftime Tick offsets by floats | aaronspring 12237157 | <!-- Feel free to remove check-list items aren't relevant to your change --> - [x] Closes #6134 - [x] Tests added - [x] User visible changes (including notable bug fixes) are documented in `whats-new.rst` - [x] ~~New functions/methods are listed in `api.rst`~~ --- - `shift` allows `float` with freq `D`, `H`, `min`, `S`, `ms` --- Refs: - https://docs.python.org/3/library/datetime.html - https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Timedelta.html#pandas.Timedelta - https://xarray.pydata.org/en/stable/generated/xarray.CFTimeIndex.shift.html | 2022-01-04T15:28:16Z | 2022-02-15T23:05:04Z | 2022-02-15T23:05:04Z | 2022-02-15T23:05:04Z | 7790863435c612f3e1205292bd7f4efa847fd310 | 0 | f3ce5a032b469e32221ee277c44936310a6282c8 | 48290fa14accd3ac87768d3f73d69493b82b0be6 | CONTRIBUTOR | xarray 13221727 | https://github.com/pydata/xarray/pull/6135 | ||||
835389505 | PR_kwDOAMm_X84xywhB | 6210 | closed | 0 | `GHA` `concurrency` | aaronspring 12237157 | <!-- Feel free to remove check-list items aren't relevant to your change --> - [x] Closes #5190 - [ ] Tests added - [ ] User visible changes (including notable bug fixes) are documented in `whats-new.rst` - [ ] New functions/methods are listed in `api.rst` https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#concurrency `concurrency` instead of `cancel-duplicate-runs.yaml` | 2022-01-30T14:56:01Z | 2022-01-31T22:25:27Z | 2022-01-31T16:59:27Z | 2022-01-31T16:59:27Z | b09de8195a9e22dd35d1b7ed608ea15dad0806ef | 0 | cff230acc15fb27658c145a664c5563d296d750d | 5470d933452d88deb17cc9294a164c4a03f55dec | CONTRIBUTOR | xarray 13221727 | https://github.com/pydata/xarray/pull/6210 | ||||
836629906 | PR_kwDOAMm_X84x3fWS | 6223 | closed | 0 | `GHA` `concurrency` followup | aaronspring 12237157 | follows #6210 | 2022-01-31T22:21:09Z | 2022-01-31T23:16:20Z | 2022-01-31T23:16:20Z | 2022-01-31T23:16:20Z | e939bfcf883ad9e609e9891b3e0bbeef384c0cc5 | 0 | 36664b8d975990542640bd6c9a135f79e8e47c0d | e8d42394b0b4a887ca7246aaae55f9347076f430 | CONTRIBUTOR | xarray 13221727 | https://github.com/pydata/xarray/pull/6223 |
Advanced export
JSON shape: default, array, newline-delimited, object
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]);