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

Generalize handling of chunked array types #7019

Merged
merged 189 commits into from
May 18, 2023

Commits on Sep 10, 2022

  1. Configuration menu
    Copy the full SHA
    15fc2b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e05b71 View commit details
    Browse the repository at this point in the history
  3. fic typing typo

    TomNicholas committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    cff89ee View commit details
    Browse the repository at this point in the history
  4. Merge branch 'cubed_integration' of https:/TomNicholas/xa…

    …rray into cubed_integration
    TomNicholas committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    039973b View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

  1. fixed circular import

    TomNicholas committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    60d44bc View commit details
    Browse the repository at this point in the history
  2. fix some mypy errors

    TomNicholas committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    5ddba7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37d0d66 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67d7efc View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Configuration menu
    Copy the full SHA
    cdcb3fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73e4563 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. update cubed array type

    TomNicholas committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    5995685 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46223ae View commit details
    Browse the repository at this point in the history
  3. fix missed conflict

    TomNicholas committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    320b09f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3facfd6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c616a85 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. Remove erroneous docstring about usage of map_blocks

    Co-authored-by: Deepak Cherian <[email protected]>
    TomNicholas and dcherian authored Sep 23, 2022
    Configuration menu
    Copy the full SHA
    ecabaa4 View commit details
    Browse the repository at this point in the history
  2. apply_ufunc -> apply_gufunc

    Co-authored-by: Deepak Cherian <[email protected]>
    TomNicholas and dcherian authored Sep 23, 2022
    Configuration menu
    Copy the full SHA
    e53a588 View commit details
    Browse the repository at this point in the history
  3. chunk -> from_array

    Co-authored-by: Deepak Cherian <[email protected]>
    TomNicholas and dcherian authored Sep 23, 2022
    Configuration menu
    Copy the full SHA
    fe21edd View commit details
    Browse the repository at this point in the history
  4. remove staticmethods

    TomNicholas committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    3f6aedc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea8f482 View commit details
    Browse the repository at this point in the history
  6. from_array

    TomNicholas committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    c49ab8e View commit details
    Browse the repository at this point in the history
  7. attempt to specify types

    TomNicholas committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    26d1868 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

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

Commits on Oct 27, 2022

  1. Configuration menu
    Copy the full SHA
    3a43b00 View commit details
    Browse the repository at this point in the history
  2. Update pyproject.toml

    Illviljan committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    c7c9589 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2023

  1. Configuration menu
    Copy the full SHA
    fc051e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56e9d0f View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2023

  1. fixed import errors

    TomNicholas committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    3b16cca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ac3323 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e732b87 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'cubed_integration' of https:/TomNicholas/xa…

    …rray into cubed_integration
    TomNicholas committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    68930eb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8442e1f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3717431 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Configuration menu
    Copy the full SHA
    78d8969 View commit details
    Browse the repository at this point in the history
  2. add cubed.apply_gufunc

    TomNicholas committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    7ac6531 View commit details
    Browse the repository at this point in the history
  3. ruffify

    TomNicholas committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    e423bfb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    149db9d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    280c563 View commit details
    Browse the repository at this point in the history
  6. CubedManager.chunks

    TomNicholas committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    42186e7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    103a755 View commit details
    Browse the repository at this point in the history
  8. generalize idxmax

    TomNicholas committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    f2bce3d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f09947d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e760f10 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b1a4e35 View commit details
    Browse the repository at this point in the history
  12. better function names

    TomNicholas committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    5320f4d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    45ed5d2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    eec096b View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

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

Commits on Mar 9, 2023

  1. Configuration menu
    Copy the full SHA
    8a37905 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    989d6bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c7fe79 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

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

Commits on Mar 13, 2023

  1. Configuration menu
    Copy the full SHA
    9d6cf6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afc6abc View commit details
    Browse the repository at this point in the history
  3. fixed full_like

    TomNicholas committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    2c0cc26 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'cubed_integration' of https:/TomNicholas/xa…

    …rray into cubed_integration
    TomNicholas committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    1a255cf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c398d98 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    598bf12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bef188 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7af5395 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    287e96c View commit details
    Browse the repository at this point in the history
  5. generalize interp

    TomNicholas committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    8bbc141 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6cfe9fa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4ca044b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8ed5ed6 View commit details
    Browse the repository at this point in the history
  9. Revert "DaskIndexingAdapter->ChunkedIndexingAdapter"

    This reverts commit 4ca044b.
    TomNicholas committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    2a4c38b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    45a4c98 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dee5b33 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    176d7fa View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9e58d6d View commit details
    Browse the repository at this point in the history
  14. fix import of T_Chunks

    TomNicholas committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    a6219a0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9f21994 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    eb7bb0b View commit details
    Browse the repository at this point in the history
  17. fix local mypy errors

    TomNicholas committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    57733de View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Configuration menu
    Copy the full SHA
    4c58b28 View commit details
    Browse the repository at this point in the history
  2. fix drop_axis default

    TomNicholas committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    d07830c View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Configuration menu
    Copy the full SHA
    c1bf040 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ae21d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ef0129 View commit details
    Browse the repository at this point in the history
  4. whatsnew

    TomNicholas committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    ec22963 View commit details
    Browse the repository at this point in the history
  5. document new kwargs

    TomNicholas committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    4c8d773 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Configuration menu
    Copy the full SHA
    f4de577 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cd7283 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5386711 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Configuration menu
    Copy the full SHA
    6b173de View commit details
    Browse the repository at this point in the history
  2. fix bug with tokenizing

    TomNicholas committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    c431a5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ab9047 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72f8f5f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    34c6aea View commit details
    Browse the repository at this point in the history
  6. typing

    TomNicholas committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    fb9466d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ffd2e21 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    36b2be0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    77a1e4e View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    a6222f9 View commit details
    Browse the repository at this point in the history
  2. Remove rogue print statement

    Co-authored-by: Deepak Cherian <[email protected]>
    TomNicholas and dcherian authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    61fe236 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'cubed_integration' of https:/TomNicholas/xa…

    …rray into cubed_integration
    TomNicholas committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    447d1f1 View commit details
    Browse the repository at this point in the history
  4. Clarify what's new

    Co-authored-by: Deepak Cherian <[email protected]>
    TomNicholas and dcherian authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    a7a6a6e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa64996 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'cubed_integration' of https:/TomNicholas/xa…

    …rray into cubed_integration
    TomNicholas committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    fec1a13 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    db11947 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2c18df6 View commit details
    Browse the repository at this point in the history
  9. Correct is_chunked_array check

    Co-authored-by: Deepak Cherian <[email protected]>
    TomNicholas and dcherian authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    2e49154 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Configuration menu
    Copy the full SHA
    748e90d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'cubed_integration' of https:/TomNicholas/xa…

    …rray into cubed_integration
    TomNicholas committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    70804f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dae2fe4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ef500c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba66419 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7fd4617 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    69d77c9 View commit details
    Browse the repository at this point in the history
  8. fix bug

    TomNicholas committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    8337857 View commit details
    Browse the repository at this point in the history
  9. ignore mypy error

    TomNicholas committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    9850a46 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    488fd5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00bcf6c View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

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

Commits on Apr 5, 2023

  1. Configuration menu
    Copy the full SHA
    844726d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d56a3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1952c55 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ba8d42 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b15411c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    53d6094 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    7dc6581 View commit details
    Browse the repository at this point in the history
  2. Revert "debugging print statements"

    This reverts commit 7dc6581.
    TomNicholas committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    fcaf499 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64df7e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    747ada5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b33ab7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c8d5aa1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6a7a043 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    20f92c6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    796a577 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Revert "try upgrading minimum version of dask"

    This reverts commit 796a577.
    TomNicholas committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    29d0c92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    031017b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8c3413 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

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

Commits on Apr 17, 2023

  1. Remove redundant Nones from types

    Co-authored-by: Illviljan <[email protected]>
    TomNicholas and Illviljan authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    5dd9d35 View commit details
    Browse the repository at this point in the history
  2. From future import annotations

    Co-authored-by: Illviljan <[email protected]>
    TomNicholas and Illviljan authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    5a46294 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6b56c6 View commit details
    Browse the repository at this point in the history
  4. From functools import annotations

    Co-authored-by: Illviljan <[email protected]>
    TomNicholas and Illviljan authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    471d22a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8378f43 View commit details
    Browse the repository at this point in the history
  6. From future import annotations

    Co-authored-by: Illviljan <[email protected]>
    TomNicholas and Illviljan authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    f8b1020 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    907c15b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    11676ab View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Configuration menu
    Copy the full SHA
    76ce09e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'cubed_integration' of https:/TomNicholas/xa…

    …rray into cubed_integration
    TomNicholas committed May 1, 2023
    Configuration menu
    Copy the full SHA
    127c184 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    604bbf3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7604594 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'cubed_integration' of https:/TomNicholas/xa…

    …rray into cubed_integration
    TomNicholas committed May 1, 2023
    Configuration menu
    Copy the full SHA
    97537dd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    026fe17 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    355555f View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Configuration menu
    Copy the full SHA
    6eac87a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4224f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ec8370 View commit details
    Browse the repository at this point in the history
  4. missed return value

    TomNicholas committed May 2, 2023
    Configuration menu
    Copy the full SHA
    316c63d View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Configuration menu
    Copy the full SHA
    9cd9078 View commit details
    Browse the repository at this point in the history
  2. Revert "array API fixes for astype"

    This reverts commit 9cd9078.
    TomNicholas committed May 4, 2023
    Configuration menu
    Copy the full SHA
    5dc2016 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

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

Commits on May 12, 2023

  1. Configuration menu
    Copy the full SHA
    c8b9ee7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c95758 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a61a30a View commit details
    Browse the repository at this point in the history
  4. overridden -> subclassed

    Co-authored-by: Justus Magin <[email protected]>
    TomNicholas and keewis authored May 12, 2023
    Configuration menu
    Copy the full SHA
    ea35a32 View commit details
    Browse the repository at this point in the history
  5. from_array_kwargs is optional

    Co-authored-by: Justus Magin <[email protected]>
    TomNicholas and keewis authored May 12, 2023
    Configuration menu
    Copy the full SHA
    e68b327 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    956c055 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'cubed_integration' of https:/TomNicholas/xa…

    …rray into cubed_integration
    TomNicholas committed May 12, 2023
    Configuration menu
    Copy the full SHA
    42ad08e View commit details
    Browse the repository at this point in the history
  8. Raise if multiple chunkmanagers recognize array type

    Co-authored-by: Justus Magin <[email protected]>
    TomNicholas and keewis authored May 12, 2023
    Configuration menu
    Copy the full SHA
    cf0c28e View commit details
    Browse the repository at this point in the history

Commits on May 13, 2023

  1. from_array_kwargs is optional

    Co-authored-by: Justus Magin <[email protected]>
    TomNicholas and keewis authored May 13, 2023
    Configuration menu
    Copy the full SHA
    4f2ec27 View commit details
    Browse the repository at this point in the history
  2. from_array_kwargs is optional

    Co-authored-by: Justus Magin <[email protected]>
    TomNicholas and keewis authored May 13, 2023
    Configuration menu
    Copy the full SHA
    5f2f569 View commit details
    Browse the repository at this point in the history
  3. from_array_kwargs is optional

    Co-authored-by: Justus Magin <[email protected]>
    TomNicholas and keewis authored May 13, 2023
    Configuration menu
    Copy the full SHA
    929db33 View commit details
    Browse the repository at this point in the history
  4. from_array_kwargs is optional

    Co-authored-by: Justus Magin <[email protected]>
    TomNicholas and keewis authored May 13, 2023
    Configuration menu
    Copy the full SHA
    876f81c View commit details
    Browse the repository at this point in the history
  5. from_array_kwargs is optional

    Co-authored-by: Justus Magin <[email protected]>
    TomNicholas and keewis authored May 13, 2023
    Configuration menu
    Copy the full SHA
    ad0a706 View commit details
    Browse the repository at this point in the history
  6. fixes for chunk methods

    TomNicholas committed May 13, 2023
    Configuration menu
    Copy the full SHA
    115b52b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8741eec View commit details
    Browse the repository at this point in the history
  8. Merge branch 'cubed_integration' of https:/TomNicholas/xa…

    …rray into cubed_integration
    TomNicholas committed May 13, 2023
    Configuration menu
    Copy the full SHA
    a1ba4f0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bdf7600 View commit details
    Browse the repository at this point in the history
  10. update whatsnew

    TomNicholas committed May 13, 2023
    Configuration menu
    Copy the full SHA
    06bb508 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ba00558 View commit details
    Browse the repository at this point in the history
  12. remove comment

    TomNicholas committed May 13, 2023
    Configuration menu
    Copy the full SHA
    6a99454 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Raise NotImplementedErrors in all abstract methods

    Co-authored-by: Illviljan <[email protected]>
    TomNicholas and Illviljan authored May 16, 2023
    Configuration menu
    Copy the full SHA
    95d81e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5e3096 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a221436 View commit details
    Browse the repository at this point in the history
  4. Keyword-only arguments in full_like etc.

    Co-authored-by: Illviljan <[email protected]>
    TomNicholas and Illviljan authored May 16, 2023
    Configuration menu
    Copy the full SHA
    fe2e9b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7bcaece View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fecf7ed View commit details
    Browse the repository at this point in the history
  7. Merge branch 'cubed_integration' of https:/TomNicholas/xa…

    …rray into cubed_integration
    TomNicholas committed May 16, 2023
    Configuration menu
    Copy the full SHA
    15dc44b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    660ef41 View commit details
    Browse the repository at this point in the history
  9. Removed hopefully-unnecessary mypy ignore

    Co-authored-by: Illviljan <[email protected]>
    TomNicholas and Illviljan authored May 16, 2023
    Configuration menu
    Copy the full SHA
    e6d6f1f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c7fbe79 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d728427 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'cubed_integration' of https:/TomNicholas/xa…

    …rray into cubed_integration
    TomNicholas committed May 16, 2023
    Configuration menu
    Copy the full SHA
    6b9fa3f View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. change default value of drop_axis kwarg in map_blocks and catch when …

    …dask version < 2022.9.1
    TomNicholas committed May 18, 2023
    Configuration menu
    Copy the full SHA
    51db5f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c69c563 View commit details
    Browse the repository at this point in the history