home / github

Menu
  • Search all tables
  • GraphQL API

issues

Table actions
  • GraphQL API for issues

10 rows where type = "pull" and user = 12237157 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: comments, draft, created_at (date), updated_at (date), closed_at (date)

type 1

  • pull · 10 ✖

state 1

  • closed 10

repo 1

  • xarray 10
id node_id number title user state locked assignee milestone comments created_at updated_at ▲ closed_at author_association active_lock_reason draft pull_request body reactions performed_via_github_app state_reason repo type
1093466537 PR_kwDOAMm_X84wg_Js 6135 Implement multiplication of cftime Tick offsets by floats aaronspring 12237157 closed 0     7 2022-01-04T15:28:16Z 2022-02-15T23:05:04Z 2022-02-15T23:05:04Z CONTRIBUTOR   0 pydata/xarray/pulls/6135
  • [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

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/6135/reactions",
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull
1119996723 PR_kwDOAMm_X84x3fWS 6223 `GHA` `concurrency` followup aaronspring 12237157 closed 0     1 2022-01-31T22:21:09Z 2022-01-31T23:16:20Z 2022-01-31T23:16:20Z CONTRIBUTOR   0 pydata/xarray/pulls/6223

follows #6210

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/6223/reactions",
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull
1118564242 PR_kwDOAMm_X84xywhB 6210 `GHA` `concurrency` aaronspring 12237157 closed 0     3 2022-01-30T14:56:01Z 2022-01-31T22:25:27Z 2022-01-31T16:59:27Z CONTRIBUTOR   0 pydata/xarray/pulls/6210
  • [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

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/6210/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull
1071054456 PR_kwDOAMm_X84vYnOq 6046 Fix `xr.infer_freq` quarterly month aaronspring 12237157 closed 0     0 2021-12-03T23:48:43Z 2022-01-04T13:54:49Z 2022-01-04T13:54:49Z CONTRIBUTOR   1 pydata/xarray/pulls/6046
  • [ ] 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~~
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/6046/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull
1058047751 PR_kwDOAMm_X84uv1d0 6007 Use condas dask-core in ci instead of dask to speedup ci and reduce dependencies aaronspring 12237157 closed 0     1 2021-11-19T02:02:41Z 2021-11-28T21:01:36Z 2021-11-28T04:40:34Z CONTRIBUTOR   0 pydata/xarray/pulls/6007
  • [ ] 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

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/6007/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull
954308458 MDExOlB1bGxSZXF1ZXN0Njk4MjI0Mjcx 5639 Del duplicate set_options in api.rst aaronspring 12237157 closed 0     3 2021-07-27T22:19:38Z 2021-07-30T08:47:36Z 2021-07-30T08:20:15Z CONTRIBUTOR   0 pydata/xarray/pulls/5639
  • [x] Passes pre-commit run --all-files
  • [ ] User visible changes (including notable bug fixes) are documented in whats-new.rst
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/5639/reactions",
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull
827561388 MDExOlB1bGxSZXF1ZXN0NTg5NDU5NDQ1 5020 add polyval to polyfit see also aaronspring 12237157 closed 0     1 2021-03-10T11:14:02Z 2021-03-10T14:20:11Z 2021-03-10T12:59:41Z CONTRIBUTOR   0 pydata/xarray/pulls/5020
  • [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
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/5020/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull
748094631 MDExOlB1bGxSZXF1ZXN0NTI1MTgzOTQ5 4597 add freq as CFTimeIndex property and to CFTimeIndex.__repr__ aaronspring 12237157 closed 0     11 2020-11-21T20:12:36Z 2020-11-25T09:16:49Z 2020-11-24T21:53:27Z CONTRIBUTOR   0 pydata/xarray/pulls/4597
  • [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
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/4597/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull
624378150 MDExOlB1bGxSZXF1ZXN0NDIyODEzOTYy 4092 CFTimeIndex calendar in repr aaronspring 12237157 closed 0     19 2020-05-25T15:55:20Z 2020-07-23T17:38:39Z 2020-07-23T10:42:29Z CONTRIBUTOR   0 pydata/xarray/pulls/4092
  • [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

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/4092/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull
577105538 MDExOlB1bGxSZXF1ZXN0Mzg0OTY0MDcz 3844 Implement skipna kwarg in xr.quantile aaronspring 12237157 closed 0     5 2020-03-06T18:36:55Z 2020-03-09T09:46:25Z 2020-03-08T17:42:44Z CONTRIBUTOR   0 pydata/xarray/pulls/3844
  • [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
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/3844/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull

Advanced export

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

CSV options:

CREATE TABLE [issues] (
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [number] INTEGER,
   [title] TEXT,
   [user] INTEGER REFERENCES [users]([id]),
   [state] TEXT,
   [locked] INTEGER,
   [assignee] INTEGER REFERENCES [users]([id]),
   [milestone] INTEGER REFERENCES [milestones]([id]),
   [comments] INTEGER,
   [created_at] TEXT,
   [updated_at] TEXT,
   [closed_at] TEXT,
   [author_association] TEXT,
   [active_lock_reason] TEXT,
   [draft] INTEGER,
   [pull_request] TEXT,
   [body] TEXT,
   [reactions] TEXT,
   [performed_via_github_app] TEXT,
   [state_reason] TEXT,
   [repo] INTEGER REFERENCES [repos]([id]),
   [type] TEXT
);
CREATE INDEX [idx_issues_repo]
    ON [issues] ([repo]);
CREATE INDEX [idx_issues_milestone]
    ON [issues] ([milestone]);
CREATE INDEX [idx_issues_assignee]
    ON [issues] ([assignee]);
CREATE INDEX [idx_issues_user]
    ON [issues] ([user]);
Powered by Datasette · Queries took 24.801ms · About: xarray-datasette