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

Improved duck array wrapping #9798

Open
wants to merge 27 commits into
base: main
Choose a base branch
from

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    fd6b339 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    893408c View commit details
    Browse the repository at this point in the history
  3. merge sliding_window_view

    slevang committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    f7866ce View commit details
    Browse the repository at this point in the history
  4. namespaces constant

    slevang committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    90037fe View commit details
    Browse the repository at this point in the history
  5. revert dask allowed

    slevang committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    5ba1a2f View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. fix up some tests

    slevang committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    6225ae3 View commit details
    Browse the repository at this point in the history
  2. backwards compat sparse mask

    slevang committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    e2911c2 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. add as_array methods

    slevang committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    2ac37f9 View commit details
    Browse the repository at this point in the history
  2. to_like_array helper

    slevang committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    1cc344b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69080a5 View commit details
    Browse the repository at this point in the history
  4. only cast non-numpy

    slevang committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    372439c View commit details
    Browse the repository at this point in the history
  5. better idxminmax approach

    slevang committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    0eef2cb View commit details
    Browse the repository at this point in the history
  6. fix mypy

    slevang committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    6739504 View commit details
    Browse the repository at this point in the history
  7. naming, add is_array_type

    slevang committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    9e6d6f8 View commit details
    Browse the repository at this point in the history
  8. add public doc and whats new

    slevang committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    e721011 View commit details
    Browse the repository at this point in the history
  9. update comments

    slevang committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    1fe4131 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    205c199 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7752088 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. revert array_type methods

    slevang committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    c8d4e5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e67a819 View commit details
    Browse the repository at this point in the history
  3. fix up whats new

    slevang committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    f306768 View commit details
    Browse the repository at this point in the history
  4. comment about bool_

    slevang committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    18ebdcd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f51e3fb View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. add jax to complete ci envs

    slevang committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    121af9e View commit details
    Browse the repository at this point in the history
  2. add pint and sparse to tests

    slevang committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    472ae7e View commit details
    Browse the repository at this point in the history
  3. remove from windows

    slevang committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    5aa4a39 View commit details
    Browse the repository at this point in the history
  4. mypy, xfail one more sparse

    slevang committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    390df6f View commit details
    Browse the repository at this point in the history