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

NumPy 1.21 support #7483

Merged
merged 8 commits into from
Nov 22, 2021
Merged

NumPy 1.21 support #7483

merged 8 commits into from
Nov 22, 2021

Commits on Oct 14, 2021

  1. Configuration menu
    Copy the full SHA
    3a2c504 View commit details
    Browse the repository at this point in the history
  2. Fix up conda recipe

    As title. Also updates python version that was incorrect
    stuartarchibald committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    f7d4a6c View commit details
    Browse the repository at this point in the history
  3. Fix setup.py for NumPy minimum 1.18

    As title.
    stuartarchibald committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    c3824b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d4c2bfb View commit details
    Browse the repository at this point in the history
  5. Fix up docs for np1.120.

    As title.
    stuartarchibald committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    4fd6ef6 View commit details
    Browse the repository at this point in the history
  6. BUG: Support the fastcall mechanism for NumPy's ufunc methods

    This is a start to support NumPy 1.21 use of FASTCALL methods
    in ufuncs.  There are probably better ways to achieve this support.
    
    NumPy further uses `tp_vectorcall_offset` on newer versions.  This
    PR does not add support for this (meaning that a DUfunc will be
    unnecessarily slow on NumPy >=1.21 when kwargs are used).
    seberg authored and stuartarchibald committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    cff3dd6 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. Add suggested fix for detecting ufunc.at

    As title.
    stuartarchibald committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    4df2640 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

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