issue_comments
6 rows where issue = 100295585 and user = 2789820 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- support for units · 6 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
483835929 | https://github.com/pydata/xarray/issues/525#issuecomment-483835929 | https://api.github.com/repos/pydata/xarray/issues/525 | MDEyOklzc3VlQ29tbWVudDQ4MzgzNTkyOQ== | mhvk 2789820 | 2019-04-16T20:44:32Z | 2019-04-16T20:44:32Z | NONE | Indeed, all of us over-riders have to start to return |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
support for units 100295585 | |
248468400 | https://github.com/pydata/xarray/issues/525#issuecomment-248468400 | https://api.github.com/repos/pydata/xarray/issues/525 | MDEyOklzc3VlQ29tbWVudDI0ODQ2ODQwMA== | mhvk 2789820 | 2016-09-20T23:39:29Z | 2016-09-20T23:39:29Z | NONE | @burnpanck - thanks for the very well-posed description of why units are so useful not as some meta-data, but as an integral property. Of course, this is also why making them part of a new dtype is a great idea! But failing that, I'd agree that it has to be part of something like an Now, off-topic but still: what is a little less wonderful is that there seem to be quite a few independent units implementations around (even just in astronomy, there is that of |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
support for units 100295585 | |
181916808 | https://github.com/pydata/xarray/issues/525#issuecomment-181916808 | https://api.github.com/repos/pydata/xarray/issues/525 | MDEyOklzc3VlQ29tbWVudDE4MTkxNjgwOA== | mhvk 2789820 | 2016-02-09T15:35:37Z | 2016-02-09T15:35:37Z | NONE | @hgrecco - for astropy's Aside: at some point I'd hope to get the various implementations of units to talk together: it would be good to have an API that works such that units are inter-operable. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
support for units 100295585 | |
141999146 | https://github.com/pydata/xarray/issues/525#issuecomment-141999146 | https://api.github.com/repos/pydata/xarray/issues/525 | MDEyOklzc3VlQ29tbWVudDE0MTk5OTE0Ng== | mhvk 2789820 | 2015-09-21T14:29:47Z | 2015-09-21T14:29:47Z | NONE | p.s. For |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
support for units 100295585 | |
141997335 | https://github.com/pydata/xarray/issues/525#issuecomment-141997335 | https://api.github.com/repos/pydata/xarray/issues/525 | MDEyOklzc3VlQ29tbWVudDE0MTk5NzMzNQ== | mhvk 2789820 | 2015-09-21T14:22:33Z | 2015-09-21T14:22:33Z | NONE | @shoyer - fair enough, and sad we don't have For the outside method, from the dask perspective, it would indeed be easiest if units were done as a dtype, since then you can punt all the decisions to helper routines. My guess, though, is that it will be a while before numpy will include what is required to tell, e.g., that if I add something in ``` converters, result_unit = UFUNC_HELPERSnp.add result_unit Unit("m")converters[0] Noneconverters[1] <function astropy.units.quantity_helper.get_converter.\<locals>.\<lambda>>converters1 0.01``` In |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
support for units 100295585 | |
141697319 | https://github.com/pydata/xarray/issues/525#issuecomment-141697319 | https://api.github.com/repos/pydata/xarray/issues/525 | MDEyOklzc3VlQ29tbWVudDE0MTY5NzMxOQ== | mhvk 2789820 | 2015-09-19T18:53:43Z | 2015-09-19T18:53:43Z | NONE | @shoyer - as one who thinks unit support is probably the single best thing astropy has (and is co-maintainer of Alternatively, maybe it is easier to tag on the outside rather than the inside. This would also not seem to be that hard, given that astropy's |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
support for units 100295585 |
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 1