Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chunked array docs #7951

Merged
merged 75 commits into from
Jul 5, 2023
Merged

Chunked array docs #7951

merged 75 commits into from
Jul 5, 2023

Commits on Jun 12, 2023

  1. draft updates

    TomNicholas committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    0217fe3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a221bb View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Configuration menu
    Copy the full SHA
    1971da4 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Deepak's suggestions

    Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com>
    TomNicholas and dcherian authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    fa58fff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    258dd54 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. fix various links

    TomNicholas committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    b26e7ac View commit details
    Browse the repository at this point in the history
  2. itemized list

    TomNicholas committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    ad81811 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99394a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. examples of duckarrays

    TomNicholas committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    c93f143 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6279fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0bd049 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    0eea00b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc4fac0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e8015f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70bfda5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5fdb7e3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    68315f8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2931b86 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9f21b00 View commit details
    Browse the repository at this point in the history
  9. whatsnew

    TomNicholas committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    2bb65d5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f0ba66c View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. double that

    Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com>
    TomNicholas and dcherian authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    0b405a1 View commit details
    Browse the repository at this point in the history
  2. numpy array class clarification

    Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com>
    TomNicholas and dcherian authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    ed6195c View commit details
    Browse the repository at this point in the history
  3. Remove sentence about xarray's internals

    Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com>
    TomNicholas and dcherian authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    40eb53b View commit details
    Browse the repository at this point in the history
  4. array API standard

    Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com>
    TomNicholas and dcherian authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    a567aa4 View commit details
    Browse the repository at this point in the history
  5. proper link for sparse.COO type

    Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com>
    TomNicholas and dcherian authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    76237a9 View commit details
    Browse the repository at this point in the history
  6. links to docstrings of array types

    Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com>
    TomNicholas and dcherian authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    1923d4b View commit details
    Browse the repository at this point in the history
  7. don't put variable in parentheses

    Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com>
    TomNicholas and dcherian authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    b26cbd8 View commit details
    Browse the repository at this point in the history
  8. double backquote formatting

    Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com>
    TomNicholas and dcherian authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    f62b4a9 View commit details
    Browse the repository at this point in the history
  9. better bracketing

    Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com>
    TomNicholas and dcherian authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    8d4bd3f View commit details
    Browse the repository at this point in the history
  10. fix list formatting

    TomNicholas committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    e9287de View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d1e9b8f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d545d5d View commit details
    Browse the repository at this point in the history
  13. link to todense method

    Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com>
    TomNicholas and dcherian authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    1ea2078 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    be919b6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0c0a547 View commit details
    Browse the repository at this point in the history
  16. link to numpy ufunc docs

    TomNicholas committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    d03e125 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    41f2d68 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c50f531 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    90a8bcb View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9a086c5 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    cfd1396 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    9dc63c0 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    7bdd976 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    14057b9 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    9fd2b41 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    098e152 View commit details
    Browse the repository at this point in the history
  27. whatsnew

    TomNicholas committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    c7b686a View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    45000e4 View commit details
    Browse the repository at this point in the history
  29. capitalization

    TomNicholas committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    80e9fa4 View commit details
    Browse the repository at this point in the history
  30. fix warning in docs build

    TomNicholas committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    da8719d View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    a83460f View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    5d4496e View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. fix a bunch of links

    TomNicholas committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    6c1a422 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    2a40763 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15505fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1bf55d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    04a7a8e View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. typo

    TomNicholas committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    8b74e89 View commit details
    Browse the repository at this point in the history
  2. fix bold formatting

    TomNicholas committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    cab76bf View commit details
    Browse the repository at this point in the history
  3. proper docstrings

    TomNicholas committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    d120fab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d619a71 View commit details
    Browse the repository at this point in the history
  5. mention from_array specifically and link to requirements section of d…

    …uck array internals page
    TomNicholas committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    039b9d7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d6c3cba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7386f66 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    325254d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    865f4c7 View commit details
    Browse the repository at this point in the history
  10. py:mod

    TomNicholas committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    c8c1c20 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c975741 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cfe5540 View commit details
    Browse the repository at this point in the history
  13. Present tense regarding wrapping cubed

    Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com>
    TomNicholas and dcherian authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    6d7b68b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f759cdf View commit details
    Browse the repository at this point in the history
  15. add links to cubed

    TomNicholas committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    317a35f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    71238ce View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a66c25a View commit details
    Browse the repository at this point in the history