home / github / issues

Menu
  • GraphQL API
  • Search all tables

issues: 484636272

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
484636272 MDExOlB1bGxSZXF1ZXN0MzEwNDczMTM5 3254 Fix duck array ops that were calling bottleneck on sparse arrays 1217238 closed 0     0 2019-08-23T17:31:11Z 2019-08-24T05:30:26Z 2019-08-24T05:08:57Z MEMBER   0 pydata/xarray/pulls/3254

min and max are now working.

notnull was already fixed by one of my earlier PRs.

std/var/median are still broken, but only because sparse hasn't implemented the corresponding NumPy functions yet (nanstd, nanvar and nanmedian).

rank needs pure NumPy implementation (not via bottleneck) if we want it to work on sparse or dask arrays.

  • [x] Tests added
  • [x] Passes black . && mypy . && flake8
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/3254/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    13221727 pull

Links from other tables

  • 0 rows from issues_id in issues_labels
  • 0 rows from issue in issue_comments
Powered by Datasette · Queries took 158.372ms · About: xarray-datasette