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

Minimize duplication in map_blocks task graph #8412

Merged
merged 23 commits into from
Jan 3, 2024

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    e45fd52 View commit details
    Browse the repository at this point in the history
  2. cleanup

    dcherian committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    768d7b2 View commit details
    Browse the repository at this point in the history
  3. typing fixes

    dcherian committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    b5f763d View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    d903384 View commit details
    Browse the repository at this point in the history
  2. Some more optimization

    dcherian committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    9790d3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7af206a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62c7e52 View commit details
    Browse the repository at this point in the history
  5. Revert "[WIP] De-duplicate in expected["indexes"]"

    This reverts commit 7276cbf.
    dcherian committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    a7a63c0 View commit details
    Browse the repository at this point in the history
  6. Revert "Refactor inserting of in memory data"

    This reverts commit f6557f7.
    dcherian committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    da95bc4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b9974b4 View commit details
    Browse the repository at this point in the history
  8. Small speedup

    dcherian committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    9b5e4cc View commit details
    Browse the repository at this point in the history
  9. Small improvement

    dcherian committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    a106569 View commit details
    Browse the repository at this point in the history
  10. Trim some more.

    dcherian committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    1334009 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    21b0949 View commit details
    Browse the repository at this point in the history
  12. Small cleanup

    dcherian committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    1933e0b View commit details
    Browse the repository at this point in the history
  13. Add test

    dcherian committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    a4bda14 View commit details
    Browse the repository at this point in the history
  14. typing fixes

    dcherian committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    79f15ef View commit details
    Browse the repository at this point in the history
  15. optimize

    dcherian committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    9befd55 View commit details
    Browse the repository at this point in the history
  16. reorder

    dcherian committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    84ba745 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Merge branch 'main' into map-blocks-indexes-fix

    * main:
      Adapt map_blocks to use new Coordinates API (pydata#8560)
      add xeofs to ecosystem.rst (pydata#8561)
      Offer a fixture for unifying DataArray & Dataset tests (pydata#8533)
      Generalize cumulative reduction (scan) to non-dask types (pydata#8019)
    dcherian committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    bf06e12 View commit details
    Browse the repository at this point in the history
  2. better test

    dcherian committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    9b8c0b3 View commit details
    Browse the repository at this point in the history
  3. cleanup + whats-new

    dcherian committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    7dd26bb View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

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