home / github

Menu
  • GraphQL API
  • Search all tables

issues

Table actions
  • GraphQL API for issues

7 rows where state = "closed" and user = 1970404 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

type 2

  • pull 6
  • issue 1

state 1

  • closed · 7 ✖

repo 1

  • xarray 7
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
1370494294 PR_kwDOAMm_X84-0Kys 7026 Allow test_indexes to pass on big-endian systems ginggs 1970404 closed 0     2 2022-09-12T20:42:39Z 2022-09-14T19:07:07Z 2022-09-12T22:12:21Z CONTRIBUTOR   0 pydata/xarray/pulls/7026  
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/7026/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull
566281172 MDExOlB1bGxSZXF1ZXN0Mzc2MTIxNjc1 3772 Let test_repr_of_dataset pass on big-endian systems ginggs 1970404 closed 0     0 2020-02-17T12:55:47Z 2020-02-23T19:39:40Z 2020-02-23T19:39:40Z CONTRIBUTOR   0 pydata/xarray/pulls/3772
  • [ ] Closes #xxxx
  • [ ] Tests added
  • [ ] Passes isort -rc . && black . && mypy . && flake8
  • [ ] Fully documented, including whats-new.rst for all changes and api.rst for new API
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/3772/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull
468313176 MDExOlB1bGxSZXF1ZXN0Mjk3NzY5NDEy 3135 Update whats-new for #3125 and #2334 ginggs 1970404 closed 0     1 2019-07-15T20:11:50Z 2019-07-15T20:26:11Z 2019-07-15T20:15:23Z CONTRIBUTOR   0 pydata/xarray/pulls/3135
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/3135/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull
467856339 MDExOlB1bGxSZXF1ZXN0Mjk3NDA4MjAx 3125 Fix tests on big-endian systems ginggs 1970404 closed 0     8 2019-07-14T16:00:58Z 2019-07-15T20:12:59Z 2019-07-15T18:57:54Z CONTRIBUTOR   0 pydata/xarray/pulls/3125
  • [ ] Tests added
  • [ ] Fully documented, including whats-new.rst for all changes and api.rst for new API
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/3125/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull
346469361 MDExOlB1bGxSZXF1ZXN0MjA1MzI0NDM5 2334 XFAIL tests failing on ARM ginggs 1970404 closed 0     2 2018-08-01T06:49:19Z 2019-07-15T19:20:24Z 2019-07-15T18:57:31Z CONTRIBUTOR   0 pydata/xarray/pulls/2334

These tests are expected to fail on ARM due to the following issue in NumPy: https://github.com/numpy/numpy/issues/8325

  • [ ] Tests added (for all bug fixes or enhancements)
  • [ ] Tests passed (for all non-documentation changes)
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/2334/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull
346459431 MDExOlB1bGxSZXF1ZXN0MjA1MzE3MTQy 2333 Let test_unicode_data pass on big-endian systems too ginggs 1970404 closed 0     2 2018-08-01T06:03:13Z 2018-08-02T05:58:40Z 2018-08-02T02:18:03Z CONTRIBUTOR   0 pydata/xarray/pulls/2333
  • [ ] Tests added (for all bug fixes or enhancements)
  • [ ] Tests passed (for all non-documentation changes)
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/2333/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull
314670220 MDU6SXNzdWUzMTQ2NzAyMjA= 2063 test_reduce[None-True-var-True-float32-2] fails on i386 ginggs 1970404 closed 0     9 2018-04-16T14:15:31Z 2018-07-28T07:50:43Z 2018-07-28T07:50:43Z CONTRIBUTOR      

I see the following test failure with Ubuntu 18.04 32-bit (i386 architecture): ``` # make sure the compatiblility with pandas' results. actual = getattr(da, func)(skipna=skipna, dim=aggdim) if func == 'var': expected = series_reduce(da, func, skipna=skipna, dim=aggdim, ddof=0)

          assert_allclose(actual, expected, rtol=rtol)

E AssertionError: 1.0955861806869507 E 1.0792573690414429 Setting `rtol=1e-01` above reveals one more failure: # also check ddof!=0 case actual = getattr(da, func)(skipna=skipna, dim=aggdim, ddof=5) expected = series_reduce(da, func, skipna=skipna, dim=aggdim, ddof=5) assert_allclose(actual, expected, rtol=rtol) E AssertionError: 1.1401221752166748 E 1.1231297254562378 ``` These tests pass on other architectures; x86_64, ARM, POWER, etc.

I think this may be caused by i386 using 80-bit floating point precision internally, while other architectures use 64-bit.

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/2063/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  completed xarray 13221727 issue

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