issue_comments
2 rows where issue = 438389323 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Dask outputs warning: "The da.atop function has moved to da.blockwise" · 2 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
487782633 | https://github.com/pydata/xarray/issues/2928#issuecomment-487782633 | https://api.github.com/repos/pydata/xarray/issues/2928 | MDEyOklzc3VlQ29tbWVudDQ4Nzc4MjYzMw== | shoyer 1217238 | 2019-04-29T23:52:25Z | 2019-04-29T23:52:25Z | MEMBER |
The usual rule of thumb is to keep things working for at least one "major" release with a deprecation warning, so that somebody who continuously runs their code has time to notice before things break. The exact appropriate time to wait is project dependent. In xarray's case, we've usually been waiting 6-12 months before making breaking changes. NumPy might wait 2-3 years. There isn't a strict rule for bumping required dependency versions, but again it's motivated by a desire to give users some flexibility so as not to require them to upgrade everything at once. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Dask outputs warning: "The da.atop function has moved to da.blockwise" 438389323 | |
487750028 | https://github.com/pydata/xarray/issues/2928#issuecomment-487750028 | https://api.github.com/repos/pydata/xarray/issues/2928 | MDEyOklzc3VlQ29tbWVudDQ4Nzc1MDAyOA== | shoyer 1217238 | 2019-04-29T21:26:03Z | 2019-04-29T21:26:03Z | MEMBER |
Thanks for the report. Yes, we can definitely do this in the future, but for now, I think we should try to be backwards compatible. Using something like the following instead xarray should solve this:
Any interest in putting together a PR? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Dask outputs warning: "The da.atop function has moved to da.blockwise" 438389323 |
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