home / github / issues

Menu
  • GraphQL API
  • Search all tables

issues: 777590091

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
777590091 MDExOlB1bGxSZXF1ZXN0NTQ3ODQ0MjAw 4755 Allow for consistenty ordered coords 5635139 closed 0     5 2021-01-03T07:34:39Z 2021-06-28T22:27:45Z 2021-06-02T16:29:27Z MEMBER   0 pydata/xarray/pulls/4755
  • [ ] Tests added
  • [ ] Passes isort . && black . && mypy . && flake8
  • [ ] User visible changes (including notable bug fixes) are documented in whats-new.rst
  • [ ] New functions/methods are listed in api.rst

I took an initial stab at allowing for consistently ordered coords, which came up recently, by using a list rather than a set. It's fairly involved, and the currently proposed code fails quite a few tests.

Another option would be to use OrderedSet. Or to leave it as a set.

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/4755/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
  • 5 rows from issue in issue_comments
Powered by Datasette · Queries took 0.587ms · About: xarray-datasette