issue_comments
4 rows where issue = 481250429 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
These facets timed out: author_association, issue
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
537747198 | https://github.com/pydata/xarray/issues/3222#issuecomment-537747198 | https://api.github.com/repos/pydata/xarray/issues/3222 | MDEyOklzc3VlQ29tbWVudDUzNzc0NzE5OA== | shoyer 1217238 | 2019-10-03T01:25:35Z | 2019-10-03T01:25:35Z | MEMBER | I think targeting 12 months of support for SciPy/pandas would be a reasonable goal. On Wed, Oct 2, 2019 at 2:48 PM Maximilian Roos notifications@github.com wrote:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Minimum versions for optional libraries 481250429 | |
537137922 | https://github.com/pydata/xarray/issues/3222#issuecomment-537137922 | https://api.github.com/repos/pydata/xarray/issues/3222 | MDEyOklzc3VlQ29tbWVudDUzNzEzNzkyMg== | shoyer 1217238 | 2019-10-01T17:18:08Z | 2019-10-01T17:18:08Z | MEMBER | Thanks for putting this together -- this looks good to me! We can revise if any of they cause us trouble. In particular, pandas has the most stability issues, so it might be a little annoying to try to maintain two years of support. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Minimum versions for optional libraries 481250429 | |
535152107 | https://github.com/pydata/xarray/issues/3222#issuecomment-535152107 | https://api.github.com/repos/pydata/xarray/issues/3222 | MDEyOklzc3VlQ29tbWVudDUzNTE1MjEwNw== | shoyer 1217238 | 2019-09-25T18:28:51Z | 2019-09-25T18:28:51Z | MEMBER | it would be nice to try to follow the guidelines in NEP-29: https://numpy.org/neps/nep-0029-deprecation_policy.html |
{ "total_count": 3, "+1": 3, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Minimum versions for optional libraries 481250429 | |
521771614 | https://github.com/pydata/xarray/issues/3222#issuecomment-521771614 | https://api.github.com/repos/pydata/xarray/issues/3222 | MDEyOklzc3VlQ29tbWVudDUyMTc3MTYxNA== | shoyer 1217238 | 2019-08-15T19:45:08Z | 2019-08-15T19:45:08Z | MEMBER |
Yikes, we should fix this. It has not been hard to ensure that older version of NumPy and pandas work. The key thing is CI tests that verify things as PR goes in. If work-arounds for old versions are hard, then we bump minimum required dependencies. Probably the best place to start would be adding a CI build with pinned versions of the oldest required versions that works today, and then looking if there are simple fixes that will let us downgrade project like dask. It's not worth a huge effort, but it's not very user friendly for everything to broken with old versions of optional dependencies either. |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Minimum versions for optional libraries 481250429 |
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