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

Allow Python scalars in array_namespace #147

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

Commits on Jun 11, 2024

  1. Allow Python scalars in array_namespace

    They are just ignored. This makes array_namespace easier to use for functions
    that accept either arrays or scalars.
    
    I'm not sure if I should have this behavior by default, or if it should be
    enabled by a flag.
    asmeurer committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    bd536d6 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

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