issues: 459602791
This data as json
id | node_id | number | title | user | state | locked | assignee | milestone | comments | created_at | updated_at | closed_at | author_association | active_lock_reason | draft | pull_request | body | reactions | performed_via_github_app | state_reason | repo | type |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
459602791 | MDExOlB1bGxSZXF1ZXN0MjkwOTA3MzI5 | 3040 | Fix rolling window operations with dask when bottleneck is installed | 1217238 | closed | 0 | 0 | 2019-06-23T18:11:16Z | 2019-06-28T16:49:09Z | 2019-06-28T16:49:04Z | MEMBER | 0 | pydata/xarray/pulls/3040 | Previously, these operations could silently return incorrect results (dask 2.0), or use unbounded amounts of memory (older versions of dask). This requires a fairly large refactoring, because deciding when to use bottleneck now needs to be done at runtime rather than at import-time. These methods are now constructed as methods rather being injected aftewards into the class, which should also be a much more standard and understable design.
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/3040/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
13221727 | pull |