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

Forward-merge branch-24.08 into branch-24.10 #16326

Merged
merged 1 commit into from
Jul 19, 2024
Merged

Commits on Jul 19, 2024

  1. Clean unneeded/redudant dtype utils (#16309)

    * Replace `min_scalar_type` with `min_signed_type` (the former just called the latter)
    * Replace `numeric_normalize_types` with `find_common_dtype` followed by a column `astype`
    * Removed `_NUMPY_SCTYPES` with just hardcoding the integer/floating types or using `np.integer`/`np.floating`
    
    Authors:
      - Matthew Roeschke (https://github.com/mroeschke)
    
    Approvers:
      - Vyas Ramasubramani (https://github.com/vyasr)
    
    URL: #16309
    mroeschke authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    fa0d89d View commit details
    Browse the repository at this point in the history