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

Add xr.unify_chunks() top level method #5445

Merged
merged 25 commits into from
Jun 16, 2021
Merged

Add xr.unify_chunks() top level method #5445

merged 25 commits into from
Jun 16, 2021

Commits on Jun 6, 2021

  1. Add top level method

    malmans2 committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    0d20cde View commit details
    Browse the repository at this point in the history
  2. move in computation.py

    malmans2 committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    3902a38 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. no need to enumerate

    malmans2 committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    334e38d View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. Update xarray/core/computation.py

    Co-authored-by: crusaderky <crusaderky@gmail.com>
    malmans2 and crusaderky authored Jun 11, 2021
    Configuration menu
    Copy the full SHA
    4515208 View commit details
    Browse the repository at this point in the history
  2. Update xarray/core/computation.py

    Co-authored-by: crusaderky <crusaderky@gmail.com>
    malmans2 and crusaderky authored Jun 11, 2021
    Configuration menu
    Copy the full SHA
    e940f8c View commit details
    Browse the repository at this point in the history
  3. Update xarray/core/computation.py

    Co-authored-by: crusaderky <crusaderky@gmail.com>
    malmans2 and crusaderky authored Jun 11, 2021
    Configuration menu
    Copy the full SHA
    6d1810b View commit details
    Browse the repository at this point in the history
  4. Update xarray/core/computation.py

    Co-authored-by: crusaderky <crusaderky@gmail.com>
    malmans2 and crusaderky authored Jun 11, 2021
    Configuration menu
    Copy the full SHA
    f11496b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0a39035 View commit details
    Browse the repository at this point in the history
  6. implement @crusaderky suggestions

    malmans2 committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    b8cbaed View commit details
    Browse the repository at this point in the history
  7. import annotations

    malmans2 committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    fde1ea1 View commit details
    Browse the repository at this point in the history
  8. test transposed dimensions

    malmans2 committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    96a6e61 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    38563f3 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. Update xarray/core/computation.py

    Co-authored-by: crusaderky <crusaderky@gmail.com>
    malmans2 and crusaderky authored Jun 14, 2021
    Configuration menu
    Copy the full SHA
    0090148 View commit details
    Browse the repository at this point in the history
  2. Update xarray/core/computation.py

    Co-authored-by: crusaderky <crusaderky@gmail.com>
    malmans2 and crusaderky authored Jun 14, 2021
    Configuration menu
    Copy the full SHA
    f4052ee View commit details
    Browse the repository at this point in the history
  3. Update xarray/core/computation.py

    Co-authored-by: crusaderky <crusaderky@gmail.com>
    malmans2 and crusaderky authored Jun 14, 2021
    Configuration menu
    Copy the full SHA
    ccc60f4 View commit details
    Browse the repository at this point in the history
  4. Update xarray/core/computation.py

    Co-authored-by: crusaderky <crusaderky@gmail.com>
    malmans2 and crusaderky authored Jun 14, 2021
    Configuration menu
    Copy the full SHA
    4ff8051 View commit details
    Browse the repository at this point in the history
  5. @crusaderky suggestions

    malmans2 committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    3360ae8 View commit details
    Browse the repository at this point in the history
  6. Update xarray/tests/test_dask.py

    Co-authored-by: crusaderky <crusaderky@gmail.com>
    malmans2 and crusaderky authored Jun 14, 2021
    Configuration menu
    Copy the full SHA
    a0e1820 View commit details
    Browse the repository at this point in the history
  7. Update xarray/tests/test_dask.py

    Co-authored-by: crusaderky <crusaderky@gmail.com>
    malmans2 and crusaderky authored Jun 14, 2021
    Configuration menu
    Copy the full SHA
    a6db6ec View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a248880 View commit details
    Browse the repository at this point in the history
  9. fix typos

    malmans2 committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    1765c95 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0d50c44 View commit details
    Browse the repository at this point in the history
  11. use tuple for da chunks

    malmans2 committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    10a174a View commit details
    Browse the repository at this point in the history
  12. Update xarray/tests/test_dask.py

    Co-authored-by: crusaderky <crusaderky@gmail.com>
    malmans2 and crusaderky authored Jun 14, 2021
    Configuration menu
    Copy the full SHA
    305d138 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

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