home / github / issues

Menu
  • GraphQL API
  • Search all tables

issues: 2028193332

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
2028193332 PR_kwDOAMm_X85hSQNW 8526 explicitly skip using `__array_namespace__` for `numpy.ndarray` 14808389 closed 0     3 2023-12-06T10:09:48Z 2023-12-07T09:18:05Z 2023-12-06T17:58:46Z MEMBER   0 pydata/xarray/pulls/8526
  • [x] towards #8091

numpy recently added __array_namespace__ to the ndarray class, which returns the main numpy module. However, that does not yet provide a couple of functions, in this case we need concat. This adds a additional condition to duck_array_ops.concat that disables using __array_namespace__ for ndarray objects.

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/8526/reactions",
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    13221727 pull

Links from other tables

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