issues
7 rows where repo = 13221727 and user = 1970404 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: comments, created_at (date), updated_at (date), closed_at (date)
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 |
|
{ "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 |
|
{ "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
|
{ "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 |
|
{ "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)
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
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]);