home / github / pull_requests

Menu
  • Search all tables
  • GraphQL API

pull_requests: 1412510011

This data as json

id node_id number state locked title user body created_at updated_at closed_at merged_at merge_commit_sha assignee milestone draft head base author_association auto_merge repo url merged_by
1412510011 PR_kwDOAMm_X85UMTE7 7951 closed 0 Chunked array docs 35968931 Builds upon #7911 - [x] Documentation for #7019 - [ ] ~~Tests added~~ - [x] User visible changes (including notable bug fixes) are documented in `whats-new.rst` - [ ] ~~New functions/methods are listed in `api.rst`~~ 2023-06-28T23:01:42Z 2023-07-05T20:33:33Z 2023-07-05T20:08:19Z 2023-07-05T20:08:19Z 58096a6549ac96e7fd751fe1c0ca83b1d69ee2ef     0 a66c25af33e55693bbc64cffcf14ddff172cd700 0de77610a5a7f90212a7c2f2d2545c32865ad60c MEMBER
{
    "enabled_by": {
        "login": "TomNicholas",
        "id": 35968931,
        "node_id": "MDQ6VXNlcjM1OTY4OTMx",
        "avatar_url": "https://avatars.githubusercontent.com/u/35968931?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/TomNicholas",
        "html_url": "https://github.com/TomNicholas",
        "followers_url": "https://api.github.com/users/TomNicholas/followers",
        "following_url": "https://api.github.com/users/TomNicholas/following{/other_user}",
        "gists_url": "https://api.github.com/users/TomNicholas/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/TomNicholas/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/TomNicholas/subscriptions",
        "organizations_url": "https://api.github.com/users/TomNicholas/orgs",
        "repos_url": "https://api.github.com/users/TomNicholas/repos",
        "events_url": "https://api.github.com/users/TomNicholas/events{/privacy}",
        "received_events_url": "https://api.github.com/users/TomNicholas/received_events",
        "type": "User",
        "site_admin": false
    },
    "merge_method": "squash",
    "commit_title": "Chunked array docs (#7951)",
    "commit_message": "* draft updates\r\n\r\n* discuss array API standard\r\n\r\n* fix sparse examples so they run\r\n\r\n* Deepak's suggestions\r\n\r\nCo-authored-by: Deepak Cherian <dcherian@users.noreply.github.com>\r\n\r\n* link to duck arrays user guide from internals page\r\n\r\n* fix various links\r\n\r\n* itemized list\r\n\r\n* mention dispatching on functions not in the array API standard\r\n\r\n* examples of duckarrays\r\n\r\n* add intended audience to xarray internals section\r\n\r\n* draft page on chunked arrays\r\n\r\n* move paragraph on why its called a duck array upwards\r\n\r\n* delete section on numpy ufuncs\r\n\r\n* explain difference between .values and to_numpy\r\n\r\n* strongly prefer to_numpy over values\r\n\r\n* recommend to_numpy instead of values in the how do I? page\r\n\r\n* clearer about using to_numpy\r\n\r\n* merge section on missing features\r\n\r\n* remove todense from examples\r\n\r\n* whatsnew\r\n\r\n* double that\r\n\r\nCo-authored-by: Deepak Cherian <dcherian@users.noreply.github.com>\r\n\r\n* numpy array class clarification\r\n\r\nCo-authored-by: Deepak Cherian <dcherian@users.noreply.github.com>\r\n\r\n* Remove sentence about xarray's internals\r\n\r\nCo-authored-by: Deepak Cherian <dcherian@users.noreply.github.com>\r\n\r\n* array API standard\r\n\r\nCo-authored-by: Deepak Cherian <dcherian@users.noreply.github.com>\r\n\r\n* proper link for sparse.COO type\r\n\r\nCo-authored-by: Deepak Cherian <dcherian@users.noreply.github.com>\r\n\r\n* links to docstrings of array types\r\n\r\nCo-authored-by: Deepak Cherian <dcherian@users.noreply.github.com>\r\n\r\n* don't put variable in parentheses\r\n\r\nCo-authored-by: Deepak Cherian <dcherian@users.noreply.github.com>\r\n\r\n* double backquote formatting\r\n\r\nCo-authored-by: Deepak Cherian <dcherian@users.noreply.github.com>\r\n\r\n* better bracketing\r\n\r\nCo-authored-by: Deepak Cherian <dcherian@users.noreply.github.com>\r\n\r\n* fix list formatting\r\n\r\n* add links to glue packages, dask, and cubed\r\n\r\n* link to todense method\r\n\r\nCo-authored-by: Deepak Cherian <dcherian@users.noreply.github.com>\r\n\r\n* link to numpy-like arrays page\r\n\r\n* link to numpy ufunc docs\r\n\r\n* more text about chunkmanagers\r\n\r\n* add example of using .to_numpy\r\n\r\n* note on ideally not having an entrypoint system\r\n\r\n* parallel processing without chunks\r\n\r\n* explain the user interface\r\n\r\n* how to register the chunkmanager\r\n\r\n* show example of .values failing\r\n\r\n* link from duck arrays page\r\n\r\n* whatsnew\r\n\r\n* move whatsnew entry to unreleased version\r\n\r\n* capitalization\r\n\r\n* fix warning in docs build\r\n\r\n* fix a bunch of links\r\n\r\n* display API of ChunkManagerEntrypoint class attributes and methods\r\n\r\n* improve docstrings in ABC\r\n\r\n* add cubed to intersphinx mapping\r\n\r\n* link to dask.array as module not class\r\n\r\n* typo\r\n\r\n* fix bold formatting\r\n\r\n* proper docstrings\r\n\r\n* mention from_array specifically and link to requirements section of duck array internals page\r\n\r\n* add explicit link to cubed\r\n\r\n* mention ramba and arkouda\r\n\r\n* [pre-commit.ci] auto fixes from pre-commit.com hooks\r\n\r\nfor more information, see https://pre-commit.ci\r\n\r\n* py:mod\r\n\r\n* Present tense regarding wrapping cubed\r\n\r\nCo-authored-by: Deepak Cherian <dcherian@users.noreply.github.com>\r\n\r\n* add links to cubed\r\n\r\n* add references for numpy links in apply_gufunc docstring\r\n\r\n* fix some broken links to docstrings\r\n\r\n---------\r\n\r\nCo-authored-by: Deepak Cherian <dcherian@users.noreply.github.com>\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>"
}
13221727 https://github.com/pydata/xarray/pull/7951  

Links from other tables

  • 2 rows from pull_requests_id in labels_pull_requests
Powered by Datasette · Queries took 160.652ms