home / github

Menu
  • Search all tables
  • GraphQL API

issues

Table actions
  • GraphQL API for issues

4 rows where type = "pull" and user = 302469 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

type 1

  • pull · 4 ✖

state 1

  • closed 4

repo 1

  • xarray 4
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
936536548 MDExOlB1bGxSZXF1ZXN0NjgzMjM0MjQ1 5574 Fix type inference for dask push. QuLogic 302469 closed 0     2 2021-07-04T20:43:23Z 2021-07-05T20:05:02Z 2021-07-05T17:24:27Z CONTRIBUTOR   0 pydata/xarray/pulls/5574
  • [x] Closes #5342
  • [ ] Tests added
  • [x] Passes pre-commit run --all-files
  • [n/a] User visible changes (including notable bug fixes) are documented in whats-new.rst
  • [n/a] New functions/methods are listed in api.rst
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/5574/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull
487746465 MDExOlB1bGxSZXF1ZXN0MzEyOTQwMzgw 3274 Use drawstyle instead of linestyle in plot.step. QuLogic 302469 closed 0     13 2019-08-31T08:33:54Z 2020-03-26T00:57:02Z 2020-03-26T00:47:43Z CONTRIBUTOR   0 pydata/xarray/pulls/3274

Mixing the two is deprecated in Matplotlib 3.1, and breaks the doc build if warnings are set to errors (which they are in new IPython sphinx extensions.)

  • [x] See #3266
  • [x] Tests added
  • [x] Passes 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/3274/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull
487745268 MDExOlB1bGxSZXF1ZXN0MzEyOTM5NzA1 3273 Don't set box-forced in Cartopy example. QuLogic 302469 closed 0     1 2019-08-31T08:20:12Z 2019-08-31T09:19:20Z 2019-08-31T09:18:22Z CONTRIBUTOR   0 pydata/xarray/pulls/3273

It is deprecated in Matplotlib 2.2, removed in 3.1, and appears to have no effect on the result.

  • [x] Closes #3219
  • [N/A] Tests added
  • [x] Passes black . && mypy . && flake8
  • [N/A] Fully documented, including whats-new.rst for all changes and api.rst for new API
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/3273/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull
212388758 MDExOlB1bGxSZXF1ZXN0MTA5NDQ3Mjc1 1298 netcdf4/h5netcdf cross engine test broken on Python 2 QuLogic 302469 closed 0     6 2017-03-07T10:21:54Z 2017-04-07T04:21:10Z 2017-04-07T03:41:17Z CONTRIBUTOR   0 pydata/xarray/pulls/1298

This is not really a bugfix or enhancement. In fact, it's just a bug report right now. I'm having trouble running tests on Python 2 with both netcdf4 and h5netcdf installed due to the cross engine test ( H5NetCDFDataTest.test_cross_engine_read_write_netcdf4).

I noticed that the requirements list netcdf4 twice; I assume this was a typo and the second one should be h5netcdf. By switching the duplicate out, I'm hoping to trigger the problem on CI as a way to report this bug.

  • [ ] closes #xxxx
  • [ ] tests added / passed
  • [ ] passes git diff upstream/master | flake8 --diff
  • [ ] whatsnew entry
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/1298/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 28.552ms · About: xarray-datasette