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

Added missing np.import_array() #14813

Merged
merged 3 commits into from Oct 6, 2021
Merged

Commits on Oct 5, 2021

  1. Added missing np.import_array()

    In principle this should always be called before using cimported
    Numpy from Cython files. It becomes more important on recent
    versions of Cython (since they use the Numpy API rather than
    directly looking into the objects)
    da-woods committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    69d5562 View commit details
    Browse the repository at this point in the history
  2. Remove version pin

    da-woods committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    2c91bfa View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

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