issue_comments
13 rows where author_association = "NONE" and issue = 100295585 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- support for units · 13 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
1270731971 | https://github.com/pydata/xarray/issues/525#issuecomment-1270731971 | https://api.github.com/repos/pydata/xarray/issues/525 | IC_kwDOAMm_X85LvdTD | riley-brady 82663402 | 2022-10-06T21:46:38Z | 2022-10-06T21:46:38Z | NONE | I believe this can be closed via https://github.com/pydata/xarray/pull/5734 @andersy005? |
{ "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 1 } |
support for units 100295585 | |
553644722 | https://github.com/pydata/xarray/issues/525#issuecomment-553644722 | https://api.github.com/repos/pydata/xarray/issues/525 | MDEyOklzc3VlQ29tbWVudDU1MzY0NDcyMg== | ngoldbaum 3126246 | 2019-11-13T23:03:23Z | 2019-11-13T23:03:23Z | NONE | Hi all, I was just pointed at this by someone who went to the NumFOCUS summit. I'm the lead developer for |
{ "total_count": 2, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 1, "rocket": 0, "eyes": 0 } |
support for units 100295585 | |
514099076 | https://github.com/pydata/xarray/issues/525#issuecomment-514099076 | https://api.github.com/repos/pydata/xarray/issues/525 | MDEyOklzc3VlQ29tbWVudDUxNDA5OTA3Ng== | amine-aboufirass 24267968 | 2019-07-23T08:00:20Z | 2019-07-23T08:00:50Z | NONE |
@hgrecco "Most numpy functions" is a bit of an overstatement. Really important functions like |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
support for units 100295585 | |
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 | |
457830371 | https://github.com/pydata/xarray/issues/525#issuecomment-457830371 | https://api.github.com/repos/pydata/xarray/issues/525 | MDEyOklzc3VlQ29tbWVudDQ1NzgzMDM3MQ== | stale[bot] 26384082 | 2019-01-26T13:17:09Z | 2019-01-26T13:17:09Z | NONE | In order to maintain a list of currently relevant issues, we mark issues as stale after a period of inactivity If this issue remains relevant, please comment here; otherwise it will be marked as closed automatically |
{ "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 | |
182170778 | https://github.com/pydata/xarray/issues/525#issuecomment-182170778 | https://api.github.com/repos/pydata/xarray/issues/525 | MDEyOklzc3VlQ29tbWVudDE4MjE3MDc3OA== | hgrecco 278566 | 2016-02-10T02:22:07Z | 2016-02-10T02:22:07Z | NONE | @shoyer When we prototyped Pint we tried putting Quantity objects inside numpy array. It was was working fine but the performance and memory hit was too large. We were convinced that our current design was right when we wrote the first code using it. The case might be different with xarray. It would be nice to see some code using xarray and units (as if this was an already implemented feature). @mhvk I do agree with your views. We also mention these limitations in the Pint documentation. Wrapping (instead of subclassing) adds another issue: some Numpy functions do not recognize a Quantity object as an array. Therefore any function that call In any case, as was mentioned before in the thread Custom dtypes and Duck typing will be great for this. In spite of this limitations, we chose wrapping because we want to support quantities even if NumPy is not installed. It has worked really nice for us, working in most of the common cases even for numpy arrays. Regarding interoperating, it will be great. It will be even better if we can move into one, blessed, solution under the pydata umbrella (or similar). |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
support for units 100295585 | |
181944878 | https://github.com/pydata/xarray/issues/525#issuecomment-181944878 | https://api.github.com/repos/pydata/xarray/issues/525 | MDEyOklzc3VlQ29tbWVudDE4MTk0NDg3OA== | arsenovic 1228240 | 2016-02-09T16:32:32Z | 2016-02-09T16:32:32Z | NONE | id just like to chime in and say that this feature would really be sweet. i always find myself doing a lot work to handle/convert different units. it seems that adding units to labeled axes does a lot to describe a set of data. |
{ "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 | |
181631334 | https://github.com/pydata/xarray/issues/525#issuecomment-181631334 | https://api.github.com/repos/pydata/xarray/issues/525 | MDEyOklzc3VlQ29tbWVudDE4MTYzMTMzNA== | hgrecco 278566 | 2016-02-08T23:59:37Z | 2016-02-08T23:59:37Z | NONE | I am one of the authors of Pint and I was just pointed here by @arsenovic Pint does not subclass ndarray, it rathers wrap any numerical type dispatching to the wrapped value any attribute access that does not understand. By defining ``` python
I think something similar can be done for xarray. |
{ "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 7