issues
9 rows where repo = 13221727, state = "open" and user = 6815844 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: comments, created_at (date), updated_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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
274797981 | MDU6SXNzdWUyNzQ3OTc5ODE= | 1725 | Switch our lazy array classes to use Dask instead? | fujiisoup 6815844 | open | 0 | 9 | 2017-11-17T09:12:34Z | 2023-09-15T15:51:41Z | MEMBER | Ported from #1724, comment by @shoyer
The subtleties of checking |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/1725/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | issue | ||||||||
527237590 | MDU6SXNzdWU1MjcyMzc1OTA= | 3562 | Minimize `.item()` call | fujiisoup 6815844 | open | 0 | 1 | 2019-11-22T14:44:43Z | 2023-06-08T04:48:50Z | MEMBER | MCVE Code SampleI want to minimize the number of calls
Both cases, I need to call '.item()'. It is not a big issue, but I think it would be nice if xarray becomes more self-contained. |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/3562/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | issue | ||||||||
675482176 | MDU6SXNzdWU2NzU0ODIxNzY= | 4325 | Optimize ndrolling nanreduce | fujiisoup 6815844 | open | 0 | 5 | 2020-08-08T07:46:53Z | 2023-04-13T15:56:52Z | MEMBER | In #4219 we added ndrolling.
However, nanreduce, such as We can implement inhouse-nanreduce methods for the strided array.
For example, our |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/4325/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | issue | ||||||||
531087939 | MDExOlB1bGxSZXF1ZXN0MzQ3NTkyNzE1 | 3587 | boundary options for rolling.construct | fujiisoup 6815844 | open | 0 | 4 | 2019-12-02T12:11:44Z | 2022-06-09T14:50:17Z | MEMBER | 0 | pydata/xarray/pulls/3587 |
Added some boundary options for rolling.construct.
Currently, the option names are inherited from |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/3587/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | ||||||
280875330 | MDU6SXNzdWUyODA4NzUzMzA= | 1772 | nonzero method for xr.DataArray | fujiisoup 6815844 | open | 0 | 5 | 2017-12-11T02:25:11Z | 2022-04-01T10:42:20Z | MEMBER |
Problem descriptionApparently, the dimensions and the coordinates conflict each other.
I think we can have our own Output of
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/1772/reactions", "total_count": 6, "+1": 6, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | issue | ||||||||
898657012 | MDU6SXNzdWU4OTg2NTcwMTI= | 5361 | Inconsistent behavior in grouby depending on the dimension order | fujiisoup 6815844 | open | 0 | 1 | 2021-05-21T23:11:37Z | 2022-03-29T11:45:32Z | MEMBER |
However, The bug has been discussed in #2944 and solved, but I found this is still there. Output of <tt>xr.show_versions()</tt>INSTALLED VERSIONS ------------------ commit: 09d8a4a785fa6521314924fd785740f2d13fb8ee python: 3.7.7 (default, Mar 23 2020, 22:36:06) [GCC 7.3.0] python-bits: 64 OS: Linux OS-release: 5.4.0-72-generic machine: x86_64 processor: x86_64 byteorder: little LC_ALL: None LANG: en_US.UTF-8 LOCALE: ('en_US', 'UTF-8') libhdf5: 1.10.4 libnetcdf: 4.6.1 xarray: 0.16.1.dev30+g1d3dee08.d20200808 pandas: 1.1.3 numpy: 1.18.1 scipy: 1.5.2 netCDF4: 1.4.2 pydap: None h5netcdf: 0.8.0 h5py: 2.10.0 Nio: None zarr: None cftime: 1.2.1 nc_time_axis: None PseudoNetCDF: None rasterio: None cfgrib: None iris: None bottleneck: None dask: 2.6.0 distributed: 2.7.0 matplotlib: 3.2.2 cartopy: None seaborn: 0.10.1 numbagg: None pint: None setuptools: 46.1.1.post20200323 pip: 20.0.2 conda: None pytest: 5.2.1 IPython: 7.13.0 sphinx: None |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/5361/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | issue | ||||||||
359240638 | MDU6SXNzdWUzNTkyNDA2Mzg= | 2410 | Updated text for indexing page | fujiisoup 6815844 | open | 0 | 11 | 2018-09-11T22:01:39Z | 2021-11-15T21:17:14Z | MEMBER | We have a bunch of terms to describe the xarray structure, such as dimension, coordinate, dimension coordinate, etc.. Although it has been discussed in #1295 and we tried to use the consistent terminology in our docs, it looks still not easy for users to understand our functionalities. In #2399, @horta wrote a list of definitions (https://drive.google.com/file/d/1uJ_U6nedkNe916SMViuVKlkGwPX-mGK7/view?usp=sharing). I think it would be nice to have something like this in our docs. Any thought? |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/2410/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | issue | ||||||||
254927382 | MDU6SXNzdWUyNTQ5MjczODI= | 1553 | Multidimensional reindex | fujiisoup 6815844 | open | 0 | 2 | 2017-09-04T03:29:39Z | 2020-12-19T16:00:00Z | MEMBER | From a discussion in #1473 comment It would be convenient if we have multi-dimensional
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/1553/reactions", "total_count": 3, "+1": 3, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | issue | ||||||||
280673215 | MDU6SXNzdWUyODA2NzMyMTU= | 1771 | Needs performance check / improvements in value assignment of DataArray | fujiisoup 6815844 | open | 0 | 1 | 2017-12-09T03:42:41Z | 2019-10-28T14:53:24Z | MEMBER | In #1746, we added a validation in We may need to optimize the logic here. Is it reasonable to constantly monitor the performance of basic operations, such as cc @jhamman @shoyer |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/1771/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
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]);