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

BUG: Fix integer overflow in in1d for mixed integer dtypes #22877 #22884

Merged
merged 1 commit into from Dec 25, 2022

Commits on Dec 25, 2022

  1. BUG: Fix integer overflow in in1d for mixed integer dtypes numpy#22877 (

    numpy#22878)
    
    * TST: Mixed integer types for in1d
    
    * BUG: Fix mixed dtype overflows for in1d (numpy#22877)
    
    * BUG: Type conversion for integer overflow check
    
    * MAINT: Fix linting issues in in1d
    
    * MAINT: ar1 overflow check only for non-empty array
    
    * MAINT: Expand bounds of overflow check
    
    * TST: Fix integer overflow in mixed boolean test
    
    * TST: Include test for overflow on mixed dtypes
    
    * MAINT: Less conservative overflow checks
    MilesCranmer authored and charris committed Dec 25, 2022
    Copy the full SHA
    38ef9ce View commit details
    Browse the repository at this point in the history