issues
5 rows where comments = 12, state = "closed" and user = 2448579 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: 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 | 
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 891200849 | MDU6SXNzdWU4OTEyMDA4NDk= | 5298 | 0.18.1 patch release? | dcherian 2448579 | closed | 0 | 12 | 2021-05-13T16:50:30Z | 2021-05-19T20:47:13Z | 2021-05-19T06:53:13Z | MEMBER | I think we should issue a patch release soon. 
 Nice to have - [ ] #5252 zarr region - [ ] #5045 assigning to subset - [x] #5239 drop_duplicates - [x] #5288 invalid reference date error Thoughts? Volunteers?  | 
                
                    {
    "url": "https://api.github.com/repos/pydata/xarray/issues/5298/reactions",
    "total_count": 2,
    "+1": 2,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
} | 
                
                    completed | xarray 13221727 | issue | ||||||
| 582708100 | MDExOlB1bGxSZXF1ZXN0Mzg5NTg1NTA2 | 3862 | Raise error when assigning to IndexVariable.values & IndexVariable.data | dcherian 2448579 | closed | 0 | 12 | 2020-03-17T02:26:15Z | 2020-04-10T17:59:44Z | 2020-03-23T13:42:50Z | MEMBER | 0 | pydata/xarray/pulls/3862 | 
  | 
                
                    {
    "url": "https://api.github.com/repos/pydata/xarray/issues/3862/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
} | 
                
                    xarray 13221727 | pull | |||||
| 584472210 | MDU6SXNzdWU1ODQ0NzIyMTA= | 3869 | 0.15.1 release | dcherian 2448579 | closed | 0 | 12 | 2020-03-19T14:55:31Z | 2020-03-23T23:07:12Z | 2020-03-23T21:11:15Z | MEMBER | It'd be nice to issue a release by the end of March (two months since previous release) Please edit this list as you wish. Must-have - [x] #3862 error when assigning to IndexVariable.values - [x] #3840 delete index when deleting coordinate variable - [x] #3874 un-xfail the tests from #3808 (https://github.com/pydata/xarray/issues/3751#issuecomment-599231986) - [x] #3833, #3870 HTML repr with non-str keys fix (since it is now on by default) Nice to have - [ ] #3816 map_blocks template - [x] #3817 map_blocks new unindexed dimension - [ ] #3818 map_blocks dask args - [ ] #3847 assert_allclose diff - [x] #3826 ellipsis in stack - [x] #3836 where docstring - [ ] some progress on #3868 - [ ] #3594 unit support - [ ] #3871 idxmin, idxmax  | 
                
                    {
    "url": "https://api.github.com/repos/pydata/xarray/issues/3869/reactions",
    "total_count": 3,
    "+1": 3,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
} | 
                
                    completed | xarray 13221727 | issue | ||||||
| 508167922 | MDU6SXNzdWU1MDgxNjc5MjI= | 3409 | test failure with upstream-dev | dcherian 2448579 | closed | 0 | 12 | 2019-10-17T00:34:32Z | 2019-11-19T14:06:46Z | 2019-11-19T14:06:46Z | MEMBER | https://dev.azure.com/xarray/xarray/_build/results?buildId=1101&view=logs ``` =================================== FAILURES =================================== ____ testdatetime_reduce[False] ______ dask = False 
 xarray/tests/test_duck_array_ops.py:288: AssertionError ____ test_datetime_reduce[True] ______ dask = True 
 xarray/tests/test_duck_array_ops.py:288: AssertionError =============================== warnings summary ```  | 
                
                    {
    "url": "https://api.github.com/repos/pydata/xarray/issues/3409/reactions",
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
} | 
                
                    completed | xarray 13221727 | issue | ||||||
| 373742432 | MDExOlB1bGxSZXF1ZXN0MjI1NjAwOTU0 | 2509 | Remove .T as shortcut for transpose() | dcherian 2448579 | closed | 0 | 12 | 2018-10-25T01:58:03Z | 2019-08-15T15:33:12Z | 2018-10-26T02:04:32Z | MEMBER | 0 | pydata/xarray/pulls/2509 | 
  | 
                
                    {
    "url": "https://api.github.com/repos/pydata/xarray/issues/2509/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
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]);