home / github / issues

Menu
  • GraphQL API
  • Search all tables

issues: 663825726

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
663825726 MDExOlB1bGxSZXF1ZXN0NDU1MTcxMDA2 4248 allow customizing the inline repr of a duck array 14808389 closed 0     11 2020-07-22T14:54:03Z 2020-08-06T16:46:07Z 2020-08-06T15:49:08Z MEMBER   0 pydata/xarray/pulls/4248

This calls the duck array's _repr_short_ (does not have to be that name, might also be _repr_inline_ or something else) if it exists, which can make e.g. pint.Quantity's inline repr a lot more useful. We might also be able to use that to get rid of our inline_dask_repr and inline_sparse_repr functions by pushing that upstream (or by monkeypatching).

  • [x] possibly closes #2773
  • [x] Tests added
  • [x] Passes isort . && black . && mypy . && flake8
  • [x] User visible changes (including notable bug fixes) are documented in whats-new.rst
  • [ ] New functions/methods are listed in api.rst
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/4248/reactions",
    "total_count": 2,
    "+1": 2,
    "-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
  • 11 rows from issue in issue_comments
Powered by Datasette · Queries took 1.066ms · About: xarray-datasette