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

initial refactor for NamedArray #8075

Merged
merged 83 commits into from
Sep 27, 2023
Merged

initial refactor for NamedArray #8075

merged 83 commits into from
Sep 27, 2023

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    81098cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27910dc View commit details
    Browse the repository at this point in the history
  3. vendor is_duck_dask_array

    andersy005 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    1a02dac View commit details
    Browse the repository at this point in the history
  4. vendor Frozen object

    andersy005 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    636b156 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. update import

    andersy005 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    9ba6c84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1a1de0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e11e87 View commit details
    Browse the repository at this point in the history
  4. Remove NdimSizeLenMixin

    andersy005 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    ad364f0 View commit details
    Browse the repository at this point in the history
  5. fix typing

    andersy005 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    d1e8d2a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5654063 View commit details
    Browse the repository at this point in the history
  7. add annotations

    andersy005 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    098eb0c View commit details
    Browse the repository at this point in the history
  8. Remove NDArrayMixin

    andersy005 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    38c105a View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Apply suggestions from code review

    Co-authored-by: Illviljan <14371165+Illviljan@users.noreply.github.com>
    andersy005 and Illviljan authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    1fdd281 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7060268 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. fix typing

    andersy005 committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    33c2216 View commit details
    Browse the repository at this point in the history
  2. fix return type

    andersy005 committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    2c9223d View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. revert NDArrayMixin

    andersy005 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    0e4afe0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab79fb1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e70e98a View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    a393d7f View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Stephan Hoyer <shoyer@google.com>
    andersy005 and shoyer authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    7b8316e View commit details
    Browse the repository at this point in the history
  3. use DuckArray

    andersy005 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    d74b802 View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: Stephan Hoyer <shoyer@google.com>
    andersy005 and shoyer authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    acfdb90 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d8b79eb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2ece3c0 View commit details
    Browse the repository at this point in the history
  7. remove unused code

    andersy005 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    6fb79e6 View commit details
    Browse the repository at this point in the history
  8. fix variable constructor

    andersy005 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    9545ca2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e41a27c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    259e0bd View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. more typing

    andersy005 committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    a7ec770 View commit details
    Browse the repository at this point in the history
  2. add initial tests

    andersy005 committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    c55f35a View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

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

Commits on Aug 31, 2023

  1. Apply suggestions from code review

    Co-authored-by: Illviljan <14371165+Illviljan@users.noreply.github.com>
    andersy005 and Illviljan authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    34a262a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b22b29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    790bfc2 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    b909c87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a31da00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6c0af5 View commit details
    Browse the repository at this point in the history
  4. Update core.py

    Illviljan committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    b1e42aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    45f9d99 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2661001 View commit details
    Browse the repository at this point in the history
  7. Update core.py

    Illviljan committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    b2a1cda View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d2971cc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b25a8ff View commit details
    Browse the repository at this point in the history
  10. Update core.py

    Illviljan committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    06d77ad View commit details
    Browse the repository at this point in the history
  11. Update core.py

    Illviljan committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    96ac4ec View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    760cb48 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    15c7300 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bbe3db4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2233662 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fb2ca4d View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Add array_namespace

    Illviljan committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    cf91823 View commit details
    Browse the repository at this point in the history
  2. Update test_dataset.py

    Illviljan committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    f21297b View commit details
    Browse the repository at this point in the history
  3. Update test_dataset.py

    Illviljan committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    4fafb02 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c07fa0d View commit details
    Browse the repository at this point in the history
  5. remove Frozen

    andersy005 committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    c5fb91d View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    f2d3c95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abc02c5 View commit details
    Browse the repository at this point in the history
  3. update tests

    andersy005 committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    4708ca2 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. update tests

    andersy005 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    ff1b4de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5455a44 View commit details
    Browse the repository at this point in the history
  3. switch to functional API

    andersy005 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    2162063 View commit details
    Browse the repository at this point in the history
  4. add fastpath

    andersy005 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    e530dd1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b3590c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0f42857 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    afc7228 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    32ec4ea View commit details
    Browse the repository at this point in the history
  9. Update groupby.py

    Illviljan committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    76bb881 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    2d59cf5 View commit details
    Browse the repository at this point in the history
  2. Update types.py

    Illviljan committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    df77741 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Apply suggestions from code review

    Co-authored-by: Illviljan <14371165+Illviljan@users.noreply.github.com>
    Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com>
    3 people authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    8bf13b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89a0010 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f0192f View commit details
    Browse the repository at this point in the history
  4. update docstrings

    andersy005 committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    3f22902 View commit details
    Browse the repository at this point in the history
  5. update error messages

    andersy005 committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    f618625 View commit details
    Browse the repository at this point in the history
  6. update tests

    andersy005 committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    94bf6c4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0ec7876 View commit details
    Browse the repository at this point in the history
  8. update tests

    andersy005 committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    fb4ed12 View commit details
    Browse the repository at this point in the history
  9. remove unused types

    andersy005 committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    f0cfc11 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Update xarray/tests/test_namedarray.py

    Co-authored-by: Illviljan <14371165+Illviljan@users.noreply.github.com>
    andersy005 and Illviljan authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    48fcf9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f4e127 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d9d7ff View commit details
    Browse the repository at this point in the history
  4. use Self

    andersy005 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    2ef5064 View commit details
    Browse the repository at this point in the history