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

ENH: numba apply supports positional arguments passed as **kwargs #58995

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

Commits on May 18, 2024

  1. Configuration menu
    Copy the full SHA
    3a5fc90 View commit details
    Browse the repository at this point in the history
  2. add whatsnew

    auderson committed May 18, 2024
    Configuration menu
    Copy the full SHA
    3165efe View commit details
    Browse the repository at this point in the history
  3. fix test_case

    auderson committed May 18, 2024
    Configuration menu
    Copy the full SHA
    de89574 View commit details
    Browse the repository at this point in the history
  4. fix pre-commit

    auderson committed May 18, 2024
    Configuration menu
    Copy the full SHA
    3f13b30 View commit details
    Browse the repository at this point in the history
  5. fix test case

    auderson committed May 18, 2024
    Configuration menu
    Copy the full SHA
    c026845 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

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

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    2aae933 View commit details
    Browse the repository at this point in the history
  2. fix mypy

    auderson committed May 21, 2024
    Configuration menu
    Copy the full SHA
    1a6f1ae View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. update get_jit_arguments

    auderson committed May 26, 2024
    Configuration menu
    Copy the full SHA
    8925b3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    085ae73 View commit details
    Browse the repository at this point in the history
  3. fix test

    auderson committed May 26, 2024
    Configuration menu
    Copy the full SHA
    c75e0b7 View commit details
    Browse the repository at this point in the history
  4. fix pre-commit

    auderson committed May 26, 2024
    Configuration menu
    Copy the full SHA
    ceb8178 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    e191be9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa91722 View commit details
    Browse the repository at this point in the history
  3. add tests

    auderson committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    0de3224 View commit details
    Browse the repository at this point in the history
  4. add tests

    auderson committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    82252be View commit details
    Browse the repository at this point in the history
  5. add whatsnew

    auderson committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    da6dbc7 View commit details
    Browse the repository at this point in the history
  6. compat for python 3.12

    auderson committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    e72bfb2 View commit details
    Browse the repository at this point in the history
  7. pre-commit

    auderson committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    8168d9b View commit details
    Browse the repository at this point in the history
  8. compat for python 3.12

    auderson committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    c211119 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Merge remote-tracking branch 'origin/enh_numba_apply_support_kwargs' …

    …into enh_numba_apply_support_kwargs
    auderson committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    98499a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54fdb4a View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. update doc; use kw-only

    auderson committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    f7936f2 View commit details
    Browse the repository at this point in the history