home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 777153550

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
777153550 MDExOlB1bGxSZXF1ZXN0NTQ3NTIwNjI0 4746 Faster unstacking 5635139 closed 0     22 2020-12-31T22:55:26Z 2021-01-24T23:48:09Z 2021-01-24T23:48:05Z MEMBER   0 pydata/xarray/pulls/4746

asv profile unstacking.Unstacking.time_unstack_slow runs in 10ms now, down from 1076ms.

Todos: - [x] Resolve how to handle sparse arrays — they currently go through the existing functions, and we have one test failure - [x] Decide what to do with the existing functions — in particular Variable.unstack wouldn't work with the new code, since it requires the index which is being unstacked, and variables don't have indexes. The existing function will fail on any missing indexes, but may still be useful. - [x] Clean up the code a bit — remove _fast from names where possible / remove some dead comments - [x] Passes isort . && black . && mypy . && flake8 - [x] User visible changes (including notable bug fixes) are documented in whats-new.rst

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