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

MAINT: Add missing dtype overloads for object- and ctypes-based inputs #19503

Merged
merged 4 commits into from Jul 17, 2021

Commits on Jul 17, 2021

  1. MAINT: Add ctypes overloads to np.dtype

    Bas van Beek authored and charris committed Jul 17, 2021
    Copy the full SHA
    8cd3546 View commit details
    Browse the repository at this point in the history
  2. MAINT: Add a missing object overload to np.dtype

    Bas van Beek authored and charris committed Jul 17, 2021
    Copy the full SHA
    648110f View commit details
    Browse the repository at this point in the history
  3. TST: Update the dtype typing tests

    Bas van Beek authored and charris committed Jul 17, 2021
    Copy the full SHA
    374440e View commit details
    Browse the repository at this point in the history
  4. DOC: Document that size_t is not guaranteed to map to np.intp und…

    …er rare circumstances
    Bas van Beek authored and charris committed Jul 17, 2021
    Copy the full SHA
    cadd4ba View commit details
    Browse the repository at this point in the history