home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 487750028

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions performed_via_github_app issue
https://github.com/pydata/xarray/issues/2928#issuecomment-487750028 https://api.github.com/repos/pydata/xarray/issues/2928 487750028 MDEyOklzc3VlQ29tbWVudDQ4Nzc1MDAyOA== 1217238 2019-04-29T21:26:03Z 2019-04-29T21:26:03Z MEMBER

Not sure, can xarray break compatibility with dask <1.1.0 with some future version? Otherwise I guess there needs to be some legacy code in xarray which calls the right function.

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: python try: blockwise = dask.array.blockwise # new name in dask 1.1 except AttributeError: blockwise = dask.array.atop

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
}
  438389323
Powered by Datasette · Queries took 0.722ms · About: xarray-datasette