issue_comments
9 rows where issue = 184238633 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Support __matmul__ operator (@) · 9 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
505992633 | https://github.com/pydata/xarray/issues/1053#issuecomment-505992633 | https://api.github.com/repos/pydata/xarray/issues/1053 | MDEyOklzc3VlQ29tbWVudDUwNTk5MjYzMw== | max-sixty 5635139 | 2019-06-26T18:28:31Z | 2019-06-26T18:28:31Z | MEMBER | Closed by #2987 |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Support __matmul__ operator (@) 184238633 | |
405645739 | https://github.com/pydata/xarray/issues/1053#issuecomment-405645739 | https://api.github.com/repos/pydata/xarray/issues/1053 | MDEyOklzc3VlQ29tbWVudDQwNTY0NTczOQ== | shoyer 1217238 | 2018-07-17T16:32:45Z | 2018-07-17T16:32:45Z | MEMBER | Yes, we could definitely make |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Support __matmul__ operator (@) 184238633 | |
405635314 | https://github.com/pydata/xarray/issues/1053#issuecomment-405635314 | https://api.github.com/repos/pydata/xarray/issues/1053 | MDEyOklzc3VlQ29tbWVudDQwNTYzNTMxNA== | Hoeze 1200058 | 2018-07-17T16:00:44Z | 2018-07-17T16:04:32Z | NONE | How about just keeping the current behavior? Currently a @ b just returns a new numpy array if either a or b is no xr.DataArray. This makes perfectly sense to me. If both arrays are xr.DataArrays, I get an error which was rather unexpected. Here, xarray could simply stick to xr.DataArray.dot(). |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Support __matmul__ operator (@) 184238633 | |
290954513 | https://github.com/pydata/xarray/issues/1053#issuecomment-290954513 | https://api.github.com/repos/pydata/xarray/issues/1053 | MDEyOklzc3VlQ29tbWVudDI5MDk1NDUxMw== | shoyer 1217238 | 2017-04-01T23:40:06Z | 2017-04-01T23:40:06Z | MEMBER |
Suppose
Indeed, see http://xarray.pydata.org/en/stable/computation.html#broadcasting-by-dimension-name |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Support __matmul__ operator (@) 184238633 | |
290951551 | https://github.com/pydata/xarray/issues/1053#issuecomment-290951551 | https://api.github.com/repos/pydata/xarray/issues/1053 | MDEyOklzc3VlQ29tbWVudDI5MDk1MTU1MQ== | dhimmel 1117703 | 2017-04-01T22:34:12Z | 2017-04-01T23:29:31Z | NONE | First let me say, I know python, but I don't know linear algebra (I rely on @kkloste for algebra). I'm also new to
The operations that we're using for our project are dot-product multiplying 2D arrays by 2D arrays and 1D arrays by 2D arrays. Currently, our arrays are
My intuition was that we use However, it appears that
For clarity, I wasn't thinking of using |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Support __matmul__ operator (@) 184238633 | |
290948916 | https://github.com/pydata/xarray/issues/1053#issuecomment-290948916 | https://api.github.com/repos/pydata/xarray/issues/1053 | MDEyOklzc3VlQ29tbWVudDI5MDk0ODkxNg== | shoyer 1217238 | 2017-04-01T21:40:04Z | 2017-04-01T21:40:04Z | MEMBER |
I'm intrigued, but how would this work? I guess we could prohibit It also gets messy on For these reasons, I'm leaning towards thinking that |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Support __matmul__ operator (@) 184238633 | |
290940281 | https://github.com/pydata/xarray/issues/1053#issuecomment-290940281 | https://api.github.com/repos/pydata/xarray/issues/1053 | MDEyOklzc3VlQ29tbWVudDI5MDk0MDI4MQ== | dhimmel 1117703 | 2017-04-01T19:01:57Z | 2017-04-01T19:01:57Z | NONE | More specifically, I'd like to be able to do matrix multiplication between numpy ndarrays / matrices, scipy sparse matrices, and xarray DataArrays. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Support __matmul__ operator (@) 184238633 | |
290939565 | https://github.com/pydata/xarray/issues/1053#issuecomment-290939565 | https://api.github.com/repos/pydata/xarray/issues/1053 | MDEyOklzc3VlQ29tbWVudDI5MDkzOTU2NQ== | dhimmel 1117703 | 2017-04-01T18:49:50Z | 2017-04-01T18:49:50Z | NONE | Would love support for PEP 465 Recently, |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Support __matmul__ operator (@) 184238633 | |
255126864 | https://github.com/pydata/xarray/issues/1053#issuecomment-255126864 | https://api.github.com/repos/pydata/xarray/issues/1053 | MDEyOklzc3VlQ29tbWVudDI1NTEyNjg2NA== | shoyer 1217238 | 2016-10-20T14:44:58Z | 2016-10-20T14:44:58Z | MEMBER | For xarray, probably the right choice is for The broadcasting semantics of |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Support __matmul__ operator (@) 184238633 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [issue_comments] ( [html_url] TEXT, [issue_url] TEXT, [id] INTEGER PRIMARY KEY, [node_id] TEXT, [user] INTEGER REFERENCES [users]([id]), [created_at] TEXT, [updated_at] TEXT, [author_association] TEXT, [body] TEXT, [reactions] TEXT, [performed_via_github_app] TEXT, [issue] INTEGER REFERENCES [issues]([id]) ); CREATE INDEX [idx_issue_comments_issue] ON [issue_comments] ([issue]); CREATE INDEX [idx_issue_comments_user] ON [issue_comments] ([user]);
user 4